Searched refs:nPicWidthInMbsMinus1 (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h738 OMX_U32 nPicWidthInMbsMinus1; member in struct:VIDDEC_AVC_ParserParam
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4870 sParserParam->nPicWidthInMbsMinus1 = VIDDEC_UVLC_dec(&nRbspPosition, nRbspByte);
4871 (*nWidth) = (sParserParam->nPicWidthInMbsMinus1 + 1) * 16;

Completed in 44 milliseconds