Home
last modified time | relevance | path

Searched refs:loaded_start_stop_cond (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h85 pthread_cond_t loaded_start_stop_cond; variable
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h90 pthread_cond_t loaded_start_stop_cond; variable
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp151 pthread_cond_init (&loaded_start_stop_cond, NULL); in venc_dev()
158 pthread_cond_destroy(&loaded_start_stop_cond); in ~venc_dev()
402 status = pthread_cond_timedwait(&loaded_start_stop_cond, in venc_loaded_start()
434 status = pthread_cond_timedwait(&loaded_start_stop_cond, in venc_loaded_stop()
453 pthread_cond_signal(&loaded_start_stop_cond); in venc_loaded_start_done()
462 pthread_cond_signal(&loaded_start_stop_cond); in venc_loaded_stop_done()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp141 pthread_cond_init (&loaded_start_stop_cond, NULL); in venc_dev()
160 pthread_cond_destroy(&loaded_start_stop_cond); in ~venc_dev()
505 status = pthread_cond_timedwait(&loaded_start_stop_cond, in venc_loaded_start()
539 status = pthread_cond_timedwait(&loaded_start_stop_cond, in venc_loaded_stop()
559 pthread_cond_signal(&loaded_start_stop_cond); in venc_loaded_start_done()
568 pthread_cond_signal(&loaded_start_stop_cond); in venc_loaded_stop_done()