Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c344 pComponentPrivate->bIsOutputFlushPending = OMX_FALSE; in OMX_ComponentInit()
2476 OMX_BOOL bIsOutputFlushPending = OMX_FALSE; in VIDDEC_FillThisBuffer() local
2478 bIsOutputFlushPending = pComponentPrivate->bIsOutputFlushPending; in VIDDEC_FillThisBuffer()
2480 if (bIsOutputFlushPending) { in VIDDEC_FillThisBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h979 OMX_BOOL bIsOutputFlushPending; member