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

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h214 int32_t cropLeft; member in struct:VideoFormatInfo
H A DVideoDecoderVP8.cpp85 mVideoFormatInfo.cropLeft = data->codec_data->crop_left;
H A DVideoDecoderBase.cpp1219 uint32_t cropWidth = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRight);
1652 rect.x = mVideoFormatInfo.cropLeft;
1654 rect.width = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRight);
H A DVideoDecoderAVC.cpp788 mVideoFormatInfo.cropLeft = data->codec_data->crop_left;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp785 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
1214 rectParams->nLeft = formatInfo->cropLeft;
1216 rectParams->nWidth = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;

Completed in 344 milliseconds