Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c386 sem_init(&init_decode->sem_synchronize,0, 0); in init_encoder()
644 sem_wait (&encoder_context->sem_synchronize); in start_encoding()
714 sem_wait (&encoder_context->sem_synchronize); in start_encoding()
740 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
754 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
764 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
795 sem_destroy (&init_decode->sem_synchronize); in deinit_encoder()
832 sem_post (&encoder_context->sem_synchronize); in video_thread()
837 sem_post (&encoder_context->sem_synchronize); in video_thread()
846 sem_post (&encoder_context->sem_synchronize); in video_thread()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c332 sem_init(&init_decode->sem_synchronize,0, 0); in init_decoder()
625 sem_wait (&decode_context->sem_synchronize); in start_decoding()
691 sem_wait (&decode_context->sem_synchronize); in start_decoding()
717 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
731 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
742 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
773 sem_destroy (&init_decode->sem_synchronize); in deinit_decoder()
821 sem_post (&decode_context->sem_synchronize); in video_thread()
826 sem_post (&decode_context->sem_synchronize); in video_thread()
835 sem_post (&decode_context->sem_synchronize); in video_thread()
[all …]
/hardware/qcom/media/mm-video/vidc/venc/inc/
Dvideo_encoder_test.h64 sem_t sem_synchronize; member
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Ddecoder_driver_test.h58 sem_t sem_synchronize; member