OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ithread_yield
(Results
1 - 18
of
18
) sorted by null
/external/libavc/common/
ithread.h
38
/*
ithread_yield
*/
79
void
ithread_yield
(void);
ithread.c
114
void
ithread_yield
(void)
function
ih264_buf_mgr.c
156
* ih264_buf_mgr_unlock(),
ithread_yield
() and then ih264_buf_mgr_lock()
180
ithread_yield
();
ih264_list.c
165
* ih264_list_unlock(),
ithread_yield
() and then ih264_list_lock()
188
ithread_yield
();
/external/libhevc/common/
ithread.h
59
void
ithread_yield
(void);
ithread.c
104
void
ithread_yield
(void)
function
/external/libmpeg2/common/
ithread.h
61
void
ithread_yield
(void);
ithread.c
112
void
ithread_yield
(void)
function
impeg2_job_queue.c
145
* impeg2_jobq_unlock(),
ithread_yield
() and then impeg2_jobq_lock()
169
ithread_yield
();
/external/libavc/encoder/
ih264e_master.h
70
*
ithread_yield
() method causes the calling thread to yield execution to another
ih264e_encode.c
151
*
ithread_yield
() method causes the calling thread to yield execution to another
169
ithread_yield
();
ih264e_process.c
443
ithread_yield
();
[
all
...]
ih264e_me.c
[
all
...]
/external/libavc/decoder/
ih264d_thread_compute_bs.c
364
ithread_yield
();
439
ithread_yield
();
572
ithread_yield
();
ih264d_thread_parse_decode.c
265
ithread_yield
();
485
ithread_yield
();
/external/libhevc/decoder/
ihevcd_job_queue.c
148
* ihevcd_jobq_unlock(),
ithread_yield
() and then ihevcd_jobq_lock()
172
ithread_yield
();
ihevcd_process_slice.c
188
ithread_yield
();
623
ithread_yield
();
[
all
...]
ihevcd_fmt_conv.c
825
ithread_yield
();
Completed in 1050 milliseconds