Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h216 int32_t cropTop; member
DVideoDecoderBase.cpp1220 …_t cropHeight = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cropTop); in getRawDataFromSurface()
1653 rect.y = mVideoFormatInfo.cropTop; in setRenderRect()
1655 … rect.height = mVideoFormatInfo.height - (mVideoFormatInfo.cropBottom + mVideoFormatInfo.cropTop); in setRenderRect()
DVideoDecoderVP8.cpp87 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()
DVideoDecoderAVC.cpp790 mVideoFormatInfo.cropTop = data->codec_data->crop_top; in updateFormatInfo()