Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0) in thread_encoding_proc()
527 CHECK_MEM_ERROR(cpi->h_event_start_encoding, in vp8cx_create_encoder_threads()
553 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0); in vp8cx_create_encoder_threads()
572 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
577 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
602 sem_post(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
604 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
611 vpx_free(cpi->h_event_start_encoding); in vp8cx_create_encoder_threads()
634 sem_post(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
637 sem_destroy(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
[all …]
Donyx_int.h538 sem_t *h_event_start_encoding; member
Dencodeframe.c817 sem_post(&cpi->h_event_start_encoding[i]); in vp8_encode_frame()