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

  /external/libvpx/vp8/decoder/
onyxd_int.h 114 sem_t h_event_end_decoding; member in struct:VP8Decompressor
threading.c 437 /*SetEvent(pbi->h_event_end_decoding);*/
438 sem_post(&pbi->h_event_end_decoding);
482 sem_init(&pbi->h_event_end_decoding, 0, 0);
681 sem_destroy(&pbi->h_event_end_decoding);
    [all...]

Completed in 26 milliseconds