Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c346 pComponentPrivate->bIsInputFlushPending = OMX_FALSE; in OMX_ComponentInit()
2382 OMX_BOOL bIsInputFlushPending = OMX_FALSE; in VIDDEC_EmptyThisBuffer() local
2384 bIsInputFlushPending = pComponentPrivate->bIsInputFlushPending; in VIDDEC_EmptyThisBuffer()
2386 if (bIsInputFlushPending) { in VIDDEC_EmptyThisBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h978 OMX_BOOL bIsInputFlushPending; member