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 111 sem_t *h_event_start_decoding; member in struct:VP8Decompressor
threading.c 167 //if(WaitForSingleObject(pbi->h_event_start_decoding[ithread], INFINITE) == WAIT_OBJECT_0)
168 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
426 CHECK_MEM_ERROR(pbi->h_event_start_decoding, vpx_malloc(sizeof(sem_t) * pbi->decoding_thread_count));
436 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
482 sem_post(&pbi->h_event_start_decoding[i]);
488 sem_destroy(&pbi->h_event_start_decoding[i]);
499 if (pbi->h_event_start_decoding)
501 vpx_free(pbi->h_event_start_decoding);
502 pbi->h_event_start_decoding = NULL;
584 sem_post(&pbi->h_event_start_decoding[i])
    [all...]

Completed in 11 milliseconds