Searched refs:MPP_PORT_INPUT (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp.c | 221 mpp->mUsrInPort = mpp_task_queue_get_port(mpp->mInputTaskQueue, MPP_PORT_INPUT); in mpp_ctx_init() 224 mpp->mMppOutPort = mpp_task_queue_get_port(mpp->mOutputTaskQueue, MPP_PORT_INPUT); in mpp_ctx_init() 267 mpp->mUsrInPort = mpp_task_queue_get_port(mpp->mInputTaskQueue, MPP_PORT_INPUT); in mpp_ctx_init() 270 mpp->mMppOutPort = mpp_task_queue_get_port(mpp->mOutputTaskQueue, MPP_PORT_INPUT); in mpp_ctx_init() 469 ret = mpp_poll(mpp, MPP_PORT_INPUT, MPP_POLL_BLOCK); in mpp_put_packet() 473 mpp_dequeue(mpp, MPP_PORT_INPUT, &mpp->mEosTask); in mpp_put_packet() 495 ret = mpp_poll(mpp, MPP_PORT_INPUT, timeout); in mpp_put_packet() 502 mpp_dequeue(mpp, MPP_PORT_INPUT, &task_dequeue); in mpp_put_packet() 537 ret = mpp_enqueue(mpp, MPP_PORT_INPUT, task_dequeue); in mpp_put_packet() 546 mpp_poll(mpp, MPP_PORT_INPUT, timeout); in mpp_put_packet() [all …]
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_task_test.c | 18 MppPort port = mpp_task_queue_get_port(input, MPP_PORT_INPUT); in task_input() 74 MppPort port_input = mpp_task_queue_get_port(input, MPP_PORT_INPUT); in task_in_and_out() 110 MppPort port_dst = mpp_task_queue_get_port(output, MPP_PORT_INPUT); in task_worker() 143 MppPort port_ii = mpp_task_queue_get_port(input, MPP_PORT_INPUT); in serial_task() 145 MppPort port_oi = mpp_task_queue_get_port(output, MPP_PORT_INPUT); in serial_task()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_dec_multi_test.c | 271 ret = mpi->poll(ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in multi_dec_advanced() 277 ret = mpi->dequeue(ctx, MPP_PORT_INPUT, &task); /* input queue */ in multi_dec_advanced() 288 ret = mpi->enqueue(ctx, MPP_PORT_INPUT, task); /* input queue */ in multi_dec_advanced() 355 ret = mpi->dequeue(ctx, MPP_PORT_INPUT, &task); /* input queue */ in multi_dec_advanced() 373 ret = mpi->enqueue(ctx, MPP_PORT_INPUT, task); in multi_dec_advanced()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_task.h | 56 MPP_PORT_INPUT, enumerator
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 786 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 792 ret = mpi->dequeue(mpp_ctx, MPP_PORT_INPUT, &task); in decode() 801 ret = mpi->enqueue(mpp_ctx, MPP_PORT_INPUT, task); in decode() 810 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode() 1195 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1201 ret = mpi->dequeue(mpp_ctx, MPP_PORT_INPUT, &task); in encode() 1214 ret = mpi->enqueue(mpp_ctx, MPP_PORT_INPUT, task); in encode() 1252 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode() 1259 ret = mpi->dequeue(mpp_ctx, MPP_PORT_INPUT, &task); in encode() 1267 ret = mpi->enqueue(mpp_ctx, MPP_PORT_INPUT, task); in encode()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_task_impl.c | 105 if (MPP_PORT_INPUT == type) { in mpp_port_init() 409 if (mpp_port_init(p, MPP_PORT_INPUT, &p->input)) in mpp_task_queue_init() 538 return (type == MPP_PORT_INPUT) ? (impl->input) : (impl->output); in mpp_task_queue_get_port()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_v2.c | 151 p->output = mpp_task_queue_get_port(mpp->mOutputTaskQueue, MPP_PORT_INPUT); in mpp_enc_init_v2()
|