Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h214 int32_t cropLeft; member
DVideoDecoderBase.cpp1219 …uint32_t cropWidth = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRi… in getRawDataFromSurface()
1652 rect.x = mVideoFormatInfo.cropLeft; in setRenderRect()
1654 rect.width = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRight); in setRenderRect()
DVideoDecoderVP8.cpp85 mVideoFormatInfo.cropLeft = data->codec_data->crop_left; in updateFormatInfo()
DVideoDecoderAVC.cpp788 mVideoFormatInfo.cropLeft = data->codec_data->crop_left; in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp784 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
1213 rectParams->nLeft = formatInfo->cropLeft;
1215 rectParams->nWidth = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;