/third_party/ffmpeg/libavcodec/ |
H A D | librav1e.c | 43 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 D | imx.c | 50 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 D | aasc.c | 81 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 D | msrle.c | 85 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 D | mjpegbdec.c | 43 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 D | anm.c | 111 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 D | bethsoftvideo.c | 70 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 D | cscd.c | 68 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 D | tscc.c | 67 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 D | flicvideo.c | 152 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 D | cpia.c | 51 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 D | jvdec.c | 147 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 D | mmvideo.c | 189 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 D | rpza.c | 259 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 D | yop.c | 194 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 D | mss1.c | 143 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 D | tiertexseqv.c | 233 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 D | mimic.c | 342 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 D | dsicinvideo.c | 197 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 D | midivid.c | 191 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 D | c93.c | 123 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 D | profile.py | 250 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 D | filters.h | 98 * 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 D | avfilter.c | 1055 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 D | framesync.c | 248 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()
|