Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp264 int reqHeight = opts.desiredSize.height; in CalculateInSampleSize() local
267 if (height > reqHeight || width > reqWidth) { in CalculateInSampleSize()
273 … while ((halfHeight / inSampleSize) >= reqHeight && (halfWidth / inSampleSize) >= reqWidth) { in CalculateInSampleSize()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.cpp140 uint32_t reqHeight = static_cast<uint32_t>(height); in GetScaledSize() local
141 if (reqWidth == 0 || reqHeight == 0) { in GetScaledSize()