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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ethreading.c 313 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
550 sem_init(&cpi->h_event_end_encoding, 0, 0);
589 sem_destroy(&cpi->h_event_end_encoding);
621 sem_destroy(&cpi->h_event_end_encoding);
659 sem_destroy(&cpi->h_event_end_encoding);
onyx_int.h 538 sem_t h_event_end_encoding; member in struct:VP8_COMP
encodeframe.c 855 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
859 sem_wait(&cpi->h_event_end_encoding); /* wait for other threads to finish */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 298 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
535 sem_init(&cpi->h_event_end_encoding, 0, 0);
574 sem_destroy(&cpi->h_event_end_encoding);
606 sem_destroy(&cpi->h_event_end_encoding);
644 sem_destroy(&cpi->h_event_end_encoding);
onyx_int.h 539 sem_t h_event_end_encoding; member in struct:VP8_COMP
encodeframe.c 842 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
846 sem_wait(&cpi->h_event_end_encoding); /* wait for other threads to finish */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 298 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
535 sem_init(&cpi->h_event_end_encoding, 0, 0);
574 sem_destroy(&cpi->h_event_end_encoding);
606 sem_destroy(&cpi->h_event_end_encoding);
644 sem_destroy(&cpi->h_event_end_encoding);
onyx_int.h 539 sem_t h_event_end_encoding; member in struct:VP8_COMP
encodeframe.c 843 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
847 sem_wait(&cpi->h_event_end_encoding); /* wait for other threads to finish */
    [all...]

Completed in 630 milliseconds