Home
last modified time | relevance | path

Searched refs:h_event_start_decoding (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/decoder/
H A Dthreading.c593 if (vp8_sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) { in thread_decoding_proc()
635 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()
645 if (vp8_sem_init(&pbi->h_event_start_decoding[ithread], 0, 0)) break; in vp8_decoder_create_threads()
655 vp8_sem_destroy(&pbi->h_event_start_decoding[ithread]); in vp8_decoder_create_threads()
817 vp8_sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
822 vp8_sem_destroy(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
832 vpx_free(pbi->h_event_start_decoding); in vp8_decoder_remove_threads()
833 pbi->h_event_start_decoding = NULL; in vp8_decoder_remove_threads()
888 vp8_sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()
H A Donyxd_int.h98 vp8_sem_t *h_event_start_decoding; member