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

  /external/libvpx/vp8/encoder/
ethreading.c 70 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0)
483 CHECK_MEM_ERROR(cpi->h_event_start_encoding, vpx_malloc(sizeof(sem_t) * th_count));
505 sem_init(&cpi->h_event_start_encoding[ithread], 0, 0);
538 sem_post(&cpi->h_event_start_encoding[i]);
541 sem_destroy(&cpi->h_event_start_encoding[i]);
553 vpx_free(cpi->h_event_start_encoding);
onyx_int.h 609 sem_t *h_event_start_encoding; member in struct:__anon8495
encodeframe.c 815 sem_post(&cpi->h_event_start_encoding[i]);
    [all...]

Completed in 45 milliseconds