Home
last modified time | relevance | path

Searched refs:cropHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1220 …uint32_t cropHeight = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cr… in getRawDataFromSurface() local
1221 int32_t size = cropWidth * cropHeight * 3 / 2; in getRawDataFromSurface()
1250 rawData->height = cropHeight; in getRawDataFromSurface()
1255 rawData->offset[1] = cropWidth * cropHeight; in getRawDataFromSurface()
1256 rawData->offset[2] = cropWidth * cropHeight * 3 / 2; in getRawDataFromSurface()
1276 for (row = 0; row < cropHeight; row++) { in getRawDataFromSurface()
1287 for (row = 0; row < cropHeight / 2; row++) { in getRawDataFromSurface()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp528 const uint32_t cropHeight = sourceCrop.bottom - sourceCrop.top; in configure() local
531 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight); in configure()
Dhwc_mdpcomp.cpp2791 uint32_t cropHeight = has90Transform(layer) ? crop.right - crop.left : in acquireMDPPipes() local
2795 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight); in acquireMDPPipes()
2801 cropHeight /= downscale; in acquireMDPPipes()