Home
last modified time | relevance | path

Searched refs:cropTop (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h213 int32_t cropTop; member
DVideoDecoderBase.cpp1165 …_t cropHeight = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cropTop); in getRawDataFromSurface()
1502 rect.y = mVideoFormatInfo.cropTop; in setRenderRect()
1504 … rect.height = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cropTop); in setRenderRect()
DVideoDecoderVP8.cpp67 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()
DVideoDecoderAVC.cpp751 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp630 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;
946 rectParams->nTop = formatInfo->cropTop;
948 rectParams->nHeight = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;