Searched refs:widthToCheck (Results 1 – 1 of 1) sorted by relevance
138 uint32_t widthToCheck = gridInfo.enableGrid ? gridInfo.tileWidth : gridInfo.displayWidth; in IsHardwareDecodeSupported() local151 …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()