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 114 sem_t *h_event_start_decoding; member in struct:VP8Decompressor
threading.c 229 /*if(WaitForSingleObject(pbi->h_event_start_decoding[ithread], INFINITE) == WAIT_OBJECT_0)*/
230 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
440 CHECK_MEM_ERROR(pbi->h_event_start_decoding, vpx_malloc(sizeof(sem_t) * pbi->decoding_thread_count));
447 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
609 sem_post(&pbi->h_event_start_decoding[i]);
615 sem_destroy(&pbi->h_event_start_decoding[i]);
623 vpx_free(pbi->h_event_start_decoding);
624 pbi->h_event_start_decoding = NULL;
724 sem_post(&pbi->h_event_start_decoding[i]);
    [all...]

Completed in 39 milliseconds