Home
last modified time | relevance | path

Searched refs:MPP_PORT_OUTPUT (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_task_test.c46 MppPort port = mpp_task_queue_get_port(output, MPP_PORT_OUTPUT); in task_output()
75 MppPort port_output = mpp_task_queue_get_port(output, MPP_PORT_OUTPUT); in task_in_and_out()
109 MppPort port_src = mpp_task_queue_get_port(input, MPP_PORT_OUTPUT); in task_worker()
144 MppPort port_io = mpp_task_queue_get_port(input, MPP_PORT_OUTPUT); in serial_task()
146 MppPort port_oo = mpp_task_queue_get_port(output, MPP_PORT_OUTPUT); in serial_task()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp170 mUsrOutPort = mpp_task_queue_get_port(mOutputTaskQueue, MPP_PORT_OUTPUT); in init()
171 mMppInPort = mpp_task_queue_get_port(mInputTaskQueue, MPP_PORT_OUTPUT); in init()
210 mUsrOutPort = mpp_task_queue_get_port(mOutputTaskQueue, MPP_PORT_OUTPUT); in init()
211 mMppInPort = mpp_task_queue_get_port(mInputTaskQueue, MPP_PORT_OUTPUT); in init()
730 ret = poll(MPP_PORT_OUTPUT, mOutputTimeout); in get_packet()
738 ret = dequeue(MPP_PORT_OUTPUT, &task); in get_packet()
759 ret = enqueue(MPP_PORT_OUTPUT, task); in get_packet()
849 case MPP_PORT_OUTPUT : { in poll()
878 case MPP_PORT_OUTPUT : { in dequeue()
911 case MPP_PORT_OUTPUT : { in enqueue()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppjpegdec.c403 if (mppdec->mpi->poll (mppdec->mpp_ctx, MPP_PORT_OUTPUT, timeout_ms)) in gst_mpp_jpeg_dec_poll_mpp_frame()
406 mppdec->mpi->dequeue (mppdec->mpp_ctx, MPP_PORT_OUTPUT, &mtask); in gst_mpp_jpeg_dec_poll_mpp_frame()
412 mppdec->mpi->enqueue (mppdec->mpp_ctx, MPP_PORT_OUTPUT, mtask); in gst_mpp_jpeg_dec_poll_mpp_frame()
421 mppdec->mpi->enqueue (mppdec->mpp_ctx, MPP_PORT_OUTPUT, mtask); in gst_mpp_jpeg_dec_poll_mpp_frame()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_multi_test.c311 ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in multi_dec_advanced()
317 ret = mpi->dequeue(ctx, MPP_PORT_OUTPUT, &task); /* output queue */ in multi_dec_advanced()
355 ret = mpi->enqueue(ctx, MPP_PORT_OUTPUT, task); in multi_dec_advanced()
H A Dmpi_dec_test.c390 ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in dec_advanced()
396 ret = mpi->dequeue(ctx, MPP_PORT_OUTPUT, &task); /* output queue */ in dec_advanced()
440 ret = mpi->enqueue(ctx, MPP_PORT_OUTPUT, task); in dec_advanced()
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_task.h57 MPP_PORT_OUTPUT, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_task.h57 MPP_PORT_OUTPUT, enumerator
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp787 ret = mpi->dequeue(mpp_ctx, MPP_PORT_OUTPUT, &task); in decode()
801 ret = mpi->enqueue(mpp_ctx, MPP_PORT_OUTPUT, task); in decode()
1183 ret = mpi->poll(mpp_ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in encode()
1189 ret = mpi->dequeue(mpp_ctx, MPP_PORT_OUTPUT, &task); in encode()
1207 ret = mpi->enqueue(mpp_ctx, MPP_PORT_OUTPUT, task); in encode()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp131 p->input = mpp_task_queue_get_port(mpp->mInputTaskQueue, MPP_PORT_OUTPUT); in mpp_enc_init_v2()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_task_impl.cpp436 if (mpp_port_init(p, MPP_PORT_OUTPUT, &p->output)) { in mpp_task_queue_init()