Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp175 OMX_S32 crop_top, crop_bottom, crop_right, crop_left; in AvcDecodeVideo_OMX() local
236 crop_top = 2 * pDecVid->seqParams[0]->frame_crop_top_offset; in AvcDecodeVideo_OMX()
241 crop_top = 4 * pDecVid->seqParams[0]->frame_crop_top_offset; in AvcDecodeVideo_OMX()
249 crop_top = crop_left = 0; in AvcDecodeVideo_OMX()
253 aPortParam->format.video.nFrameHeight = crop_bottom - crop_top + 1; in AvcDecodeVideo_OMX()