Home
last modified time | relevance | path

Searched refs:sStop_cond (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h443 pthread_cond_t sStop_cond; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c528 if(pthread_cond_destroy(&(pComponentPrivate->sStop_cond)) != 0){ in Free_ComponentResourcesJpegDec()
1258 pthread_cond_wait(&pComponentPrivate->sStop_cond, &pComponentPrivate->mJpegDecMutex); in HandleCommandJpegDec()
2113 pthread_cond_signal(&pComponentPrivate->sStop_cond); in LCML_CallbackJpegDec()
DOMX_JpegDecoder.c811 if (pthread_cond_init(&(pComponentPrivate->sStop_cond), NULL) != 0) in OMX_ComponentInit()