Searched refs:MPP_POLL_BLOCK (Results 1 – 15 of 15) 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/inc/ |
| H A D | mpp_task.h | 106 MPP_POLL_BLOCK = -1, enumerator
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_task.h | 106 MPP_POLL_BLOCK = -1, enumerator
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp.cpp | 198 mInputTimeout = MPP_POLL_BLOCK; in init() 217 mInputTimeout = MPP_POLL_BLOCK; in init() 374 ret = poll(MPP_PORT_INPUT, MPP_POLL_BLOCK); in put_packet() 426 timeout = MPP_POLL_BLOCK; in put_packet()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_dec_multi_test.c | 284 ret = mpi->poll(ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in multi_dec_advanced() 311 ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in multi_dec_advanced()
|
| H A D | mpi_dec_test.c | 363 ret = mpi->poll(ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in dec_advanced() 390 ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in dec_advanced()
|
| H A D | mpi_dec_mt_test.c | 300 MppPollType timeout = MPP_POLL_BLOCK; in mt_dec_decode()
|
| H A D | mpi_rc2_test.c | 443 block = MPP_POLL_BLOCK; in mpi_rc_enc_init() 449 block = MPP_POLL_BLOCK; in mpi_rc_enc_init()
|
| H A D | mpi_enc_test.c | 853 MppPollType timeout = MPP_POLL_BLOCK; in enc_test()
|
| H A D | mpi_enc_mt_test.cpp | 574 timeout = MPP_POLL_BLOCK; in mt_test_res_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 757 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 781 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 1157 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1183 ret = mpi->poll(mpp_ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in encode() 1214 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppjpegdec.c | 436 mppdec->mpi->poll (mppdec->mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in gst_mpp_jpeg_dec_shutdown()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 362 MppPollType timeout = MPP_POLL_BLOCK; in Init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_normal.cpp | 1064 mpp_port_poll(output, MPP_POLL_BLOCK); in mpp_dec_advanced_thread()
|
| H A D | mpp_enc_impl.cpp | 518 ret = mpp_port_poll(enc->output, MPP_POLL_BLOCK); in mpp_enc_callback()
|