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

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0)
527 CHECK_MEM_ERROR(cpi->h_event_start_encoding,
553 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0);
572 sem_destroy(&cpi->h_event_start_encoding[ithread]);
577 vpx_free(cpi->h_event_start_encoding);
602 sem_post(&cpi->h_event_start_encoding[ithread]);
604 sem_destroy(&cpi->h_event_start_encoding[ithread]);
611 vpx_free(cpi->h_event_start_encoding);
634 sem_post(&cpi->h_event_start_encoding[i]);
637 sem_destroy(&cpi->h_event_start_encoding[i])
    [all...]
onyx_int.h 534 sem_t *h_event_start_encoding; member in struct:VP8_COMP
encodeframe.c 816 sem_post(&cpi->h_event_start_encoding[i]);
    [all...]

Completed in 265 milliseconds