Searched refs:mpp_port_poll (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_task_test.c | 24 ret = mpp_port_poll(port, MPP_POLL_BLOCK); in task_input() 52 ret = mpp_port_poll(port, MPP_POLL_BLOCK); in task_output() 78 ret = mpp_port_poll(port_input, MPP_POLL_BLOCK); in task_in_and_out() 89 ret = mpp_port_poll(port_output, MPP_POLL_BLOCK); in task_in_and_out() 113 ret = mpp_port_poll(port_src, MPP_POLL_BLOCK); in task_worker() 123 ret = mpp_port_poll(port_dst, MPP_POLL_BLOCK); in task_worker() 149 ret = mpp_port_poll(port_ii, MPP_POLL_BLOCK); in serial_task() 160 ret = mpp_port_poll(port_io, MPP_POLL_BLOCK); in serial_task() 171 ret = mpp_port_poll(port_oi, MPP_POLL_BLOCK); in serial_task() 182 ret = mpp_port_poll(port_oo, MPP_POLL_BLOCK); in serial_task()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_task_impl.h | 111 #define mpp_port_poll(port, timeout) _mpp_port_poll(__FUNCTION__, port, timeout) macro
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_normal.cpp | 93 ret = mpp_port_poll(port, MPP_POLL_NON_BLOCK); in dec_release_task_in_port() 290 ret = mpp_port_poll(input, MPP_POLL_NON_BLOCK); in try_get_input_packet() 937 ret = mpp_port_poll(input, MPP_POLL_NON_BLOCK); in mpp_dec_advanced_thread() 1064 mpp_port_poll(output, MPP_POLL_BLOCK); in mpp_dec_advanced_thread()
|
| H A D | mpp_enc_impl.cpp | 153 ret = mpp_port_poll(port, MPP_POLL_NON_BLOCK); in release_task_in_port() 518 ret = mpp_port_poll(enc->output, MPP_POLL_BLOCK); in mpp_enc_callback() 1813 ret = mpp_port_poll(enc->input, MPP_POLL_NON_BLOCK); in try_get_enc_task() 1826 ret = mpp_port_poll(enc->output, MPP_POLL_NON_BLOCK); in try_get_enc_task() 2051 ret = mpp_port_poll(enc->output, MPP_POLL_NON_BLOCK); in try_proc_low_deley_task()
|
| /OK3568_Linux_fs/external/mpp/doc/design/ |
| H A D | 4.mpp_task.txt | 27 worker thread will use mpp_port_poll / mpp_port_dequeue / mpp_port_enqueue
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp.cpp | 857 ret = mpp_port_poll(port, timeout); in poll()
|