Searched refs:populate_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.h465 pthread_cond_t populate_cond; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h659 pthread_cond_t populate_cond; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c274 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
289 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
305 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
530 pthread_cond_destroy(&pComponentPrivate->populate_cond);
1526 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
H A DOMX_JpegEncoder.c395 pthread_cond_signal(&pComponentPrivate->populate_cond);
689 pthread_cond_init(&pComponentPrivate->populate_cond, NULL);
2275 pthread_cond_signal(&pComponentPrivate->populate_cond);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c850 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
874 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
898 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
1293 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
H A DOMX_VideoEncoder.c1027 pthread_cond_init (&pComponentPrivate->populate_cond, NULL);
3236 pthread_cond_destroy(&pComponentPrivate->populate_cond);
3452 pthread_cond_signal(&pComponentPrivate->populate_cond);
3789 pthread_cond_signal(&pComponentPrivate->populate_cond);

Completed in 199 milliseconds