Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h217 int32_t cropBottom; member
DVideoDecoderMPEG2.cpp366 mVideoFormatInfo.cropBottom = (data->codec_data->frame_height > mVideoFormatInfo.height) ? in updateFormatInfo()
DVideoDecoderVP8.cpp85 mVideoFormatInfo.cropBottom = data->codec_data->crop_bottom; in updateFormatInfo()
DVideoDecoderWMV.cpp482 mVideoFormatInfo.cropBottom = data->se_data->CODED_HEIGHT > mVideoFormatInfo.height ? in updateFormatInfo()
DVideoDecoderMPEG4.cpp611 …mVideoFormatInfo.cropBottom = data->codec_data.video_object_layer_height > mVideoFormatInfo.height… in updateFormatInfo()
DVideoDecoderBase.cpp1220 …uint32_t cropHeight = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cr… in getRawDataFromSurface()
1654 … rect.height = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cropTop); in setRenderRect()
DVideoDecoderAVC.cpp776 mVideoFormatInfo.cropBottom = data->codec_data->crop_bottom; in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp785 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;
1215 rectParams->nHeight = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;