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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 105 sem_t *h_event_start_decoding; member in struct:VP8D_COMP
threading.c 632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
840 sem_post(&pbi->h_event_start_decoding[i]);
846 sem_destroy(&pbi->h_event_start_decoding[i]);
854 vpx_free(pbi->h_event_start_decoding);
855 pbi->h_event_start_decoding = NULL;
905 sem_post(&pbi->h_event_start_decoding[i]);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 105 sem_t *h_event_start_decoding; member in struct:VP8D_COMP
threading.c 632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
840 sem_post(&pbi->h_event_start_decoding[i]);
846 sem_destroy(&pbi->h_event_start_decoding[i]);
854 vpx_free(pbi->h_event_start_decoding);
855 pbi->h_event_start_decoding = NULL;
905 sem_post(&pbi->h_event_start_decoding[i]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 105 sem_t *h_event_start_decoding; member in struct:VP8D_COMP
threading.c 632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
671 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count);
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
840 sem_post(&pbi->h_event_start_decoding[i]);
846 sem_destroy(&pbi->h_event_start_decoding[i]);
854 vpx_free(pbi->h_event_start_decoding);
855 pbi->h_event_start_decoding = NULL;
905 sem_post(&pbi->h_event_start_decoding[i]);

Completed in 494 milliseconds