Home
last modified time | relevance | path

Searched refs:Kmpp (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h17 typedef struct Kmpp_t Kmpp; typedef
19 MPP_RET (*open_client)(Kmpp *ctx);
20 MPP_RET (*init)(Kmpp *ctx, MppCtxType type, MppCodingType coding);
22 MPP_RET (*start)(Kmpp *ctx);
23 MPP_RET (*stop)(Kmpp *ctx);
25 MPP_RET (*pause)(Kmpp *ctx);
26 MPP_RET (*resume)(Kmpp *ctx);
28 MPP_RET (*put_packet)(Kmpp *ctx, MppPacket packet);
29 MPP_RET (*get_frame)(Kmpp *ctx, MppFrame *frame);
31 MPP_RET (*put_frame)(Kmpp *ctx, MppFrame frame);
[all …]
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c79 static MPP_RET init(Kmpp *ctx, MppCtxType type, MppCodingType coding) in init()
137 static MPP_RET open_client(Kmpp *ctx) in open_client()
150 static void clear(Kmpp *ctx) in clear()
178 static MPP_RET start(Kmpp *ctx) in start()
195 static MPP_RET stop(Kmpp *ctx) in stop()
212 static MPP_RET mpp_pause(Kmpp *ctx) in mpp_pause()
229 static MPP_RET resume(Kmpp *ctx) in resume()
246 static MPP_RET put_packet(Kmpp *ctx, MppPacket packet) in put_packet()
257 static MPP_RET get_frame(Kmpp *ctx, MppFrame *frame) in get_frame()
266 static MPP_RET put_frame(Kmpp *ctx, MppFrame frame) in put_frame()
[all …]
/rockchip-linux_mpp/mpp/inc/
H A Dmpp.h166 Kmpp *mKmpp;
/rockchip-linux_mpp/mpp/
H A Dmpp.c179 mpp->mKmpp = mpp_calloc(Kmpp, 1); in mpp_ctx_init()