Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c248 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) in vp8_thread_decoding_proc()
466 …CHECK_MEM_ERROR(pbi->h_event_start_decoding, vpx_malloc(sizeof(sem_t) * pbi->decoding_thread_count… in vp8_decoder_create_threads()
473 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0); in vp8_decoder_create_threads()
672 sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
678 sem_destroy(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
689 if (pbi->h_event_start_decoding) in vp8_decoder_remove_threads()
691 vpx_free(pbi->h_event_start_decoding); in vp8_decoder_remove_threads()
692 pbi->h_event_start_decoding = NULL; in vp8_decoder_remove_threads()
809 sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()
Donyxd_int.h113 sem_t *h_event_start_decoding; member