Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c345 VIDDEC_PTHREAD_MUTEX_INIT(pComponentPrivate->inputFlushCompletionMutex); in OMX_ComponentInit()
2383 VIDDEC_PTHREAD_MUTEX_LOCK(pComponentPrivate->inputFlushCompletionMutex); in VIDDEC_EmptyThisBuffer()
2385 VIDDEC_PTHREAD_MUTEX_UNLOCK(pComponentPrivate->inputFlushCompletionMutex); in VIDDEC_EmptyThisBuffer()
2846 VIDDEC_PTHREAD_MUTEX_DESTROY(pComponentPrivate->inputFlushCompletionMutex); in VIDDEC_ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h976 VIDDEC_MUTEX inputFlushCompletionMutex; member