Searched refs:flush_cond (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h462 pthread_cond_t flush_cond; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h662 pthread_cond_t flush_cond; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c526 pthread_cond_destroy(&pComponentPrivate->flush_cond);
794 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
816 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
858 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
940 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
3078 pthread_cond_signal(&pComponentPrivate->flush_cond);
H A DOMX_JpegEncoder.c685 pthread_cond_init(&pComponentPrivate->flush_cond, NULL);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c979 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->videoe_mutex_app);
1060 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->videoe_mutex_app);
4035 pthread_cond_signal(&pComponentPrivate->flush_cond);
H A DOMX_VideoEncoder.c1030 pthread_cond_init (&pComponentPrivate->flush_cond, NULL);
3239 pthread_cond_destroy(&pComponentPrivate->flush_cond);

Completed in 29 milliseconds