HomeSort by relevance Sort by last modified time
    Searched refs:h_event_end_encoding (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 309 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[i])
    [all...]
onyx_int.h 536 sem_t *h_event_end_encoding; member in struct:VP8_COMP
encodeframe.c 794 sem_wait(&cpi->h_event_end_encoding[i]);
    [all...]

Completed in 673 milliseconds