Home
last modified time | relevance | path

Searched refs:bParserEnabled (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c1099 *((OMX_BOOL *)ComponentParameterStructure) = pComponentPrivate->bParserEnabled; in VIDDEC_GetParameter()
1448 pComponentPrivate->bParserEnabled = (OMX_BOOL)(*((OMX_BOOL *)pCompParam)); in VIDDEC_SetParameter()
2412 if ((pComponentPrivate->bParserEnabled == OMX_FALSE) && in VIDDEC_EmptyThisBuffer()
2507 if ((pComponentPrivate->bParserEnabled == OMX_FALSE) && in VIDDEC_FillThisBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h942 OMX_BOOL bParserEnabled; member