Home
last modified time | relevance | path

Searched refs:unpopulate_cond (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h466 pthread_cond_t unpopulate_cond; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h660 pthread_cond_t unpopulate_cond; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c739 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandDisablePort()
761 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandDisablePort()
783 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandDisablePort()
2118 … pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app); in OMX_VIDENC_HandleCommandStateSetLoaded()
DOMX_VideoEncoder.c1029 pthread_cond_init (&pComponentPrivate->unpopulate_cond, NULL); in OMX_ComponentInit()
3238 pthread_cond_destroy(&pComponentPrivate->unpopulate_cond); in ComponentDeInit()
3612 pthread_cond_signal(&pComponentPrivate->unpopulate_cond); in FreeBuffer()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c244 pthread_cond_signal(&pComponentPrivate->unpopulate_cond); in JPEGENC_FreeBuffer()
690 pthread_cond_init(&pComponentPrivate->unpopulate_cond, NULL); in OMX_ComponentInit()
DOMX_JpegEnc_Utils.c531 pthread_cond_destroy(&pComponentPrivate->unpopulate_cond); in JPEGEnc_Free_ComponentResources()
1955 … pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->jpege_mutex_app); in HandleJpegEncCommand()