Home
last modified time | relevance | path

Searched refs:MPP_POLL_BLOCK (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_task_test.c24 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 Dmpp_task.h106 MPP_POLL_BLOCK = -1, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_task.h106 MPP_POLL_BLOCK = -1, enumerator
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp198 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 Dmpi_dec_multi_test.c284 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 Dmpi_dec_test.c363 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 Dmpi_dec_mt_test.c300 MppPollType timeout = MPP_POLL_BLOCK; in mt_dec_decode()
H A Dmpi_rc2_test.c443 block = MPP_POLL_BLOCK; in mpi_rc_enc_init()
449 block = MPP_POLL_BLOCK; in mpi_rc_enc_init()
H A Dmpi_enc_test.c853 MppPollType timeout = MPP_POLL_BLOCK; in enc_test()
H A Dmpi_enc_mt_test.cpp574 timeout = MPP_POLL_BLOCK; in mt_test_res_init()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp757 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 Dgstmppjpegdec.c436 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 Dmpp_encoder.cpp362 MppPollType timeout = MPP_POLL_BLOCK; in Init()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp1064 mpp_port_poll(output, MPP_POLL_BLOCK); in mpp_dec_advanced_thread()
H A Dmpp_enc_impl.cpp518 ret = mpp_port_poll(enc->output, MPP_POLL_BLOCK); in mpp_enc_callback()