Home
last modified time | relevance | path

Searched refs:MppPortType (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi.h166 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 Dmpp_task.h59 } MppPortType; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi.h166 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 Dmpp_task.h59 } MppPortType; typedef
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp.h124 MPP_RET poll(MppPortType type, MppPollType timeout);
125 MPP_RET dequeue(MppPortType type, MppTask *task);
126 MPP_RET enqueue(MppPortType type, MppTask task);
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp280 static MPP_RET mpi_poll(MppCtx ctx, MppPortType type, MppPollType timeout) in mpi_poll()
308 static MPP_RET mpi_dequeue(MppCtx ctx, MppPortType type, MppTask *task) in mpi_dequeue()
332 static MPP_RET mpi_enqueue(MppCtx ctx, MppPortType type, MppTask task) in mpi_enqueue()
H A Dmpp.cpp835 MPP_RET Mpp::poll(MppPortType type, MppPollType timeout) in poll()
862 MPP_RET Mpp::dequeue(MppPortType type, MppTask *task) in dequeue()
895 MPP_RET Mpp::enqueue(MppPortType type, MppTask task) in enqueue()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_task_impl.h109 MppPort mpp_task_queue_get_port(MppTaskQueue queue, MppPortType type);
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_task_impl.cpp63 MppPortType type;
103 static MPP_RET mpp_port_init(MppTaskQueueImpl *queue, MppPortType type, MppPort *port) in mpp_port_init()
551 MppPort mpp_task_queue_get_port(MppTaskQueue queue, MppPortType type) in mpp_task_queue_get_port()