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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 94 sem_t h_event_end_decoding; member in struct:VP8D_COMP
threading.c 561 if (last_mb_row == (pc->mb_rows - 1)) sem_post(&pbi->h_event_end_decoding);
612 if (sem_init(&pbi->h_event_end_decoding, 0, 0)) {
639 sem_destroy(&pbi->h_event_end_decoding);
796 sem_destroy(&pbi->h_event_end_decoding);
863 sem_wait(&pbi->h_event_end_decoding); /* add back for each frame */

Completed in 727 milliseconds