Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp116 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local
120 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
164 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local
168 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
213 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local
217 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp257 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in AvcDecodeVideo_OMX() local
261 aPortParam->format.video.nStride = min_stride; in AvcDecodeVideo_OMX()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp4238 OMX_U32 min_stride = ((videoformat->nFrameWidth + 15) & (~15)); in SetParameter() local
4243 min_stride = ((videoformat->nFrameWidth + 3) & (~3)); in SetParameter()
4248 videoformat->nStride = min_stride; in SetParameter()