Searched refs:inputFlushCompletionMutex (Results 1 – 2 of 2) sorted by relevance
345 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()
976 VIDDEC_MUTEX inputFlushCompletionMutex; member