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.c53 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0) { in thread_encoding_proc()
515 CHECK_MEM_ERROR(cpi->h_event_start_encoding, in vp8cx_create_encoder_threads()
540 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0); in vp8cx_create_encoder_threads()
557 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
562 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
584 sem_post(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
587 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
594 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
615 sem_post(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
620 sem_destroy(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
[all …]
Donyx_int.h535 sem_t *h_event_start_encoding; member
Dencodeframe.c761 sem_post(&cpi->h_event_start_encoding[i]); in vp8_encode_frame()