Lines Matching defs:ctx
67 static void kmpp_release_venc_packet(void *ctx, void *arg) in kmpp_release_venc_packet()
79 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()
350 static MPP_RET get_packet(Kmpp *ctx, MppPacket *packet) in get_packet()
426 static MPP_RET release_packet(Kmpp *ctx, MppPacket *packet) in release_packet()
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()
483 static MPP_RET control(Kmpp *ctx, MpiCmd cmd, MppParam param) in control()
554 static MPP_RET reset(Kmpp *ctx) in reset()
572 static MPP_RET notify_flag(Kmpp *ctx, RK_U32 flag) in notify_flag()
580 static MPP_RET notify(Kmpp *ctx, MppBufferGroup group) in notify()
595 static MPP_RET get_fd(Kmpp *ctx, RK_S32 *fd) in get_fd()
613 static MPP_RET close_fd(Kmpp *ctx, RK_S32 fd) in close_fd()
645 void mpp_get_api(Kmpp *ctx) in mpp_get_api()