Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp117 OMX_U32 min_sliceheight = ((aPortParam->format.video.nFrameHeight + 15) & (~15)); in Mp4DecodeVideo() local
121 aPortParam->format.video.nSliceHeight = min_sliceheight; in Mp4DecodeVideo()
165 OMX_U32 min_sliceheight = ((aPortParam->format.video.nFrameHeight + 15) & (~15)); in Mp4DecodeVideo() local
169 aPortParam->format.video.nSliceHeight = min_sliceheight; in Mp4DecodeVideo()
214 OMX_U32 min_sliceheight = ((aPortParam->format.video.nFrameHeight + 15) & (~15)); in Mp4DecodeVideo() local
218 aPortParam->format.video.nSliceHeight = min_sliceheight; in Mp4DecodeVideo()
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp258 OMX_U32 min_sliceheight = ((aPortParam->format.video.nFrameHeight + 15) & (~15)); in AvcDecodeVideo_OMX() local
262 aPortParam->format.video.nSliceHeight = min_sliceheight; in AvcDecodeVideo_OMX()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp4239 OMX_U32 min_sliceheight = ((videoformat->nFrameHeight + 15) & (~15)); in SetParameter() local
4244 min_sliceheight = ((videoformat->nFrameHeight + 1) & (~1)); in SetParameter()
4249 videoformat->nSliceHeight = min_sliceheight; in SetParameter()