Home
last modified time | relevance | path

Searched refs:h_event_start_encoding (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0) in thread_encoding_proc()
542 CHECK_MEM_ERROR(cpi->h_event_start_encoding, in vp8cx_create_encoder_threads()
568 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0); in vp8cx_create_encoder_threads()
587 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
592 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
617 sem_post(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
619 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
626 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
649 sem_post(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
652 sem_destroy(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
[all …]
Donyx_int.h537 sem_t *h_event_start_encoding; member
Dencodeframe.c829 sem_post(&cpi->h_event_start_encoding[i]); in vp8_encode_frame()