Searched refs:h_event_start_decoding (Results 1 – 2 of 2) sorted by relevance
632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) in thread_decoding_proc()671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0); in vp8_decoder_create_threads()840 sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()846 sem_destroy(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()854 vpx_free(pbi->h_event_start_decoding); in vp8_decoder_remove_threads()855 pbi->h_event_start_decoding = NULL; in vp8_decoder_remove_threads()905 sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()
105 sem_t *h_event_start_decoding; member