Searched refs:h_event_start_decoding (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h105 sem_t *h_event_start_decoding; member in struct:VP8D_COMP
H A Dthreading.c632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
840 sem_post(&pbi->h_event_start_decoding[i]);
846 sem_destroy(&pbi->h_event_start_decoding[i]);
854 vpx_free(pbi->h_event_start_decoding);
855 pbi->h_event_start_decoding = NULL;
905 sem_post(&pbi->h_event_start_decoding[i]);
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h105 sem_t *h_event_start_decoding; member in struct:VP8D_COMP
H A Dthreading.c632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
840 sem_post(&pbi->h_event_start_decoding[i]);
846 sem_destroy(&pbi->h_event_start_decoding[i]);
854 vpx_free(pbi->h_event_start_decoding);
855 pbi->h_event_start_decoding = NULL;
905 sem_post(&pbi->h_event_start_decoding[i]);

Completed in 5529 milliseconds