Searched refs:min_stride (Results 1 – 3 of 3) sorted by relevance
116 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local120 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()164 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local168 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()213 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in Mp4DecodeVideo() local217 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
257 OMX_U32 min_stride = ((aPortParam->format.video.nFrameWidth + 15) & (~15)); in AvcDecodeVideo_OMX() local261 aPortParam->format.video.nStride = min_stride; in AvcDecodeVideo_OMX()
4238 OMX_U32 min_stride = ((videoformat->nFrameWidth + 15) & (~15)); in SetParameter() local4243 min_stride = ((videoformat->nFrameWidth + 3) & (~3)); in SetParameter()4248 videoformat->nStride = min_stride; in SetParameter()