Searched refs:stop_cond (Results 1 – 8 of 8) sorted by relevance
454 pthread_cond_t stop_cond; member
461 pthread_cond_t stop_cond; member
661 pthread_cond_t stop_cond; member
667 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()
525 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()
684 pthread_cond_init(&pComponentPrivate->stop_cond, NULL); in OMX_ComponentInit()
1586 … 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()
1031 pthread_cond_init (&pComponentPrivate->stop_cond, NULL); in OMX_ComponentInit()3240 pthread_cond_destroy(&pComponentPrivate->stop_cond); in ComponentDeInit()