Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c590 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) { in thread_decoding_proc()
631 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()
641 if (sem_init(&pbi->h_event_start_decoding[ithread], 0, 0)) break; in vp8_decoder_create_threads()
651 sem_destroy(&pbi->h_event_start_decoding[ithread]); in vp8_decoder_create_threads()
813 sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
818 sem_destroy(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
828 vpx_free(pbi->h_event_start_decoding); in vp8_decoder_remove_threads()
829 pbi->h_event_start_decoding = NULL; in vp8_decoder_remove_threads()
884 sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()
Donyxd_int.h95 sem_t *h_event_start_decoding; member