OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_event_start_lpf
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
34
if (sem_wait(&cpi->
h_event_start_lpf
) == 0)
576
sem_init(&cpi->
h_event_start_lpf
, 0, 0);
595
sem_destroy(&cpi->
h_event_start_lpf
);
627
sem_post(&cpi->
h_event_start_lpf
);
633
sem_destroy(&cpi->
h_event_start_lpf
);
onyx_int.h
550
sem_t
h_event_start_lpf
;
member in struct:VP8_COMP
onyx_if.c
[
all
...]
Completed in 31 milliseconds