Searched refs:h_event_end_lpf (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dethreading.c41 sem_post(&cpi->h_event_end_lpf);
590 sem_init(&cpi->h_event_end_lpf, 0, 0);
607 sem_destroy(&cpi->h_event_end_lpf);
645 sem_destroy(&cpi->h_event_end_lpf);
H A Donyx_int.h541 sem_t h_event_end_lpf; member in struct:VP8_COMP
H A Donyx_if.c1459 sem_wait(&cpi->h_event_end_lpf);
3301 sem_post(&cpi->h_event_end_lpf); /* signal that we have set filter_level */
3357 sem_wait(&cpi->h_event_end_lpf);
4445 sem_wait(&cpi->h_event_end_lpf);
4455 sem_wait(&cpi->h_event_end_lpf);
5442 sem_wait(&cpi->h_event_end_lpf);

Completed in 123 milliseconds