Home
last modified time | relevance | path

Searched refs:rframe (Results 1 - 25 of 61) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dlibrav1e.c43 RaFrame *rframe; member
173 if (ctx->rframe) { in librav1e_encode_close()
174 rav1e_frame_unref(ctx->rframe); in librav1e_encode_close()
175 ctx->rframe = NULL; in librav1e_encode_close()
436 RaFrame *rframe = ctx->rframe; in librav1e_receive_packet() local
440 if (!rframe) { in librav1e_receive_packet()
457 rframe = rav1e_frame_new(ctx->ctx); in librav1e_receive_packet()
458 if (!rframe) { in librav1e_receive_packet()
468 rav1e_frame_fill_plane(rframe, in librav1e_receive_packet()
[all...]
H A Dimx.c50 static int imx_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in imx_decode_frame() argument
156 if ((ret = av_frame_ref(rframe, frame)) < 0) in imx_decode_frame()
H A Daasc.c81 static int aasc_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in aasc_decode_frame() argument
136 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in aasc_decode_frame()
H A Dmsrle.c85 static int msrle_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in msrle_decode_frame() argument
136 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in msrle_decode_frame()
H A Dmjpegbdec.c43 static int mjpegb_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mjpegb_decode_frame() argument
147 if ((ret = av_frame_ref(rframe, s->picture_ptr)) < 0) in mjpegb_decode_frame()
H A Danm.c111 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
178 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in decode_frame()
H A Dbethsoftvideo.c70 static int bethsoftvid_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in bethsoftvid_decode_frame() argument
146 if ((ret = av_frame_ref(rframe, vid->frame)) < 0) in bethsoftvid_decode_frame()
H A Dcscd.c68 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
129 if ((ret = av_frame_ref(rframe, c->pic)) < 0) in decode_frame()
H A Dtscc.c67 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
117 if ((ret = av_frame_ref(rframe, frame)) < 0) in decode_frame()
H A Dflicvideo.c152 AVFrame *rframe, int *got_frame, in flic_decode_frame_8BPP()
482 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in flic_decode_frame_8BPP()
491 AVFrame *rframe, int *got_frame, in flic_decode_frame_15_16BPP()
784 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in flic_decode_frame_15_16BPP()
793 AVFrame *rframe, int *got_frame, in flic_decode_frame_24BPP()
1064 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in flic_decode_frame_24BPP()
151 flic_decode_frame_8BPP(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, const uint8_t *buf, int buf_size) flic_decode_frame_8BPP() argument
490 flic_decode_frame_15_16BPP(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, const uint8_t *buf, int buf_size) flic_decode_frame_15_16BPP() argument
792 flic_decode_frame_24BPP(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, const uint8_t *buf, int buf_size) flic_decode_frame_24BPP() argument
H A Dcpia.c51 static int cpia_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in cpia_decode_frame() argument
188 if ((ret = av_frame_ref(rframe, cpia->frame)) < 0) in cpia_decode_frame()
H A Djvdec.c147 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
220 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in decode_frame()
H A Dmmvideo.c189 static int mm_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mm_decode_frame() argument
224 if ((res = av_frame_ref(rframe, s->frame)) < 0) in mm_decode_frame()
H A Drpza.c259 static int rpza_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in rpza_decode_frame() argument
271 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in rpza_decode_frame()
H A Dyop.c194 static int yop_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in yop_decode_frame() argument
262 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in yop_decode_frame()
H A Dmss1.c143 static int mss1_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mss1_decode_frame() argument
183 if ((ret = av_frame_ref(rframe, ctx->pic)) < 0) in mss1_decode_frame()
H A Dtiertexseqv.c233 static int seqvideo_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in seqvideo_decode_frame() argument
248 if ((ret = av_frame_ref(rframe, seq->frame)) < 0) in seqvideo_decode_frame()
H A Dmimic.c342 static int mimic_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mimic_decode_frame() argument
428 if ((res = av_frame_ref(rframe, ctx->frames[ctx->cur_index].f)) < 0) in mimic_decode_frame()
432 flip_swap_frame(rframe); in mimic_decode_frame()
H A Ddsicinvideo.c197 static int cinvideo_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in cinvideo_decode_frame() argument
305 if ((res = av_frame_ref(rframe, cin->frame)) < 0) in cinvideo_decode_frame()
H A Dmidivid.c191 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
226 if ((ret = av_frame_ref(rframe, s->frame)) < 0) in decode_frame()
H A Dc93.c123 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
254 if ((ret = av_frame_ref(rframe, newpic)) < 0) in decode_frame()
/third_party/python/Lib/
H A Dprofile.py250 rpt, rit, ret, rfn, rframe, rcur = self.cur
251 if (rframe is not frame) and rcur:
252 return self.trace_dispatch_return(rframe, t)
253 self.cur = rpt, rit+t, ret, rfn, rframe, rcur
259 rpt, rit, ret, rfn, rframe, rcur = self.cur
260 if not isinstance(rframe, Profile.fake_frame):
261 assert rframe.f_back is frame.f_back, ("Bad call", rfn,
262 rframe, rframe.f_back,
264 self.trace_dispatch_return(rframe,
[all...]
/third_party/ffmpeg/libavfilter/
H A Dfilters.h98 * 0 and set rframe to NULL if no frame available,
101 int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe);
112 * 0 and set rframe to NULL if no frame available,
116 AVFrame **rframe);
130 int ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe);
H A Davfilter.c1055 AVFrame **rframe) in take_samples()
1066 *rframe = ff_framequeue_take(&link->fifo); in take_samples()
1109 *rframe = buf; in take_samples()
1394 int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe) in ff_inlink_consume_frame() argument
1398 *rframe = NULL; in ff_inlink_consume_frame()
1404 return ff_inlink_consume_samples(link, frame->nb_samples, frame->nb_samples, rframe); in ff_inlink_consume_frame()
1409 *rframe = frame; in ff_inlink_consume_frame()
1414 AVFrame **rframe) in ff_inlink_consume_samples()
1420 *rframe = NULL; in ff_inlink_consume_samples()
1429 *rframe in ff_inlink_consume_samples()
1054 take_samples(AVFilterLink *link, unsigned min, unsigned max, AVFrame **rframe) take_samples() argument
1413 ff_inlink_consume_samples(AVFilterLink *link, unsigned min, unsigned max, AVFrame **rframe) ff_inlink_consume_samples() argument
1438 ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe) ff_inlink_make_frame_writable() argument
[all...]
H A Dframesync.c248 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, in ff_framesync_get_frame() argument
257 *rframe = NULL; in ff_framesync_get_frame()
281 *rframe = frame; in ff_framesync_get_frame()

Completed in 15 milliseconds

123