Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h218 pthread_mutex_lock(&((_pComponentPrivate_)->mJpegDecFlushMutex)); \
224 &((_pComponentPrivate_)->mJpegDecFlushMutex), \
229 pthread_mutex_unlock(&((_pComponentPrivate_)->mJpegDecFlushMutex));\
238 pthread_mutex_unlock(&((_pComponentPrivate_)->mJpegDecFlushMutex)); \
448 pthread_mutex_t mJpegDecFlushMutex; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c2180 pthread_mutex_lock(&(pComponentPrivate->mJpegDecFlushMutex)); in LCML_CallbackJpegDec()
2182 pthread_mutex_unlock(&(pComponentPrivate->mJpegDecFlushMutex)); in LCML_CallbackJpegDec()