Home
last modified time | relevance | path

Searched refs:cropLeft (Results 1 – 4 of 4) 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()