Searched refs:MppPortType (Results 1 – 11 of 11) sorted by relevance
| /rockchip-linux_mpp/inc/ |
| H A D | rk_mpi.h | 166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); 176 MPP_RET (*dequeue)(MppCtx ctx, MppPortType type, MppTask *task); 186 MPP_RET (*enqueue)(MppCtx ctx, MppPortType type, MppTask task);
|
| H A D | mpp_task.h | 59 } MppPortType; typedef
|
| /rockchip-linux_mpp/kmpp/inc/ |
| H A D | kmpp.h | 35 MPP_RET (*poll)(Kmpp *ctx, MppPortType type, MppPollType timeout); 36 MPP_RET (*dequeue)(Kmpp *ctx, MppPortType type, MppTask *task); 37 MPP_RET (*enqueue)(Kmpp *ctx, MppPortType type, MppTask task);
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpp.h | 206 MPP_RET mpp_poll(Mpp *mpp, MppPortType type, MppPollType timeout); 207 MPP_RET mpp_dequeue(Mpp *mpp, MppPortType type, MppTask *task); 208 MPP_RET mpp_enqueue(Mpp *mpp, MppPortType type, MppTask task);
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_task_impl.h | 109 MppPort mpp_task_queue_get_port(MppTaskQueue queue, MppPortType type);
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpi.c | 269 static MPP_RET mpi_poll(MppCtx ctx, MppPortType type, MppPollType timeout) in mpi_poll() 297 static MPP_RET mpi_dequeue(MppCtx ctx, MppPortType type, MppTask *task) in mpi_dequeue() 321 static MPP_RET mpi_enqueue(MppCtx ctx, MppPortType type, MppTask task) in mpi_enqueue()
|
| H A D | mpp.c | 1023 MPP_RET mpp_poll(Mpp *mpp, MppPortType type, MppPollType timeout) in mpp_poll() 1055 MPP_RET mpp_dequeue(Mpp *mpp, MppPortType type, MppTask *task) in mpp_dequeue() 1093 MPP_RET mpp_enqueue(Mpp *mpp, MppPortType type, MppTask task) in mpp_enqueue()
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 447 static MPP_RET poll(Kmpp *ctx, MppPortType type, MppPollType timeout) in poll() 459 static MPP_RET dequeue(Kmpp *ctx, MppPortType type, MppTask *task) in dequeue() 471 static MPP_RET enqueue(Kmpp *ctx, MppPortType type, MppTask task) in enqueue()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_task_impl.c | 52 MppPortType type; 92 static MPP_RET mpp_port_init(MppTaskQueueImpl *queue, MppPortType type, MppPort *port) in mpp_port_init() 530 MppPort mpp_task_queue_get_port(MppTaskQueue queue, MppPortType type) in mpp_task_queue_get_port()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 279 | poll | 函数指针 | MPP_RET (\*poll)(MppCtx ctx, MppPortType type, MppPollType timeout) <b… 280 | dequeue | 函数指针 | MPP_RET (\*dequeue)(MppCtx ctx, MppPortType type, MppTask \*task) <br/… 281 | enqueue | 函数指针 | MPP_RET (\*enqueue)(MppCtx ctx, MppPortType type, MppTask task) <br/>端…
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 266 | poll | Function pointer | MPP_RET (\*poll)(MppCtx ctx, MppPortType type, MppPollTyp… 267 | dequeue | Function pointer | MPP_RET (\*dequeue)(MppCtx ctx, MppPortType type, MppTask… 268 | enqueue | Function pointer | MPP_RET (\*enqueue)( MppCtx ctx, MppPortType type, MppTas…
|