Home
last modified time | relevance | path

Searched refs:cropRight (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h214 int32_t cropRight; member
DVideoDecoderMPEG2.cpp368 mVideoFormatInfo.cropRight = (data->codec_data->frame_width > mVideoFormatInfo.width) ? in updateFormatInfo()
DVideoDecoderVP8.cpp83 mVideoFormatInfo.cropRight = data->codec_data->crop_right; in updateFormatInfo()
DVideoDecoderWMV.cpp484 mVideoFormatInfo.cropRight = data->se_data->CODED_WIDTH > mVideoFormatInfo.width ? in updateFormatInfo()
DVideoDecoderMPEG4.cpp613 … mVideoFormatInfo.cropRight = data->codec_data.video_object_layer_width > mVideoFormatInfo.width ? in updateFormatInfo()
DVideoDecoderBase.cpp1219 …32_t cropWidth = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRight); in getRawDataFromSurface()
1648 rect.width = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRight); in setRenderRect()
DVideoDecoderAVC.cpp761 mVideoFormatInfo.cropRight = data->codec_data->crop_right; in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp701 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
1123 rectParams->nWidth = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;