Home
last modified time | relevance | path

Searched defs:enqueue (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/inc/
H A Drk_mpi.h186 MPP_RET (*enqueue)(MppCtx ctx, MppPortType type, MppTask task); member
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h37 MPP_RET (*enqueue)(Kmpp *ctx, MppPortType type, MppTask task); member
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c471 static MPP_RET enqueue(Kmpp *ctx, MppPortType type, MppTask task) in enqueue() function