Home
last modified time | relevance | path

Searched refs:heightToCheck (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp139 uint32_t heightToCheck = gridInfo.enableGrid ? gridInfo.tileHeight : gridInfo.displayHeight; in IsHardwareDecodeSupported() local
151 …isValidSize = (IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRan… in IsHardwareDecodeSupported()
152 … (IsValueInRange(heightToCheck, widthRange) && IsValueInRange(widthToCheck, heightRange)); in IsHardwareDecodeSupported()
154 …isValidSize = IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRang… in IsHardwareDecodeSupported()
157 LOGE("unsupported size: [%{public}ux%{public}u]", widthToCheck, heightToCheck); in IsHardwareDecodeSupported()