Searched refs:sem_synchronize (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Ddecoder_driver_test.h58 sem_t sem_synchronize; member in struct:video_decoder_context
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_test.h64 sem_t sem_synchronize; member in struct:video_encoder_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h57 sem_t sem_synchronize; member in struct:video_decoder_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_test.h63 sem_t sem_synchronize; member in struct:video_encoder_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h57 sem_t sem_synchronize; member in struct:video_decoder_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_test.h63 sem_t sem_synchronize; member in struct:video_encoder_context
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h57 sem_t sem_synchronize; member in struct:video_decoder_context
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_test.h63 sem_t sem_synchronize; member in struct:video_encoder_context
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c332 sem_init(&init_decode->sem_synchronize,0, 0);
625 sem_wait (&decode_context->sem_synchronize);
691 sem_wait (&decode_context->sem_synchronize);
717 sem_wait (&decode_context->sem_synchronize);
731 sem_wait (&decode_context->sem_synchronize);
742 sem_wait (&decode_context->sem_synchronize);
773 sem_destroy (&init_decode->sem_synchronize);
821 sem_post (&decode_context->sem_synchronize);
826 sem_post (&decode_context->sem_synchronize);
835 sem_post (&decode_context->sem_synchronize);
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c317 sem_init(&init_decode->sem_synchronize,0, 0);
582 sem_wait (&decode_context->sem_synchronize);
650 sem_wait (&decode_context->sem_synchronize);
672 sem_wait (&decode_context->sem_synchronize);
683 sem_wait (&decode_context->sem_synchronize);
692 sem_wait (&decode_context->sem_synchronize);
720 sem_destroy (&init_decode->sem_synchronize);
766 sem_post (&decode_context->sem_synchronize);
771 sem_post (&decode_context->sem_synchronize);
780 sem_post (&decode_context->sem_synchronize);
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c386 sem_init(&init_decode->sem_synchronize,0, 0);
644 sem_wait (&encoder_context->sem_synchronize);
714 sem_wait (&encoder_context->sem_synchronize);
740 sem_wait (&encoder_context->sem_synchronize);
754 sem_wait (&encoder_context->sem_synchronize);
764 sem_wait (&encoder_context->sem_synchronize);
795 sem_destroy (&init_decode->sem_synchronize);
832 sem_post (&encoder_context->sem_synchronize);
837 sem_post (&encoder_context->sem_synchronize);
846 sem_post (&encoder_context->sem_synchronize);
[all...]

Completed in 64 milliseconds