Home
last modified time | relevance | path

Searched refs:isValidSize (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.cpp148 bool isValidSize = false; in IsHardwareDecodeSupported() local
151isValidSize = (IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRan… in IsHardwareDecodeSupported()
154isValidSize = IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRang… in IsHardwareDecodeSupported()
156 if (!isValidSize) { in IsHardwareDecodeSupported()