Searched defs:maxStoreRun (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c53 * [in] maxStoreRun Max store possible (considering last and inter/intra)
76 OMX_U8 maxStoreRun,
89 if (run <= maxStoreRun)
117 if (run <= maxStoreRun)
142 if (runPlus <= maxStoreRun)
71 armVCM4P2_CheckVLCEscapeMode( OMX_U32 run, OMX_U32 runPlus, OMX_S16 level, OMX_S16 levelPlus, OMX_U8 maxStoreRun, OMX_U8 maxRunForMultipleEntries, OMX_INT shortVideoHeader, const OMX_U8 *pRunIndexTable ) argument

Completed in 608 milliseconds