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

  /external/libvpx/vp8/decoder/
onyxd_int.h 104 sem_t h_event_end_lpf; // Event for post_proc completed member in struct:VP8Decompressor
threading.c 401 sem_post(&pbi->h_event_end_lpf);
447 sem_init(&pbi->h_event_end_lpf, 0, 0);
469 sem_destroy(&pbi->h_event_end_lpf);
557 sem_wait(&pbi->h_event_end_lpf);
816 sem_wait(&pbi->h_event_end_lpf);

Completed in 10 milliseconds