Searched refs:isValidSize (Results 1 – 1 of 1) sorted by relevance
148 bool isValidSize = false; in IsHardwareDecodeSupported() local151 …isValidSize = (IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRan… in IsHardwareDecodeSupported()154 …isValidSize = IsValueInRange(widthToCheck, widthRange) && IsValueInRange(heightToCheck, heightRang… in IsHardwareDecodeSupported()156 if (!isValidSize) { in IsHardwareDecodeSupported()