Searched refs:h_event_end_encoding (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c309 sem_post(&cpi->h_event_end_encoding[ithread]);
517 CHECK_MEM_ERROR(cpi->h_event_end_encoding,
541 sem_init(&cpi->h_event_end_encoding[ithread], 0, 0);
558 sem_destroy(&cpi->h_event_end_encoding[ithread]);
563 vpx_free(cpi->h_event_end_encoding);
585 sem_post(&cpi->h_event_end_encoding[ithread]);
588 sem_destroy(&cpi->h_event_end_encoding[ithread]);
595 vpx_free(cpi->h_event_end_encoding);
616 sem_post(&cpi->h_event_end_encoding[i]);
621 sem_destroy(&cpi->h_event_end_encoding[
[all...]
H A Donyx_int.h536 sem_t *h_event_end_encoding; member in struct:VP8_COMP
H A Dencodeframe.c794 sem_wait(&cpi->h_event_end_encoding[i]);

Completed in 266 milliseconds