Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h454 pthread_cond_t stop_cond; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h461 pthread_cond_t stop_cond; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h661 pthread_cond_t stop_cond; member
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c667 pthread_cond_destroy(&pComponentPrivate->stop_cond); in VPP_Free_ComponentResources()
1273 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->vpp_mutex); in VPP_StateToIdle()
2993 pthread_cond_signal(&pComponentPrivate->stop_cond); in VPP_LCML_Callback()
3402 pthread_cond_init(&pComponentPrivate->stop_cond, NULL); in VPP_Initialize_PrivateStruct()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c525 pthread_cond_destroy(&pComponentPrivate->stop_cond); in JPEGEnc_Free_ComponentResources()
1650 pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->jpege_mutex); in HandleJpegEncCommand()
2984 pthread_cond_signal(&pComponentPrivate->stop_cond); in JpegEncLCML_Callback()
DOMX_JpegEncoder.c684 pthread_cond_init(&pComponentPrivate->stop_cond, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c1586 … pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandStateSetIdle()
1972 … pthread_cond_wait(&pComponentPrivate->stop_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandStateSetPause()
4022 pthread_cond_signal(&pComponentPrivate->stop_cond); in OMX_VIDENC_LCML_Callback()
DOMX_VideoEncoder.c1031 pthread_cond_init (&pComponentPrivate->stop_cond, NULL); in OMX_ComponentInit()
3240 pthread_cond_destroy(&pComponentPrivate->stop_cond); in ComponentDeInit()