Searched refs:sem_synchronize (Results 1 – 4 of 4) sorted by relevance
386 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 …]
332 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 …]
64 sem_t sem_synchronize; member
58 sem_t sem_synchronize; member