Searched refs:loaded_start_stop_cond (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h85 pthread_cond_t loaded_start_stop_cond; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h90 pthread_cond_t loaded_start_stop_cond; member in class:venc_dev
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h90 pthread_cond_t loaded_start_stop_cond; member in class:venc_dev
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h90 pthread_cond_t loaded_start_stop_cond; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp151 pthread_cond_init (&loaded_start_stop_cond, NULL);
158 pthread_cond_destroy(&loaded_start_stop_cond);
402 status = pthread_cond_timedwait(&loaded_start_stop_cond,
434 status = pthread_cond_timedwait(&loaded_start_stop_cond,
453 pthread_cond_signal(&loaded_start_stop_cond);
462 pthread_cond_signal(&loaded_start_stop_cond);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp141 pthread_cond_init (&loaded_start_stop_cond, NULL);
160 pthread_cond_destroy(&loaded_start_stop_cond);
505 status = pthread_cond_timedwait(&loaded_start_stop_cond,
539 status = pthread_cond_timedwait(&loaded_start_stop_cond,
559 pthread_cond_signal(&loaded_start_stop_cond);
568 pthread_cond_signal(&loaded_start_stop_cond);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp142 pthread_cond_init (&loaded_start_stop_cond, NULL);
161 pthread_cond_destroy(&loaded_start_stop_cond);
506 status = pthread_cond_timedwait(&loaded_start_stop_cond,
540 status = pthread_cond_timedwait(&loaded_start_stop_cond,
560 pthread_cond_signal(&loaded_start_stop_cond);
569 pthread_cond_signal(&loaded_start_stop_cond);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp142 pthread_cond_init (&loaded_start_stop_cond, NULL);
161 pthread_cond_destroy(&loaded_start_stop_cond);
506 status = pthread_cond_timedwait(&loaded_start_stop_cond,
540 status = pthread_cond_timedwait(&loaded_start_stop_cond,
560 pthread_cond_signal(&loaded_start_stop_cond);
569 pthread_cond_signal(&loaded_start_stop_cond);

Completed in 108 milliseconds