Lines Matching refs:frame

89 static MPP_RET mpi_decode(MppCtx ctx, MppPacket packet, MppFrame *frame)  in mpi_decode()  argument
94 mpi_dbg_func("enter ctx %p packet %p frame %p\n", ctx, packet, frame); in mpi_decode()
106 if (frame) in mpi_decode()
107 *frame = NULL; in mpi_decode()
109 ret = mpp_decode(p->ctx, packet, frame); in mpi_decode()
140 static MPP_RET mpi_decode_get_frame(MppCtx ctx, MppFrame *frame) in mpi_decode_get_frame() argument
145 mpi_dbg_func("enter ctx %p frame %p\n", ctx, frame); in mpi_decode_get_frame()
151 if (NULL == frame) { in mpi_decode_get_frame()
157 ret = mpp_get_frame(p->ctx, frame); in mpi_decode_get_frame()
164 static MPP_RET mpi_encode(MppCtx ctx, MppFrame frame, MppPacket *packet) in mpi_encode() argument
169 mpi_dbg_func("enter ctx %p frame %p packet %p\n", ctx, frame, packet); in mpi_encode()
175 if (NULL == frame || NULL == packet) { in mpi_encode()
176 mpp_err_f("found NULL input frame %p packet %p\n", frame, packet); in mpi_encode()
188 static MPP_RET mpi_encode_put_frame(MppCtx ctx, MppFrame frame) in mpi_encode_put_frame() argument
193 mpi_dbg_func("enter ctx %p frame %p\n", ctx, frame); in mpi_encode_put_frame()
199 if (NULL == frame) { in mpi_encode_put_frame()
205 ret = mpp_put_frame(p->ctx, frame); in mpi_encode_put_frame()
247 static MPP_RET mpi_isp_put_frame(MppCtx ctx, MppFrame frame) in mpi_isp_put_frame() argument
250 mpi_dbg_func("enter ctx %p frame %p\n", ctx, frame); in mpi_isp_put_frame()
258 static MPP_RET mpi_isp_get_frame(MppCtx ctx, MppFrame *frame) in mpi_isp_get_frame() argument
261 mpi_dbg_func("enter ctx %p frame %p\n", ctx, frame); in mpi_isp_get_frame()