Searched refs:stop_cond (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h454 pthread_cond_t stop_cond; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h461 pthread_cond_t stop_cond; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h661 pthread_cond_t stop_cond; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c667 pthread_cond_destroy(&pComponentPrivate->stop_cond);
1273 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->vpp_mutex);
2993 pthread_cond_signal(&pComponentPrivate->stop_cond);
3402 pthread_cond_init(&pComponentPrivate->stop_cond, NULL);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c525 pthread_cond_destroy(&pComponentPrivate->stop_cond);
1645 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->jpege_mutex);
1650 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->jpege_mutex);
2984 pthread_cond_signal(&pComponentPrivate->stop_cond);
H A DOMX_JpegEncoder.c684 pthread_cond_init(&pComponentPrivate->stop_cond, NULL);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c1586 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->videoe_mutex_app);
1972 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->videoe_mutex_app);
4022 pthread_cond_signal(&pComponentPrivate->stop_cond);
H A DOMX_VideoEncoder.c1031 pthread_cond_init (&pComponentPrivate->stop_cond, NULL);
3240 pthread_cond_destroy(&pComponentPrivate->stop_cond);

Completed in 1002 milliseconds