Home
last modified time | relevance | path

Searched refs:IsValueInRange (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.cpp121 static bool IsValueInRange(uint32_t value, HdiCodecNamespace::RangeValue range) in IsValueInRange() function
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()