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

  /external/libvpx/vp8/decoder/
onyxd_int.h 113 sem_t *h_event_start_decoding; member in struct:VP8Decompressor
threading.c 247 /*if(WaitForSingleObject(pbi->h_event_start_decoding[ithread], INFINITE) == WAIT_OBJECT_0)*/
248 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
466 CHECK_MEM_ERROR(pbi->h_event_start_decoding, vpx_malloc(sizeof(sem_t) * pbi->decoding_thread_count));
473 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
672 sem_post(&pbi->h_event_start_decoding[i]);
678 sem_destroy(&pbi->h_event_start_decoding[i]);
689 if (pbi->h_event_start_decoding)
691 vpx_free(pbi->h_event_start_decoding);
692 pbi->h_event_start_decoding = NULL;
809 sem_post(&pbi->h_event_start_decoding[i])
    [all...]

Completed in 31 milliseconds