AVFrame 71 doc/examples/decode_audio.c static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, AVFrame 117 doc/examples/decode_audio.c AVFrame *decoded_frame = NULL; AVFrame 51 doc/examples/decode_video.c static void decode(AVCodecContext *dec_ctx, AVFrame *frame, AVPacket *pkt, AVFrame 90 doc/examples/decode_video.c AVFrame *frame; AVFrame 53 doc/examples/demuxing_decoding.c static AVFrame *frame = NULL; AVFrame 58 doc/examples/demuxing_decoding.c static int output_video_frame(AVFrame *frame) AVFrame 89 doc/examples/demuxing_decoding.c static int output_audio_frame(AVFrame *frame) AVFrame 95 doc/examples/encode_audio.c static void encode(AVCodecContext *ctx, AVFrame *frame, AVPacket *pkt, AVFrame 128 doc/examples/encode_audio.c AVFrame *frame; AVFrame 39 doc/examples/encode_video.c static void encode(AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt, AVFrame 76 doc/examples/encode_video.c AVFrame *frame; AVFrame 33 doc/examples/extract_mvs.c static AVFrame *frame = NULL; AVFrame 215 doc/examples/filter_audio.c static int process_output(struct AVMD5 *md5, AVFrame *frame) AVFrame 242 doc/examples/filter_audio.c static int get_input(AVFrame *frame, int frame_num) AVFrame 275 doc/examples/filter_audio.c AVFrame *frame; AVFrame 200 doc/examples/filtering_audio.c static void print_frame(const AVFrame *frame) AVFrame 218 doc/examples/filtering_audio.c AVFrame *frame = av_frame_alloc(); AVFrame 219 doc/examples/filtering_audio.c AVFrame *filt_frame = av_frame_alloc(); AVFrame 179 doc/examples/filtering_video.c static void display_frame(const AVFrame *frame, AVRational time_base) AVFrame 214 doc/examples/filtering_video.c AVFrame *frame; AVFrame 215 doc/examples/filtering_video.c AVFrame *filt_frame; AVFrame 79 doc/examples/hw_decode.c AVFrame *frame = NULL, *sw_frame = NULL; AVFrame 80 doc/examples/hw_decode.c AVFrame *tmp_frame = NULL; AVFrame 61 doc/examples/muxing.c AVFrame *frame; AVFrame 62 doc/examples/muxing.c AVFrame *tmp_frame; AVFrame 82 doc/examples/muxing.c AVStream *st, AVFrame *frame) AVFrame 217 doc/examples/muxing.c static AVFrame *alloc_audio_frame(enum AVSampleFormat sample_fmt, AVFrame 221 doc/examples/muxing.c AVFrame *frame = av_frame_alloc(); AVFrame 310 doc/examples/muxing.c static AVFrame *get_audio_frame(OutputStream *ost) AVFrame 312 doc/examples/muxing.c AVFrame *frame = ost->tmp_frame; AVFrame 342 doc/examples/muxing.c AVFrame *frame; AVFrame 385 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height) AVFrame 387 doc/examples/muxing.c AVFrame *picture; AVFrame 452 doc/examples/muxing.c static void fill_yuv_image(AVFrame *pict, int frame_index, AVFrame 473 doc/examples/muxing.c static AVFrame *get_video_frame(OutputStream *ost) AVFrame 91 doc/examples/qsvdec.c AVFrame *frame, AVFrame *sw_frame, AVFrame 145 doc/examples/qsvdec.c AVFrame *frame = NULL, *sw_frame = NULL; AVFrame 263 doc/examples/transcode_aac.c static int init_input_frame(AVFrame **frame) AVFrame 368 doc/examples/transcode_aac.c static int decode_audio_frame(AVFrame *frame, AVFrame 553 doc/examples/transcode_aac.c AVFrame *input_frame = NULL; AVFrame 612 doc/examples/transcode_aac.c static int init_output_frame(AVFrame **frame, AVFrame 658 doc/examples/transcode_aac.c static int encode_audio_frame(AVFrame *frame, AVFrame 733 doc/examples/transcode_aac.c AVFrame *output_frame; AVFrame 405 doc/examples/transcoding.c static int encode_write_frame(AVFrame *filt_frame, unsigned int stream_index, int *got_frame) { AVFrame 409 doc/examples/transcoding.c int (*enc_func)(AVCodecContext *, AVPacket *, const AVFrame *, int *) = AVFrame 441 doc/examples/transcoding.c static int filter_encode_write_frame(AVFrame *frame, unsigned int stream_index) AVFrame 444 doc/examples/transcoding.c AVFrame *filt_frame; AVFrame 509 doc/examples/transcoding.c AVFrame *frame = NULL; AVFrame 514 doc/examples/transcoding.c int (*dec_func)(AVCodecContext *, AVFrame *, int *, const AVPacket *); AVFrame 74 doc/examples/vaapi_encode.c static int encode_write(AVCodecContext *avctx, AVFrame *frame, FILE *fout) AVFrame 106 doc/examples/vaapi_encode.c AVFrame *sw_frame = NULL, *hw_frame = NULL; AVFrame 112 doc/examples/vaapi_transcode.c static int encode_write(AVFrame *frame) AVFrame 150 doc/examples/vaapi_transcode.c AVFrame *frame; AVFrame 179 fftools/ffmpeg.c AVFrame *frame = ist->sub2video.frame; AVFrame 224 fftools/ffmpeg.c AVFrame *frame = ist->sub2video.frame; AVFrame 242 fftools/ffmpeg.c AVFrame *frame = ist->sub2video.frame; AVFrame 508 fftools/ffmpeg.c AVFrame *frame; AVFrame 900 fftools/ffmpeg.c AVFrame *frame) AVFrame 1044 fftools/ffmpeg.c AVFrame *next_picture, AVFrame 1188 fftools/ffmpeg.c AVFrame *in_picture; AVFrame 1415 fftools/ffmpeg.c AVFrame *filtered_frame = NULL; AVFrame 2106 fftools/ffmpeg.c static int ifilter_send_frame(InputFilter *ifilter, AVFrame *frame) AVFrame 2143 fftools/ffmpeg.c AVFrame *tmp = av_frame_clone(frame); AVFrame 2210 fftools/ffmpeg.c static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) AVFrame 2233 fftools/ffmpeg.c static int send_frame_to_filters(InputStream *ist, AVFrame *decoded_frame) AVFrame 2236 fftools/ffmpeg.c AVFrame *f; AVFrame 2262 fftools/ffmpeg.c AVFrame *decoded_frame; AVFrame 2324 fftools/ffmpeg.c AVFrame *decoded_frame; AVFrame 2860 fftools/ffmpeg.c static int get_buffer(AVCodecContext *s, AVFrame *frame, int flags) AVFrame 305 fftools/ffmpeg.h AVFrame *decoded_frame; AVFrame 306 fftools/ffmpeg.h AVFrame *filter_frame; /* a ref of decoded_frame, to be sent to filters */ AVFrame 349 fftools/ffmpeg.h AVFrame *frame; AVFrame 372 fftools/ffmpeg.h int (*hwaccel_get_buffer)(AVCodecContext *s, AVFrame *frame, int flags); AVFrame 373 fftools/ffmpeg.h int (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame); AVFrame 469 fftools/ffmpeg.h AVFrame *filtered_frame; AVFrame 470 fftools/ffmpeg.h AVFrame *last_frame; AVFrame 650 fftools/ffmpeg.h int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame); AVFrame 222 fftools/ffmpeg_filter.c fg->inputs[0]->frame_queue = av_fifo_alloc(8 * sizeof(AVFrame*)); AVFrame 333 fftools/ffmpeg_filter.c fg->inputs[fg->nb_inputs - 1]->frame_queue = av_fifo_alloc(8 * sizeof(AVFrame*)); AVFrame 1145 fftools/ffmpeg_filter.c AVFrame *tmp; AVFrame 1183 fftools/ffmpeg_filter.c int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame) AVFrame 474 fftools/ffmpeg_hw.c static int hwaccel_retrieve_data(AVCodecContext *avctx, AVFrame *input) AVFrame 477 fftools/ffmpeg_hw.c AVFrame *output = NULL; AVFrame 34 fftools/ffmpeg_qsv.c static int qsv_get_buffer(AVCodecContext *s, AVFrame *frame, int flags) AVFrame 31 fftools/ffmpeg_videotoolbox.c AVFrame *tmp_frame; AVFrame 36 fftools/ffmpeg_videotoolbox.c static int videotoolbox_retrieve_data(AVCodecContext *s, AVFrame *frame) AVFrame 156 fftools/ffplay.c AVFrame *frame; AVFrame 591 fftools/ffplay.c static int decoder_decode_frame(Decoder *d, AVFrame *frame, AVSubtitle *sub) { AVFrame 911 fftools/ffplay.c static int upload_texture(SDL_Texture **tex, AVFrame *frame, struct SwsContext **img_convert_ctx) { AVFrame 962 fftools/ffplay.c static void set_sdl_yuv_conversion_mode(AVFrame *frame) AVFrame 1747 fftools/ffplay.c static int queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t pos, int serial) AVFrame 1778 fftools/ffplay.c static int get_video_frame(VideoState *is, AVFrame *frame) AVFrame 1855 fftools/ffplay.c static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const char *vfilters, AVFrame *frame) AVFrame 2040 fftools/ffplay.c AVFrame *frame = av_frame_alloc(); AVFrame 2138 fftools/ffplay.c AVFrame *frame = av_frame_alloc(); AVFrame 2128 fftools/ffprobe.c static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream, AVFrame 2276 fftools/ffprobe.c AVFrame *frame, AVPacket *pkt, AVFrame 2366 fftools/ffprobe.c AVFrame *frame = NULL; AVFrame 43 libavcodec/012v.c AVFrame *pic = data; AVFrame 840 libavcodec/4xm.c AVFrame *picture = data; AVFrame 58 libavcodec/8bps.c AVFrame *frame = data; AVFrame 90 libavcodec/8svx.c AVFrame *frame = data; AVFrame 70 libavcodec/a64multienc.c const AVFrame *p, int *dest) AVFrame 270 libavcodec/a64multienc.c const AVFrame *p, int *got_packet) AVFrame 296 libavcodec/aac.h AVFrame *frame; AVFrame 3320 libavcodec/aacdec_template.c ((AVFrame *)data)->data[1] =((AVFrame *)data)->data[0]; AVFrame 3322 libavcodec/aacdec_template.c ((AVFrame *)data)->data[0] =((AVFrame *)data)->data[1]; AVFrame 535 libavcodec/aacenc.c static void copy_input_samples(AACEncContext *s, const AVFrame *frame) AVFrame 558 libavcodec/aacenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 33 libavcodec/aarch64/neontest.c AVFrame *frame, AVFrame 42 libavcodec/aarch64/neontest.c AVFrame *picture, AVFrame 61 libavcodec/aarch64/neontest.c const AVFrame *frame, AVFrame 76 libavcodec/aarch64/neontest.c const AVFrame *frame, int *got_packet_ptr)) AVFrame 91 libavcodec/aarch64/neontest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) AVFrame 96 libavcodec/aarch64/neontest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) AVFrame 38 libavcodec/aasc.c AVFrame *frame; AVFrame 1465 libavcodec/ac3dec.c AVFrame *frame = data; AVFrame 313 libavcodec/ac3enc.h const AVFrame *frame, int *got_packet_ptr); AVFrame 315 libavcodec/ac3enc.h const AVFrame *frame, int *got_packet_ptr); AVFrame 378 libavcodec/ac3enc_template.c const AVFrame *frame, int *got_packet_ptr) AVFrame 931 libavcodec/adpcm.c AVFrame *frame = data; AVFrame 484 libavcodec/adpcmenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 98 libavcodec/adxdec.c AVFrame *frame = data; AVFrame 141 libavcodec/adxenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 85 libavcodec/agm.c AVFrame *prev_frame; AVFrame 312 libavcodec/agm.c const int *quant_matrix, AVFrame *frame, AVFrame 391 libavcodec/agm.c const int *quant_matrix, AVFrame *frame, AVFrame 392 libavcodec/agm.c AVFrame *prev, int plane) AVFrame 571 libavcodec/agm.c static int decode_raw_intra_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) AVFrame 659 libavcodec/agm.c static int decode_runlen_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) AVFrame 712 libavcodec/agm.c static int decode_runlen(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) AVFrame 762 libavcodec/agm.c static int decode_raw_intra(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) AVFrame 795 libavcodec/agm.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) AVFrame 872 libavcodec/agm.c AVFrame *frame, AVFrame *prev) AVFrame 1100 libavcodec/agm.c AVFrame *frame = data; AVFrame 142 libavcodec/aic.c AVFrame *frame; AVFrame 237 libavcodec/alac.c static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index, AVFrame 418 libavcodec/alac.c AVFrame *frame = data; AVFrame 615 libavcodec/alacenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 33 libavcodec/aliaspixdec.c AVFrame *f = data; AVFrame 31 libavcodec/aliaspixenc.c const AVFrame *frame, int *got_packet) AVFrame 1786 libavcodec/alsdec.c AVFrame *frame = data; AVFrame 410 libavcodec/amfenc.c static int amf_copy_surface(AVCodecContext *avctx, const AVFrame *frame, AVFrame 564 libavcodec/amfenc.c static AMFBuffer *amf_create_buffer_with_frame_ref(const AVFrame *frame, AMFContext *context) AVFrame 566 libavcodec/amfenc.c AVFrame *frame_ref; AVFrame 585 libavcodec/amfenc.c AVFrame *frame_ref; AVFrame 591 libavcodec/amfenc.c int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 71 libavcodec/amfenc.h AVFrame *delayed_frame; AVFrame 133 libavcodec/amfenc.h int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame); AVFrame 953 libavcodec/amrnbdec.c AVFrame *frame = data; AVFrame 1098 libavcodec/amrwbdec.c AVFrame *frame = data; AVFrame 32 libavcodec/anm.c AVFrame *frame; AVFrame 55 libavcodec/ansi.c AVFrame *frame; AVFrame 1435 libavcodec/apedec.c AVFrame *frame = data; AVFrame 139 libavcodec/aptxdec.c AVFrame *frame = data; AVFrame 208 libavcodec/aptxenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 38 libavcodec/arbc.c AVFrame *prev_frame; AVFrame 41 libavcodec/arbc.c static int fill_tile4(AVCodecContext *avctx, int color, AVFrame *frame) AVFrame 77 libavcodec/arbc.c int color, AVFrame *frame) AVFrame 123 libavcodec/arbc.c AVFrame *frame = data; AVFrame 33 libavcodec/arm/neontest.c AVFrame *frame, AVFrame 42 libavcodec/arm/neontest.c AVFrame *picture, AVFrame 61 libavcodec/arm/neontest.c const AVFrame *frame, AVFrame 76 libavcodec/arm/neontest.c const AVFrame *frame, int *got_packet_ptr)) AVFrame 91 libavcodec/arm/neontest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) AVFrame 96 libavcodec/arm/neontest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) AVFrame 184 libavcodec/asvdec.c static inline void idct_put(ASV1Context *a, AVFrame *frame, int mb_x, int mb_y) AVFrame 210 libavcodec/asvdec.c AVFrame *const p = data; AVFrame 189 libavcodec/asvenc.c static inline void dct_get(ASV1Context *a, const AVFrame *frame, AVFrame 216 libavcodec/asvenc.c const AVFrame *pict, int *got_packet) AVFrame 223 libavcodec/asvenc.c AVFrame *clone = av_frame_alloc(); AVFrame 275 libavcodec/atrac1.c AVFrame *frame = data; AVFrame 793 libavcodec/atrac3.c AVFrame *frame = data; AVFrame 833 libavcodec/atrac3.c AVFrame *frame = data; AVFrame 333 libavcodec/atrac3plusdec.c AVFrame *frame = data; AVFrame 635 libavcodec/atrac9dec.c ATRAC9BlockData *b, AVFrame *frame, AVFrame 784 libavcodec/atrac9dec.c AVFrame *frame = data; AVFrame 44 libavcodec/audio_frame_queue.c int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f) AVFrame 64 libavcodec/audio_frame_queue.h int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f); AVFrame 464 libavcodec/audiotoolboxdec.c static void ffat_copy_samples(AVCodecContext *avctx, AVFrame *frame) AVFrame 478 libavcodec/audiotoolboxdec.c AVFrame *frame = data; AVFrame 52 libavcodec/audiotoolboxenc.c AVFrame* encoding_frame; AVFrame 461 libavcodec/audiotoolboxenc.c AVFrame *frame; AVFrame 498 libavcodec/audiotoolboxenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 515 libavcodec/audiotoolboxenc.c AVFrame *in_frame; AVFrame 44 libavcodec/aura.c AVFrame *frame = data; AVFrame 762 libavcodec/avcodec.h const AVFrame *src, int offset[AV_NUM_DATA_POINTERS], AVFrame 1341 libavcodec/avcodec.h int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); AVFrame 1776 libavcodec/avcodec.h attribute_deprecated AVFrame *coded_frame; AVFrame 2456 libavcodec/avcodec.h int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); AVFrame 2927 libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags); AVFrame 3024 libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, AVFrame 3073 libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, AVFrame 3181 libavcodec/avcodec.h int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame); AVFrame 3218 libavcodec/avcodec.h int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame); AVFrame 3653 libavcodec/avcodec.h const AVFrame *frame, int *got_packet_ptr); AVFrame 3692 libavcodec/avcodec.h const AVFrame *frame, int *got_packet_ptr); AVFrame 3909 libavcodec/avcodec.h int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, AVFrame 104 libavcodec/avrndec.c AVFrame *p = data; AVFrame 27 libavcodec/avs.c AVFrame *frame; AVFrame 53 libavcodec/avs.c AVFrame *picture = data; AVFrame 54 libavcodec/avs.c AVFrame *const p = avs->frame; AVFrame 37 libavcodec/avuidec.c AVFrame *pic = data; AVFrame 52 libavcodec/avuienc.c const AVFrame *pic, int *got_packet) AVFrame 37 libavcodec/bethsoftvideo.c AVFrame *frame; AVFrame 53 libavcodec/bfi.c AVFrame *frame = data; AVFrame 119 libavcodec/bink.c AVFrame *last; AVFrame 849 libavcodec/bink.c static int binkb_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb, AVFrame 1017 libavcodec/bink.c static int bink_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb, AVFrame 1255 libavcodec/bink.c AVFrame *frame = data; AVFrame 295 libavcodec/binkaudio.c static int binkaudio_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 41 libavcodec/bintext.c AVFrame *frame; AVFrame 35 libavcodec/bitpacked.c int (*decode)(AVCodecContext *avctx, AVFrame *frame, AVFrame 40 libavcodec/bitpacked.c static int bitpacked_decode_uyvy422(AVCodecContext *avctx, AVFrame *frame, AVFrame 58 libavcodec/bitpacked.c static int bitpacked_decode_yuv422p10(AVCodecContext *avctx, AVFrame *frame, AVFrame 125 libavcodec/bitpacked.c AVFrame *frame = data; AVFrame 36 libavcodec/bmp.c AVFrame *p = data; AVFrame 67 libavcodec/bmpenc.c const AVFrame *pict, int *got_packet) AVFrame 69 libavcodec/bmpenc.c const AVFrame * const p = pict; AVFrame 44 libavcodec/bmvaudio.c AVFrame *frame = data; AVFrame 202 libavcodec/bmvvideo.c AVFrame *frame = data; AVFrame 135 libavcodec/brenderpix.c AVFrame *frame = data; AVFrame 27 libavcodec/c93.c AVFrame *pictures[2]; AVFrame 130 libavcodec/c93.c AVFrame * const newpic = c93->pictures[c93->currentpic]; AVFrame 131 libavcodec/c93.c AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; AVFrame 390 libavcodec/cavs.c static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, AVFrame 477 libavcodec/cavs.c AVFrame *ref = h->DPB[mv->ref].f; AVFrame 487 libavcodec/cavs.c AVFrame *ref = h->DPB[0].f; AVFrame 159 libavcodec/cavs.h AVFrame *f; AVFrame 68 libavcodec/cdgraphics.c AVFrame *frame; AVFrame 203 libavcodec/cdgraphics.c AVFrame *new_frame, int roll_over) AVFrame 272 libavcodec/cdgraphics.c AVFrame *frame = data; AVFrame 51 libavcodec/cdtoons.c AVFrame *frame; AVFrame 139 libavcodec/cdxl.c static void cdxl_decode_rgb(CDXLVideoContext *c, AVFrame *frame) AVFrame 148 libavcodec/cdxl.c static void cdxl_decode_raw(CDXLVideoContext *c, AVFrame *frame) AVFrame 153 libavcodec/cdxl.c static void cdxl_decode_ham6(CDXLVideoContext *c, AVFrame *frame) AVFrame 196 libavcodec/cdxl.c static void cdxl_decode_ham8(CDXLVideoContext *c, AVFrame *frame) AVFrame 243 libavcodec/cdxl.c AVFrame * const p = data; AVFrame 153 libavcodec/cfhd.c static inline void process_bayer(AVFrame *frame) AVFrame 388 libavcodec/cfhd.c AVFrame *pic = data; AVFrame 61 libavcodec/cinepak.c AVFrame *frame; AVFrame 108 libavcodec/cinepakenc.c AVFrame *last_frame; AVFrame 109 libavcodec/cinepakenc.c AVFrame *best_frame; AVFrame 110 libavcodec/cinepakenc.c AVFrame *scratch_frame; AVFrame 111 libavcodec/cinepakenc.c AVFrame *input_frame; AVFrame 1003 libavcodec/cinepakenc.c static int rd_frame(CinepakEncContext *s, const AVFrame *frame, AVFrame 1116 libavcodec/cinepakenc.c FFSWAP(AVFrame *, s->best_frame, s->scratch_frame); AVFrame 1153 libavcodec/cinepakenc.c const AVFrame *frame, int *got_packet) AVFrame 1168 libavcodec/cinepakenc.c FFSWAP(AVFrame *, s->last_frame, s->best_frame); AVFrame 68 libavcodec/clearvideo.c AVFrame *pic; AVFrame 69 libavcodec/clearvideo.c AVFrame *prev; AVFrame 222 libavcodec/clearvideo.c static int copy_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, AVFrame 258 libavcodec/clearvideo.c static int copyadd_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, AVFrame 415 libavcodec/clearvideo.c static int tile_do_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, AVFrame 429 libavcodec/clearvideo.c static int restore_tree(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, AVFrame 460 libavcodec/clearvideo.c static void extend_edges(AVFrame *buf, int tile_size) AVFrame 641 libavcodec/clearvideo.c FFSWAP(AVFrame *, c->pic, c->prev); AVFrame 38 libavcodec/cljrdec.c AVFrame * const p = data; AVFrame 40 libavcodec/cljrenc.c const AVFrame *p, int *got_packet) AVFrame 228 libavcodec/cllc.c static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) AVFrame 272 libavcodec/cllc.c static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) AVFrame 316 libavcodec/cllc.c static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) AVFrame 375 libavcodec/cllc.c AVFrame *pic = data; AVFrame 106 libavcodec/cngdec.c AVFrame *frame = data; AVFrame 70 libavcodec/cngenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 281 libavcodec/codec.h const struct AVFrame *frame, int *got_packet_ptr); AVFrame 292 libavcodec/codec.h int (*send_frame)(struct AVCodecContext *avctx, const struct AVFrame *frame); AVFrame 300 libavcodec/codec.h int (*receive_frame)(struct AVCodecContext *avctx, struct AVFrame *frame); AVFrame 963 libavcodec/cook.c AVFrame *frame = data; AVFrame 46 libavcodec/cpia.c AVFrame *frame; AVFrame 62 libavcodec/cpia.c AVFrame *frame = cpia->frame; AVFrame 423 libavcodec/crystalhd.c AVFrame *frame, int *got_frame) AVFrame 561 libavcodec/crystalhd.c AVFrame *frame, int *got_frame) AVFrame 707 libavcodec/crystalhd.c static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 34 libavcodec/cscd.c AVFrame *pic; AVFrame 40 libavcodec/cscd.c static void copy_frame_default(AVFrame *f, const uint8_t *src, AVFrame 53 libavcodec/cscd.c static void add_frame_default(AVFrame *f, const uint8_t *src, AVFrame 446 libavcodec/cuviddec.c static int cuvid_output_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 541 libavcodec/cuviddec.c AVFrame *tmp_frame = av_frame_alloc(); AVFrame 641 libavcodec/cuviddec.c AVFrame *frame = data; AVFrame 66 libavcodec/cyuv.c AVFrame *frame = data; AVFrame 2063 libavcodec/dca_core.c static int filter_frame_fixed(DCACoreDecoder *s, AVFrame *frame) AVFrame 2160 libavcodec/dca_core.c static int filter_frame_float(DCACoreDecoder *s, AVFrame *frame) AVFrame 2345 libavcodec/dca_core.c int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame) AVFrame 253 libavcodec/dca_core.h int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame); AVFrame 1734 libavcodec/dca_lbr.c int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame) AVFrame 130 libavcodec/dca_lbr.h int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame); AVFrame 1322 libavcodec/dca_xll.c int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame) AVFrame 145 libavcodec/dca_xll.h int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame); AVFrame 148 libavcodec/dcadec.c AVFrame *frame = data; AVFrame 1178 libavcodec/dcaenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 440 libavcodec/dds.c AVFrame *frame = arg; AVFrame 473 libavcodec/dds.c static void do_swizzle(AVFrame *frame, int x, int y) AVFrame 482 libavcodec/dds.c static void run_postproc(AVCodecContext *avctx, AVFrame *frame) AVFrame 613 libavcodec/dds.c AVFrame *frame = data; AVFrame 158 libavcodec/decode.c static int unrefcount_frame(AVCodecInternal *avci, AVFrame *frame) AVFrame 311 libavcodec/decode.c static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame) AVFrame 533 libavcodec/decode.c static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 546 libavcodec/decode.c static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame) AVFrame 622 libavcodec/decode.c static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) AVFrame 649 libavcodec/decode.c int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 725 libavcodec/decode.c static int compat_decode(AVCodecContext *avctx, AVFrame *frame, AVFrame 806 libavcodec/decode.c int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, AVFrame 814 libavcodec/decode.c AVFrame *frame, AVFrame 1445 libavcodec/decode.c static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame) AVFrame 1557 libavcodec/decode.c static int audio_get_buffer(AVCodecContext *avctx, AVFrame *frame) AVFrame 1602 libavcodec/decode.c static int video_get_buffer(AVCodecContext *s, AVFrame *pic) AVFrame 1649 libavcodec/decode.c int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags) AVFrame 1673 libavcodec/decode.c static int add_metadata_from_side_data(const AVPacket *avpkt, AVFrame *frame) AVFrame 1685 libavcodec/decode.c int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame) AVFrame 1794 libavcodec/decode.c static void validate_avframe_allocation(AVCodecContext *avctx, AVFrame *frame) AVFrame 1830 libavcodec/decode.c int ff_attach_decode_data(AVFrame *frame) AVFrame 1854 libavcodec/decode.c int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) AVFrame 1923 libavcodec/decode.c static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags) AVFrame 1925 libavcodec/decode.c AVFrame *tmp; AVFrame 1960 libavcodec/decode.c int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) AVFrame 45 libavcodec/decode.h int (*post_process)(void *logctx, AVFrame *frame); AVFrame 81 libavcodec/decode.h int ff_attach_decode_data(AVFrame *frame); AVFrame 343 libavcodec/dfa.c AVFrame *frame = data; AVFrame 75 libavcodec/diracdec.c AVFrame *avframe; AVFrame 1966 libavcodec/diracdec.c static int get_buffer_with_edge(AVCodecContext *avctx, AVFrame *f, int flags) AVFrame 2084 libavcodec/diracdec.c static int get_delayed_pic(DiracContext *s, AVFrame *picture, int *got_frame) AVFrame 2264 libavcodec/diracdec.c AVFrame *picture = data; AVFrame 2283 libavcodec/diracdec.c return get_delayed_pic(s, (AVFrame *)data, got_frame); AVFrame 164 libavcodec/dnxhddec.c static int dnxhd_decode_header(DNXHDContext *ctx, AVFrame *frame, AVFrame 476 libavcodec/dnxhddec.c AVFrame *frame, int x, int y) AVFrame 611 libavcodec/dnxhddec.c AVFrame *picture = data; AVFrame 1266 libavcodec/dnxhdenc.c static void dnxhd_load_picture(DNXHDEncContext *ctx, const AVFrame *frame) AVFrame 1286 libavcodec/dnxhdenc.c const AVFrame *frame, int *got_packet) AVFrame 565 libavcodec/dolby_e.c static int filter_frame(DBEContext *s, AVFrame *frame) AVFrame 214 libavcodec/dpcm.c AVFrame *frame = data; AVFrame 126 libavcodec/dpx.c AVFrame *const p = data; AVFrame 93 libavcodec/dpxenc.c static void encode_rgb48_10bit(AVCodecContext *avctx, const AVFrame *pic, AVFrame 119 libavcodec/dpxenc.c static void encode_gbrp10(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) AVFrame 145 libavcodec/dpxenc.c static void encode_gbrp12(AVCodecContext *avctx, const AVFrame *pic, uint16_t *dst) AVFrame 177 libavcodec/dpxenc.c const AVFrame *frame, int *got_packet) AVFrame 68 libavcodec/dsddec.c AVFrame *frame; AVFrame 77 libavcodec/dsddec.c AVFrame *frame = td->frame; AVFrame 101 libavcodec/dsddec.c AVFrame *frame = data; AVFrame 92 libavcodec/dsicinaudio.c AVFrame *frame = data; AVFrame 39 libavcodec/dsicinvideo.c AVFrame *frame; AVFrame 747 libavcodec/dss_sp.c AVFrame *frame = data; AVFrame 250 libavcodec/dstdec.c AVFrame *frame = data; AVFrame 44 libavcodec/dv.h const AVFrame *frame; AVFrame 94 libavcodec/dvaudiodec.c AVFrame *frame = data; AVFrame 1170 libavcodec/dvenc.c const AVFrame *frame, int *got_packet) AVFrame 42 libavcodec/dxa.c AVFrame *prev; AVFrame 212 libavcodec/dxa.c AVFrame *frame = data; AVFrame 35 libavcodec/dxtory.c static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic, AVFrame 62 libavcodec/dxtory.c static int dxtory_decode_v1_410(AVCodecContext *avctx, AVFrame *pic, AVFrame 105 libavcodec/dxtory.c static int dxtory_decode_v1_420(AVCodecContext *avctx, AVFrame *pic, AVFrame 142 libavcodec/dxtory.c static int dxtory_decode_v1_444(AVCodecContext *avctx, AVFrame *pic, AVFrame 264 libavcodec/dxtory.c typedef int (*decode_slice_func)(GetBitContext *gb, AVFrame *frame, AVFrame 269 libavcodec/dxtory.c static int dxtory_decode_v2(AVCodecContext *avctx, AVFrame *pic, AVFrame 329 libavcodec/dxtory.c static int dx2_decode_slice_5x5(GetBitContext *gb, AVFrame *frame, AVFrame 369 libavcodec/dxtory.c static int dx2_decode_slice_555(GetBitContext *gb, AVFrame *frame, AVFrame 375 libavcodec/dxtory.c static int dx2_decode_slice_565(GetBitContext *gb, AVFrame *frame, AVFrame 381 libavcodec/dxtory.c static int dxtory_decode_v2_565(AVCodecContext *avctx, AVFrame *pic, AVFrame 397 libavcodec/dxtory.c static int dx2_decode_slice_rgb(GetBitContext *gb, AVFrame *frame, AVFrame 426 libavcodec/dxtory.c static int dxtory_decode_v2_rgb(AVCodecContext *avctx, AVFrame *pic, AVFrame 435 libavcodec/dxtory.c static int dx2_decode_slice_410(GetBitContext *gb, AVFrame *frame, AVFrame 468 libavcodec/dxtory.c static int dxtory_decode_v2_410(AVCodecContext *avctx, AVFrame *pic, AVFrame 477 libavcodec/dxtory.c static int dx2_decode_slice_420(GetBitContext *gb, AVFrame *frame, AVFrame 512 libavcodec/dxtory.c static int dxtory_decode_v2_420(AVCodecContext *avctx, AVFrame *pic, AVFrame 521 libavcodec/dxtory.c static int dx2_decode_slice_444(GetBitContext *gb, AVFrame *frame, AVFrame 552 libavcodec/dxtory.c static int dxtory_decode_v2_444(AVCodecContext *avctx, AVFrame *pic, AVFrame 564 libavcodec/dxtory.c AVFrame *pic = data; AVFrame 197 libavcodec/dxv.c AVFrame *frame = arg; AVFrame 747 libavcodec/dxva2.c static void *get_surface(const AVCodecContext *avctx, const AVFrame *frame) AVFrame 766 libavcodec/dxva2.c const AVFrame *frame) AVFrame 864 libavcodec/dxva2.c static int frame_add_buf(AVFrame *frame, AVBufferRef *ref) AVFrame 880 libavcodec/dxva2.c int ff_dxva2_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVFrame 140 libavcodec/dxva2_internal.h const AVFrame *frame); AVFrame 148 libavcodec/dxva2_internal.h int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *, AVFrame 39 libavcodec/eacmv.c AVFrame *last_frame; ///< last AVFrame 40 libavcodec/eacmv.c AVFrame *last2_frame; ///< second-last AVFrame 62 libavcodec/eacmv.c static void cmv_decode_intra(CmvContext * s, AVFrame *frame, AVFrame 94 libavcodec/eacmv.c static void cmv_decode_inter(CmvContext *s, AVFrame *frame, const uint8_t *buf, AVFrame 182 libavcodec/eacmv.c AVFrame *frame = data; AVFrame 53 libavcodec/eamad.c AVFrame *last_frame; AVFrame 92 libavcodec/eamad.c static inline void comp_block(MadContext *t, AVFrame *frame, AVFrame 116 libavcodec/eamad.c static inline void idct_put(MadContext *t, AVFrame *frame, int16_t *block, AVFrame 208 libavcodec/eamad.c static int decode_mb(MadContext *s, AVFrame *frame, int inter) AVFrame 254 libavcodec/eamad.c AVFrame *frame = data; AVFrame 107 libavcodec/eatgq.c static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame, AVFrame 134 libavcodec/eatgq.c static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame, AVFrame 151 libavcodec/eatgq.c static int tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x) AVFrame 207 libavcodec/eatgq.c AVFrame *frame = data; AVFrame 44 libavcodec/eatgv.c AVFrame *last_frame; AVFrame 148 libavcodec/eatgv.c static int tgv_decode_inter(TgvContext *s, AVFrame *frame, AVFrame 272 libavcodec/eatgv.c AVFrame *frame = data; AVFrame 93 libavcodec/eatqi.c static inline void tqi_idct_put(AVCodecContext *avctx, AVFrame *frame, AVFrame 131 libavcodec/eatqi.c AVFrame *frame = data; AVFrame 76 libavcodec/encode.c static int pad_last_frame(AVCodecContext *s, AVFrame **dst, const AVFrame *src) AVFrame 78 libavcodec/encode.c AVFrame *frame = NULL; AVFrame 115 libavcodec/encode.c const AVFrame *frame, AVFrame 118 libavcodec/encode.c AVFrame *extended_frame = NULL; AVFrame 119 libavcodec/encode.c AVFrame *padded_frame = NULL; AVFrame 151 libavcodec/encode.c memcpy(extended_frame, frame, sizeof(AVFrame)); AVFrame 261 libavcodec/encode.c const AVFrame *frame, AVFrame 361 libavcodec/encode.c static int do_encode(AVCodecContext *avctx, const AVFrame *frame, int *got_packet) AVFrame 392 libavcodec/encode.c int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 42 libavcodec/error_resilience.h AVFrame *f; AVFrame 44 libavcodec/escape124.c AVFrame *frame; AVFrame 204 libavcodec/escape124.c AVFrame *frame = data; AVFrame 197 libavcodec/escape130.c AVFrame *pic = data; AVFrame 746 libavcodec/evrcdec.c AVFrame *frame = data; AVFrame 123 libavcodec/exr.c AVFrame *picture; AVFrame 991 libavcodec/exr.c AVFrame *const p = s->picture; AVFrame 1283 libavcodec/exr.c static int decode_header(EXRContext *s, AVFrame *frame) AVFrame 1654 libavcodec/exr.c AVFrame *picture = data; AVFrame 98 libavcodec/ffv1.h AVFrame *cur; AVFrame 249 libavcodec/ffv1dec.c AVFrame * const p = f->cur; AVFrame 841 libavcodec/ffv1dec.c AVFrame *p; AVFrame 1050 libavcodec/ffv1enc.c const AVFrame *const p = f->picture.f; AVFrame 1120 libavcodec/ffv1enc.c const AVFrame *pict, int *got_packet) AVFrame 1124 libavcodec/ffv1enc.c AVFrame *const p = f->picture.f; AVFrame 426 libavcodec/ffwavesynth.c AVFrame *frame = rframe; AVFrame 43 libavcodec/fic.c AVFrame *frame; AVFrame 44 libavcodec/fic.c AVFrame *final_frame; AVFrame 185 libavcodec/fitsdec.c AVFrame *p=data; AVFrame 38 libavcodec/fitsenc.c const AVFrame *pict, int *got_packet) AVFrame 40 libavcodec/fitsenc.c AVFrame * const p = (AVFrame *)pict; AVFrame 561 libavcodec/flacdec.c AVFrame *frame = data; AVFrame 1360 libavcodec/flacenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 53 libavcodec/flashsv.c AVFrame *frame; AVFrame 853 libavcodec/flashsv2enc.c const AVFrame *p, int *got_packet) AVFrame 136 libavcodec/flashsvenc.c static int encode_bitstream(FlashSVContext *s, const AVFrame *p, uint8_t *buf, AVFrame 211 libavcodec/flashsvenc.c const AVFrame *pict, int *got_packet) AVFrame 214 libavcodec/flashsvenc.c const AVFrame * const p = pict; AVFrame 73 libavcodec/flicvideo.c AVFrame *frame; AVFrame 402 libavcodec/fmvc.c AVFrame *frame = data; AVFrame 70 libavcodec/frame_thread_encoder.c AVFrame *frame; AVFrame 258 libavcodec/frame_thread_encoder.c AVFrame *frame; AVFrame 282 libavcodec/frame_thread_encoder.c int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr){ AVFrame 290 libavcodec/frame_thread_encoder.c AVFrame *new = av_frame_alloc(); AVFrame 28 libavcodec/frame_thread_encoder.h int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr); AVFrame 140 libavcodec/fraps.c AVFrame * const f = data; AVFrame 49 libavcodec/frwu.c AVFrame *pic = data; AVFrame 1399 libavcodec/g2meet.c AVFrame *pic = data; AVFrame 90 libavcodec/g722dec.c AVFrame *frame = data; AVFrame 349 libavcodec/g722enc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 859 libavcodec/g723_1dec.c AVFrame *frame = data; AVFrame 1058 libavcodec/g723_1enc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 348 libavcodec/g726.c const AVFrame *frame, int *got_packet_ptr) AVFrame 468 libavcodec/g726.c AVFrame *frame = data; AVFrame 427 libavcodec/g729dec.c AVFrame *frame = data; AVFrame 463 libavcodec/gdv.c AVFrame *frame = data; AVFrame 51 libavcodec/gif.c AVFrame *last_frame; AVFrame 410 libavcodec/gif.c const AVFrame *pict, int *got_packet) AVFrame 444 libavcodec/gif.c ret = av_frame_ref(s->last_frame, (AVFrame*)pict); AVFrame 40 libavcodec/gifdec.c AVFrame *frame; AVFrame 87 libavcodec/gifdec.c static void gif_fill(AVFrame *picture, uint32_t color) AVFrame 96 libavcodec/gifdec.c static void gif_fill_rect(AVFrame *picture, uint32_t color, int l, int t, int w, int h) AVFrame 130 libavcodec/gifdec.c static int gif_read_image(GifState *s, AVFrame *frame) AVFrame 425 libavcodec/gifdec.c static int gif_parse_next_image(GifState *s, AVFrame *frame) AVFrame 68 libavcodec/gsmdec.c AVFrame *frame = data; AVFrame 593 libavcodec/h261dec.c AVFrame *pict = data; AVFrame 429 libavcodec/h263dec.c AVFrame *pict = data; AVFrame 129 libavcodec/h264_refs.c const AVFrame *f = pic->f; AVFrame 107 libavcodec/h264dec.c const AVFrame *src = h->cur_pic.f; AVFrame 815 libavcodec/h264dec.c static int h264_export_enc_params(AVFrame *f, H264Picture *p) AVFrame 849 libavcodec/h264dec.c static int output_frame(H264Context *h, AVFrame *dst, H264Picture *srcp) AVFrame 851 libavcodec/h264dec.c AVFrame *src = srcp->f; AVFrame 899 libavcodec/h264dec.c static int finalize_frame(H264Context *h, AVFrame *dst, H264Picture *out, int *got_frame) AVFrame 912 libavcodec/h264dec.c AVFrame *f = out->f; AVFrame 949 libavcodec/h264dec.c static int send_next_delayed_frame(H264Context *h, AVFrame *dst_frame, AVFrame 988 libavcodec/h264dec.c AVFrame *pict = data; AVFrame 129 libavcodec/h264dec.h AVFrame *f; AVFrame 252 libavcodec/hapdec.c AVFrame *frame = arg; AVFrame 55 libavcodec/hapenc.c static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f) AVFrame 195 libavcodec/hapenc.c const AVFrame *frame, int *got_packet) AVFrame 390 libavcodec/hcadec.c AVFrame *frame = data; AVFrame 90 libavcodec/hcom.c AVFrame *frame = data; AVFrame 135 libavcodec/hevc_refs.c int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) AVFrame 174 libavcodec/hevc_refs.c int ff_hevc_output_frame(HEVCContext *s, AVFrame *out, int flush) AVFrame 1439 libavcodec/hevcdec.c AVFrame *ref, const Mv *mv, int x_off, int y_off, AVFrame 1500 libavcodec/hevcdec.c AVFrame *ref0, const Mv *mv0, int x_off, int y_off, AVFrame 1501 libavcodec/hevcdec.c int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) AVFrame 1655 libavcodec/hevcdec.c static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, AVFrame 2664 libavcodec/hevcdec.c AVFrame *out = s->ref->frame; AVFrame 3112 libavcodec/hevcdec.c static int verify_md5(HEVCContext *s, AVFrame *frame) AVFrame 396 libavcodec/hevcdec.h AVFrame *frame; AVFrame 487 libavcodec/hevcdec.h AVFrame *frame; AVFrame 488 libavcodec/hevcdec.h AVFrame *output_frame; AVFrame 634 libavcodec/hevcdec.h int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc); AVFrame 657 libavcodec/hevcdec.h int ff_hevc_output_frame(HEVCContext *s, AVFrame *frame, int flush); AVFrame 135 libavcodec/hnm4video.c static void copy_processed_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 402 libavcodec/hnm4video.c AVFrame *frame = data; AVFrame 50 libavcodec/hq_hqa.c static inline void put_blocks(HQContext *c, AVFrame *pic, AVFrame 93 libavcodec/hq_hqa.c static int hq_decode_mb(HQContext *c, AVFrame *pic, AVFrame 116 libavcodec/hq_hqa.c static int hq_decode_frame(HQContext *ctx, AVFrame *pic, AVFrame 178 libavcodec/hq_hqa.c static int hqa_decode_mb(HQContext *c, AVFrame *pic, int qgroup, AVFrame 221 libavcodec/hq_hqa.c static int hqa_decode_slice(HQContext *ctx, AVFrame *pic, GetBitContext *gb, AVFrame 242 libavcodec/hq_hqa.c static int hqa_decode_frame(HQContext *ctx, AVFrame *pic, size_t data_size) AVFrame 307 libavcodec/hq_hqa.c AVFrame *pic = data; AVFrame 66 libavcodec/hqx.h AVFrame *pic; AVFrame 822 libavcodec/huffyuvdec.c static void draw_slice(HYuvContext *s, AVFrame *frame, int y) AVFrame 877 libavcodec/huffyuvdec.c static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height, AVFrame 1197 libavcodec/huffyuvdec.c AVFrame *const p = data; AVFrame 753 libavcodec/huffyuvenc.c const AVFrame *pict, int *got_packet) AVFrame 762 libavcodec/huffyuvenc.c const AVFrame * const p = pict; AVFrame 172 libavcodec/idcinvideo.c static int idcin_decode_vlcs(IdcinContext *s, AVFrame *frame) AVFrame 219 libavcodec/idcinvideo.c AVFrame *frame = data; AVFrame 47 libavcodec/iff.c AVFrame *frame; AVFrame 1528 libavcodec/iff.c AVFrame *frame = data; AVFrame 1361 libavcodec/ilbcdec.c AVFrame *frame = data; AVFrame 1018 libavcodec/imc.c AVFrame *frame = data; AVFrame 40 libavcodec/imm4.c AVFrame *prev_frame; AVFrame 213 libavcodec/imm4.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) AVFrame 265 libavcodec/imm4.c AVFrame *frame, AVFrame *prev) AVFrame 372 libavcodec/imm4.c AVFrame *frame = data; AVFrame 90 libavcodec/imm5.c AVFrame *frame = data; AVFrame 38 libavcodec/indeo2.c AVFrame *picture; AVFrame 159 libavcodec/indeo2.c AVFrame *picture = data; AVFrame 160 libavcodec/indeo2.c AVFrame * const p = s->picture; AVFrame 1073 libavcodec/indeo3.c AVFrame *frame = data; AVFrame 113 libavcodec/internal.h AVFrame *out_frame; AVFrame 131 libavcodec/internal.h AVFrame *to_free; AVFrame 174 libavcodec/internal.h AVFrame *buffer_frame; AVFrame 183 libavcodec/internal.h AVFrame *compat_decode_frame; AVFrame 216 libavcodec/internal.h void ff_color_frame(AVFrame *frame, const int color[4]); AVFrame 289 libavcodec/internal.h int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags); AVFrame 296 libavcodec/internal.h int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags); AVFrame 335 libavcodec/internal.h int ff_side_data_update_matrix_encoding(AVFrame *frame, AVFrame 354 libavcodec/internal.h int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame); AVFrame 373 libavcodec/internal.h int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len, AVFrame 549 libavcodec/interplayacm.c AVFrame *frame = data; AVFrame 56 libavcodec/interplayvideo.c AVFrame *second_last_frame; AVFrame 57 libavcodec/interplayvideo.c AVFrame *last_frame; AVFrame 60 libavcodec/interplayvideo.c AVFrame *cur_decode_frame; AVFrame 61 libavcodec/interplayvideo.c AVFrame *prev_decode_frame; AVFrame 78 libavcodec/interplayvideo.c static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y) AVFrame 105 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame) AVFrame 110 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame) AVFrame 115 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame) AVFrame 139 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame) AVFrame 165 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame) AVFrame 186 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame) AVFrame 199 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame) AVFrame 208 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame) AVFrame 252 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame) AVFrame 330 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame) AVFrame 400 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xA(IpvideoContext *s, AVFrame *frame) AVFrame 466 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xB(IpvideoContext *s, AVFrame *frame) AVFrame 480 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xC(IpvideoContext *s, AVFrame *frame) AVFrame 499 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xD(IpvideoContext *s, AVFrame *frame) AVFrame 524 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xE(IpvideoContext *s, AVFrame *frame) AVFrame 541 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xF(IpvideoContext *s, AVFrame *frame) AVFrame 562 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x6_16(IpvideoContext *s, AVFrame *frame) AVFrame 574 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x7_16(IpvideoContext *s, AVFrame *frame) AVFrame 611 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x8_16(IpvideoContext *s, AVFrame *frame) AVFrame 687 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x9_16(IpvideoContext *s, AVFrame *frame) AVFrame 754 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xA_16(IpvideoContext *s, AVFrame *frame) AVFrame 820 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xB_16(IpvideoContext *s, AVFrame *frame) AVFrame 836 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xC_16(IpvideoContext *s, AVFrame *frame) AVFrame 856 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xD_16(IpvideoContext *s, AVFrame *frame) AVFrame 877 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xE_16(IpvideoContext *s, AVFrame *frame) AVFrame 896 libavcodec/interplayvideo.c static int (* const ipvideo_decode_block[])(IpvideoContext *s, AVFrame *frame) = { AVFrame 907 libavcodec/interplayvideo.c static int (* const ipvideo_decode_block16[])(IpvideoContext *s, AVFrame *frame) = { AVFrame 918 libavcodec/interplayvideo.c static void ipvideo_format_06_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) AVFrame 934 libavcodec/interplayvideo.c static void ipvideo_format_06_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) AVFrame 949 libavcodec/interplayvideo.c static void (* const ipvideo_format_06_passes[])(IpvideoContext *s, AVFrame *frame, int16_t op) = { AVFrame 953 libavcodec/interplayvideo.c static void ipvideo_decode_format_06_opcodes(IpvideoContext *s, AVFrame *frame) AVFrame 992 libavcodec/interplayvideo.c static void ipvideo_format_10_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) AVFrame 1004 libavcodec/interplayvideo.c static void ipvideo_format_10_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode) AVFrame 1019 libavcodec/interplayvideo.c static void (* const ipvideo_format_10_passes[])(IpvideoContext *s, AVFrame *frame, int16_t op) = { AVFrame 1023 libavcodec/interplayvideo.c static void ipvideo_decode_format_10_opcodes(IpvideoContext *s, AVFrame *frame) AVFrame 1095 libavcodec/interplayvideo.c FFSWAP(AVFrame*, s->prev_decode_frame, s->cur_decode_frame); AVFrame 1104 libavcodec/interplayvideo.c static void ipvideo_decode_format_11_opcodes(IpvideoContext *s, AVFrame *frame) AVFrame 1205 libavcodec/interplayvideo.c AVFrame *frame = data; AVFrame 1354 libavcodec/interplayvideo.c FFSWAP(AVFrame*, s->second_last_frame, s->last_frame); AVFrame 711 libavcodec/intrax8.c static void x8_init_block_index(IntraX8Context *w, AVFrame *frame) AVFrame 53 libavcodec/intrax8.h AVFrame *frame; AVFrame 1084 libavcodec/ivi.c AVFrame *frame = data; AVFrame 269 libavcodec/ivi.h AVFrame *p_frame; AVFrame 108 libavcodec/j2kenc.c const AVFrame *picture; AVFrame 1001 libavcodec/j2kenc.c const AVFrame *pict, int *got_packet) AVFrame 1914 libavcodec/jpeg2000dec.c AVFrame * picture, int precision) \ AVFrame 1978 libavcodec/jpeg2000dec.c AVFrame *picture = td; AVFrame 2359 libavcodec/jpeg2000dec.c AVFrame *picture = data; AVFrame 257 libavcodec/jpeglsenc.c const AVFrame *pict, int *got_packet) AVFrame 260 libavcodec/jpeglsenc.c const AVFrame *const p = pict; AVFrame 37 libavcodec/jvdec.c AVFrame *frame; AVFrame 49 libavcodec/kgv1dec.c AVFrame *frame = data; AVFrame 266 libavcodec/kmvc.c AVFrame *frame = data; AVFrame 543 libavcodec/lagarith.c AVFrame *const p = data; AVFrame 160 libavcodec/lcldec.c AVFrame *frame = data; AVFrame 66 libavcodec/lclenc.c const AVFrame *p, int *got_packet) AVFrame 61 libavcodec/libaomdec.c static void image_copy_16_to_8(AVFrame *pic, struct aom_image *img) AVFrame 161 libavcodec/libaomdec.c AVFrame *picture = data; AVFrame 977 libavcodec/libaomenc.c const AVFrame *frame, int *got_packet) AVFrame 109 libavcodec/libcelt_dec.c AVFrame *frame = data; AVFrame 140 libavcodec/libcodec2.c AVFrame *frame = data; AVFrame 167 libavcodec/libcodec2.c const AVFrame *frame, int *got_packet_ptr) AVFrame 178 libavcodec/libdav1d.c static int libdav1d_receive_frame(AVCodecContext *c, AVFrame *frame) AVFrame 31 libavcodec/libdavs2.c AVFrame *frame; AVFrame 62 libavcodec/libdavs2.c davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) AVFrame 147 libavcodec/libdavs2.c static int send_delayed_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) AVFrame 183 libavcodec/libdavs2.c AVFrame *frame = data; AVFrame 352 libavcodec/libfdk-aacdec.c AVFrame *frame = data; AVFrame 353 libavcodec/libfdk-aacenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 88 libavcodec/libgsmdec.c AVFrame *frame = data; AVFrame 95 libavcodec/libgsmenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 86 libavcodec/libilbc.c AVFrame *frame = data; AVFrame 164 libavcodec/libilbc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 168 libavcodec/libkvazaar.c const AVFrame *frame, AVFrame 189 libavcodec/libmp3lame.c const AVFrame *frame, int *got_packet_ptr) AVFrame 98 libavcodec/libopencore-amr.c AVFrame *frame = data; AVFrame 234 libavcodec/libopencore-amr.c const AVFrame *frame, int *got_packet_ptr) AVFrame 332 libavcodec/libopencore-amr.c AVFrame *frame = data; AVFrame 96 libavcodec/libopenh264dec.c AVFrame *avframe = data; AVFrame 361 libavcodec/libopenh264enc.c const AVFrame *frame, int *got_packet) AVFrame 241 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copy_to_packed8(AVFrame *picture, opj_image_t *image) { AVFrame 253 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copy_to_packed16(AVFrame *picture, opj_image_t *image) { AVFrame 271 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copyto8(AVFrame *picture, opj_image_t *image) { AVFrame 289 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copyto16(AVFrame *picture, opj_image_t *image) { AVFrame 328 libavcodec/libopenjpegdec.c AVFrame *picture = data; AVFrame 348 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVFrame 388 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed12(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVFrame 427 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVFrame 467 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVFrame 508 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVFrame 552 libavcodec/libopenjpegenc.c const AVFrame *frame, int *got_packet) AVFrame 556 libavcodec/libopenjpegenc.c AVFrame *gbrframe; AVFrame 157 libavcodec/libopusdec.c AVFrame *frame = data; AVFrame 446 libavcodec/libopusenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 419 libavcodec/librav1e.c static int librav1e_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 39 libavcodec/librsvgdec.c AVFrame *frame = data; AVFrame 69 libavcodec/libshine.c const AVFrame *frame, int *got_packet_ptr) AVFrame 131 libavcodec/libspeexdec.c AVFrame *frame = data; AVFrame 269 libavcodec/libspeexenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 276 libavcodec/libtheoraenc.c const AVFrame *frame, int *got_packet) AVFrame 108 libavcodec/libtwolame.c const AVFrame *frame, int *got_packet_ptr) AVFrame 115 libavcodec/libvo-amrwbenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 153 libavcodec/libvorbisdec.c AVFrame *frame = data; AVFrame 275 libavcodec/libvorbisenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 217 libavcodec/libvpxdec.c AVFrame *picture = data; AVFrame 1480 libavcodec/libvpxenc.c const AVFrame *frame, int *got_packet) AVFrame 44 libavcodec/libwavpackenc.c const AVFrame *frame, int *got_output) AVFrame 37 libavcodec/libwebpenc.c const AVFrame *frame, int *got_packet) AVFrame 41 libavcodec/libwebpenc.c AVFrame *alt_frame = NULL; AVFrame 58 libavcodec/libwebpenc_animencoder.c const AVFrame *frame, int *got_packet) { AVFrame 89 libavcodec/libwebpenc_animencoder.c AVFrame *alt_frame = NULL; AVFrame 87 libavcodec/libwebpenc_common.c const AVFrame *frame, AVFrame **alt_frame_ptr, AVFrame 91 libavcodec/libwebpenc_common.c AVFrame *alt_frame = NULL; AVFrame 47 libavcodec/libwebpenc_common.h AVFrame *ref; AVFrame 57 libavcodec/libwebpenc_common.h const AVFrame *frame, AVFrame **alt_frame_ptr, AVFrame 193 libavcodec/libx264.c static void reconfig_encoder(AVCodecContext *ctx, const AVFrame *frame) AVFrame 293 libavcodec/libx264.c static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, AVFrame 410 libavcodec/libx265.c static av_cold int libx265_encode_set_roi(libx265Context *ctx, const AVFrame *frame, x265_picture* pic) AVFrame 475 libavcodec/libx265.c const AVFrame *pic, int *got_packet) AVFrame 120 libavcodec/libxavs.c const AVFrame *frame, int *got_packet) AVFrame 125 libavcodec/libxavs2.c static void xavs2_copy_frame_with_shift(xavs2_picture_t *pic, const AVFrame *frame, const int shift_in) AVFrame 147 libavcodec/libxavs2.c static void xavs2_copy_frame(xavs2_picture_t *pic, const AVFrame *frame) AVFrame 168 libavcodec/libxavs2.c const AVFrame *frame, int *got_packet) AVFrame 101 libavcodec/libxvid.c const AVFrame *picture, int *got_packet); AVFrame 687 libavcodec/libxvid.c AVFrame *picture; AVFrame 735 libavcodec/libxvid.c const AVFrame *picture, int *got_packet) AVFrame 63 libavcodec/ljpegenc.c const AVFrame *frame) AVFrame 132 libavcodec/ljpegenc.c const AVFrame *frame, int predictor, AVFrame 197 libavcodec/ljpegenc.c const AVFrame *frame) AVFrame 226 libavcodec/ljpegenc.c const AVFrame *pict, int *got_packet) AVFrame 205 libavcodec/loco.c AVFrame * const p = data; AVFrame 54 libavcodec/m101.c AVFrame *frame = data; AVFrame 239 libavcodec/mace.c AVFrame *frame = data; AVFrame 54 libavcodec/magicyuv.c AVFrame *p; AVFrame 219 libavcodec/magicyuv.c AVFrame *p = s->p; AVFrame 349 libavcodec/magicyuv.c AVFrame *p = s->p; AVFrame 521 libavcodec/magicyuv.c AVFrame *p = data; AVFrame 59 libavcodec/magicyuvenc.c AVFrame *p; AVFrame 424 libavcodec/magicyuvenc.c const AVFrame *frame, int *got_packet) AVFrame 472 libavcodec/magicyuvenc.c AVFrame *p = av_frame_clone(frame); AVFrame 149 libavcodec/mdec.c static inline void idct_put(MDECContext *a, AVFrame *frame, int mb_x, int mb_y) AVFrame 81 libavcodec/mediacodec_sw_buffer.c AVFrame *frame) AVFrame 136 libavcodec/mediacodec_sw_buffer.c AVFrame *frame) AVFrame 186 libavcodec/mediacodec_sw_buffer.c AVFrame *frame) AVFrame 277 libavcodec/mediacodec_sw_buffer.c AVFrame *frame) AVFrame 39 libavcodec/mediacodec_sw_buffer.h AVFrame *frame); AVFrame 46 libavcodec/mediacodec_sw_buffer.h AVFrame *frame); AVFrame 53 libavcodec/mediacodec_sw_buffer.h AVFrame *frame); AVFrame 60 libavcodec/mediacodec_sw_buffer.h AVFrame *frame); AVFrame 406 libavcodec/mediacodecdec.c static int mediacodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 277 libavcodec/mediacodecdec_common.c AVFrame *frame) AVFrame 361 libavcodec/mediacodecdec_common.c AVFrame *frame) AVFrame 761 libavcodec/mediacodecdec_common.c AVFrame *frame, bool wait) AVFrame 87 libavcodec/mediacodecdec_common.h AVFrame *frame, AVFrame 284 libavcodec/mfenc.c static IMFSample *mf_a_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) AVFrame 300 libavcodec/mfenc.c static IMFSample *mf_v_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) AVFrame 346 libavcodec/mfenc.c static IMFSample *mf_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) AVFrame 401 libavcodec/mfenc.c static int mf_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 44 libavcodec/midivid.c AVFrame *frame; AVFrame 47 libavcodec/midivid.c static int decode_mvdv(MidiVidContext *s, AVCodecContext *avctx, AVFrame *frame) AVFrame 195 libavcodec/midivid.c AVFrame *frame = s->frame; AVFrame 342 libavcodec/mimic.c static void flip_swap_frame(AVFrame *f) AVFrame 1416 libavcodec/mjpegdec.c const AVFrame *reference) AVFrame 1622 libavcodec/mjpegdec.c int mb_bitmask_size, const AVFrame *reference) AVFrame 2330 libavcodec/mjpegdec.c AVFrame *frame = data; AVFrame 2796 libavcodec/mjpegdec.c av_dict_copy(&((AVFrame *) data)->metadata, s->exif_metadata, 0); AVFrame 100 libavcodec/mjpegdec.h AVFrame *picture; /* picture structure */ AVFrame 101 libavcodec/mjpegdec.h AVFrame *picture_ptr; /* pointer to picture structure */ AVFrame 167 libavcodec/mjpegdec.h const AVFrame *reference); AVFrame 353 libavcodec/mjpegenc.c const AVFrame *pic_arg, int *got_packet) AVFrame 356 libavcodec/mjpegenc.c AVFrame *pic; AVFrame 1063 libavcodec/mlpdec.c AVFrame *frame, int *got_frame_ptr) AVFrame 2219 libavcodec/mlpenc.c const AVFrame *frame, int *got_packet) AVFrame 121 libavcodec/mmaldec.c static int ffmmal_set_ref(AVFrame *frame, FFPoolRef *pool, AVFrame 623 libavcodec/mmaldec.c static int ffmal_copy_frame(AVCodecContext *avctx, AVFrame *frame, AVFrame 670 libavcodec/mmaldec.c static int ffmmal_read_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) AVFrame 774 libavcodec/mmaldec.c AVFrame *frame = data; AVFrame 51 libavcodec/mmvideo.c AVFrame *frame; AVFrame 39 libavcodec/motionpixels.c AVFrame *frame; AVFrame 195 libavcodec/mpc7.c AVFrame *frame = data; AVFrame 242 libavcodec/mpc8.c AVFrame *frame = data; AVFrame 2040 libavcodec/mpeg12dec.c static int slice_end(AVCodecContext *avctx, AVFrame *pict) AVFrame 2462 libavcodec/mpeg12dec.c static int decode_chunks(AVCodecContext *avctx, AVFrame *picture, AVFrame 2795 libavcodec/mpeg12dec.c AVFrame *picture = data; AVFrame 91 libavcodec/mpegaudiodec_template.c AVFrame *frame; AVFrame 1933 libavcodec/mpegaudiodec_template.c AVFrame *frame = data; AVFrame 745 libavcodec/mpegaudioenc_template.c const AVFrame *frame, int *got_packet_ptr) AVFrame 46 libavcodec/mpegpicture.h struct AVFrame *f; AVFrame 52 libavcodec/mpegutils.c AVFrame *cur, AVFrame *last, AVFrame 71 libavcodec/mpegutils.c AVFrame *src; AVFrame 103 libavcodec/mpegutils.c void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, AVFrame 136 libavcodec/mpegutils.h void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, AVFrame 143 libavcodec/mpegutils.h void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, AVFrame 1185 libavcodec/mpegvideo.c static void gray_frame(AVFrame *frame) AVFrame 1437 libavcodec/mpegvideo.c void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict) AVFrame 1444 libavcodec/mpegvideo.c int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type) AVFrame 571 libavcodec/mpegvideo.h AVFrame *tmp_frames[MAX_B_FRAMES + 2]; AVFrame 707 libavcodec/mpegvideo.h const AVFrame *frame, int *got_packet); AVFrame 714 libavcodec/mpegvideo.h void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict); AVFrame 716 libavcodec/mpegvideo.h int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type); AVFrame 1150 libavcodec/mpegvideo_enc.c static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg) AVFrame 1342 libavcodec/mpegvideo_enc.c static int encode_frame(AVCodecContext *c, AVFrame *frame) AVFrame 1820 libavcodec/mpegvideo_enc.c const AVFrame *pic_arg, int *got_packet) AVFrame 135 libavcodec/mscc.c AVFrame *frame = data; AVFrame 42 libavcodec/msrle.c AVFrame *frame; AVFrame 33 libavcodec/msrledec.c static int msrle_decode_pal4(AVCodecContext *avctx, AVFrame *pic, AVFrame 129 libavcodec/msrledec.c static int msrle_decode_8_16_24_32(AVCodecContext *avctx, AVFrame *pic, AVFrame 249 libavcodec/msrledec.c int ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic, AVFrame 36 libavcodec/msrledec.h int ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic, AVFrame 33 libavcodec/mss1.c AVFrame *pic; AVFrame 40 libavcodec/mss2.c AVFrame *last_pic; AVFrame 385 libavcodec/mss2.c AVFrame *f; AVFrame 480 libavcodec/mss2.c AVFrame *frame = data; AVFrame 111 libavcodec/mss3.c AVFrame *pic; AVFrame 128 libavcodec/mss4.c AVFrame *pic; AVFrame 49 libavcodec/msvideo1.c AVFrame *frame; AVFrame 66 libavcodec/msvideo1enc.c const AVFrame *pict, int *got_packet) AVFrame 69 libavcodec/msvideo1enc.c const AVFrame *p = pict; AVFrame 57 libavcodec/mv30.c AVFrame *prev_frame; AVFrame 404 libavcodec/mv30.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) AVFrame 464 libavcodec/mv30.c AVFrame *frame, AVFrame *prev) AVFrame 604 libavcodec/mv30.c AVFrame *frame = data; AVFrame 229 libavcodec/mvcdec.c AVFrame *frame = data; AVFrame 154 libavcodec/mvha.c AVFrame *frame = data; AVFrame 37 libavcodec/mwsc.c AVFrame *prev_frame; AVFrame 93 libavcodec/mwsc.c AVFrame *frame = data; AVFrame 34 libavcodec/mxpegdec.c AVFrame *picture[2]; /* pictures array */ AVFrame 160 libavcodec/mxpegdec.c AVFrame *reference_ptr) AVFrame 295 libavcodec/mxpegdec.c AVFrame *reference_ptr = s->picture[s->picture_index ^ 1]; AVFrame 144 libavcodec/nellymoserdec.c AVFrame *frame = data; AVFrame 385 libavcodec/nellymoserenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 150 libavcodec/notchlc.c static int decode_blocks(AVCodecContext *avctx, AVFrame *p, ThreadFrame *frame, AVFrame 403 libavcodec/notchlc.c AVFrame *p = data; AVFrame 37 libavcodec/nuv.c AVFrame *pic; AVFrame 76 libavcodec/nuv.c static void copy_frame(AVFrame *f, const uint8_t *src, int width, int height) AVFrame 160 libavcodec/nuv.c AVFrame *picture = data; AVFrame 471 libavcodec/nvdec.c static int nvdec_retrieve_data(void *logctx, AVFrame *frame) AVFrame 550 libavcodec/nvdec.c int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 704 libavcodec/nvdec.c int ff_nvdec_get_ref_idx(AVFrame *frame) AVFrame 70 libavcodec/nvdec.h int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame); AVFrame 79 libavcodec/nvdec.h int ff_nvdec_get_ref_idx(AVFrame *frame); AVFrame 37 libavcodec/nvdec_mjpeg.c AVFrame *cur_frame = s->picture; AVFrame 37 libavcodec/nvdec_mpeg12.c AVFrame *cur_frame = s->current_picture.f; AVFrame 38 libavcodec/nvdec_mpeg4.c AVFrame *cur_frame = s->current_picture.f; AVFrame 37 libavcodec/nvdec_vc1.c AVFrame *cur_frame = s->current_picture.f; AVFrame 42 libavcodec/nvdec_vp8.c AVFrame *cur_frame = h->framep[VP56_FRAME_CURRENT]->tf.f; AVFrame 41 libavcodec/nvdec_vp9.c AVFrame *cur_frame = h->frames[CUR_FRAME].tf.f; AVFrame 1598 libavcodec/nvenc.c NV_ENC_LOCK_INPUT_BUFFER *lock_buffer_params, const AVFrame *frame) AVFrame 1661 libavcodec/nvenc.c static int nvenc_register_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 1715 libavcodec/nvenc.c static int nvenc_upload_frame(AVCodecContext *avctx, const AVFrame *frame, AVFrame 1978 libavcodec/nvenc.c static void reconfig_encoder(AVCodecContext *avctx, const AVFrame *frame) AVFrame 2070 libavcodec/nvenc.c int ff_nvenc_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 2227 libavcodec/nvenc.c const AVFrame *frame, int *got_packet) AVFrame 68 libavcodec/nvenc.h AVFrame *in_ref; AVFrame 206 libavcodec/nvenc.h int ff_nvenc_send_frame(AVCodecContext *avctx, const AVFrame *frame); AVFrame 211 libavcodec/nvenc.h const AVFrame *frame, int *got_packet); AVFrame 314 libavcodec/omx.c av_frame_free((AVFrame**)&buffer->pAppPrivate); AVFrame 732 libavcodec/omx.c const AVFrame *frame, int *got_packet) AVFrame 761 libavcodec/omx.c AVFrame *local = av_frame_clone(frame); AVFrame 688 libavcodec/on2avc.c static int on2avc_reconstruct_channel_ext(On2AVCContext *c, AVFrame *dst, int offset) AVFrame 734 libavcodec/on2avc.c AVFrame *dst, int offset) AVFrame 799 libavcodec/on2avc.c int buf_size, AVFrame *dst, int offset) AVFrame 842 libavcodec/on2avc.c AVFrame *frame = data; AVFrame 300 libavcodec/options.c #define FOFFSET(x) offsetof(AVFrame,x) AVFrame 418 libavcodec/opusdec.c AVFrame *frame = data; AVFrame 118 libavcodec/opusenc.c AVFrame *cur = NULL; AVFrame 515 libavcodec/opusenc.c static AVFrame *spawn_empty_frame(OpusEncContext *s) AVFrame 517 libavcodec/opusenc.c AVFrame *f = av_frame_alloc(); AVFrame 535 libavcodec/opusenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 564 libavcodec/opusenc.c AVFrame *empty = spawn_empty_frame(s); AVFrame 90 libavcodec/opusenc_psy.c AVFrame *cur = ff_bufqueue_peek(s->bufqueue, index - i); AVFrame 95 libavcodec/opusenc_psy.c AVFrame *cur = ff_bufqueue_peek(s->bufqueue, index + i); AVFrame 45 libavcodec/pafaudio.c AVFrame *frame = data; AVFrame 50 libavcodec/pafvideo.c AVFrame *pic; AVFrame 26 libavcodec/pamenc.c const AVFrame *p, int *got_packet) AVFrame 129 libavcodec/pcm-bluray.c AVFrame *frame = data; AVFrame 237 libavcodec/pcm-dvd.c AVFrame *frame = data; AVFrame 111 libavcodec/pcm-dvdenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 88 libavcodec/pcm.c const AVFrame *frame, int *got_packet_ptr) AVFrame 331 libavcodec/pcm.c AVFrame *frame = data; AVFrame 76 libavcodec/pcx.c AVFrame * const p = data; AVFrame 99 libavcodec/pcxenc.c const AVFrame *frame, int *got_packet) AVFrame 39 libavcodec/pictordec.c static void picmemset_8bpp(PicContext *s, AVFrame *frame, int value, int run, AVFrame 60 libavcodec/pictordec.c static void picmemset(PicContext *s, AVFrame *frame, unsigned value, int run, AVFrame 127 libavcodec/pictordec.c AVFrame *frame = data; AVFrame 315 libavcodec/pixlet.c int plane, AVFrame *frame) AVFrame 465 libavcodec/pixlet.c static void postprocess_luma(AVFrame *frame, int w, int h, int depth) AVFrame 487 libavcodec/pixlet.c static void postprocess_chroma(AVFrame *frame, int w, int h, int depth) AVFrame 512 libavcodec/pixlet.c AVPacket *avpkt, AVFrame *frame) AVFrame 592 libavcodec/pixlet.c AVFrame *p = data; AVFrame 630 libavcodec/pngdec.c uint32_t length, AVFrame *p) AVFrame 855 libavcodec/pngdec.c static int decode_iccp_chunk(PNGDecContext *s, int length, AVFrame *f) AVFrame 900 libavcodec/pngdec.c static void handle_small_bpp(PNGDecContext *s, AVFrame *p) AVFrame 1052 libavcodec/pngdec.c static void handle_p_frame_png(PNGDecContext *s, AVFrame *p) AVFrame 1073 libavcodec/pngdec.c AVFrame *p) AVFrame 1186 libavcodec/pngdec.c AVFrame *p, AVPacket *avpkt) AVFrame 1478 libavcodec/pngdec.c AVFrame *p; AVFrame 1539 libavcodec/pngdec.c AVFrame *p; AVFrame 1595 libavcodec/pngdec.c AVFrame *frame = data; AVFrame 75 libavcodec/pngenc.c AVFrame *prev_frame; AVFrame 76 libavcodec/pngenc.c AVFrame *last_frame; AVFrame 345 libavcodec/pngenc.c static int encode_headers(AVCodecContext *avctx, const AVFrame *pict) AVFrame 431 libavcodec/pngenc.c static int encode_frame(AVCodecContext *avctx, const AVFrame *pict) AVFrame 434 libavcodec/pngenc.c const AVFrame *const p = pict; AVFrame 525 libavcodec/pngenc.c const AVFrame *pict, int *got_packet) AVFrame 569 libavcodec/pngenc.c static int apng_do_inverse_blend(AVFrame *output, const AVFrame *input, AVFrame 712 libavcodec/pngenc.c static int apng_encode_frame(AVCodecContext *avctx, const AVFrame *pict, AVFrame 718 libavcodec/pngenc.c AVFrame* diffFrame; AVFrame 842 libavcodec/pngenc.c const AVFrame *pict, int *got_packet) AVFrame 976 libavcodec/pngenc.c ret = av_frame_ref(s->last_frame, (AVFrame*)pict); AVFrame 45 libavcodec/pnmdec.c AVFrame * const p = data; AVFrame 28 libavcodec/pnmenc.c const AVFrame *p, int *got_packet) AVFrame 41 libavcodec/proresdec.h AVFrame *frame; AVFrame 621 libavcodec/proresdec2.c AVFrame *pic = ctx->frame; AVFrame 756 libavcodec/proresdec2.c AVFrame *frame = data; AVFrame 535 libavcodec/proresenc_anatoliy.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, AVFrame 653 libavcodec/proresenc_anatoliy.c static int prores_encode_picture(AVCodecContext *avctx, const AVFrame *pic, AVFrame 718 libavcodec/proresenc_anatoliy.c const AVFrame *pict, int *got_packet) AVFrame 245 libavcodec/proresenc_kostya.c const AVFrame *pic; AVFrame 550 libavcodec/proresenc_kostya.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, AVFrame 998 libavcodec/proresenc_kostya.c const AVFrame *pic, int *got_packet) AVFrame 150 libavcodec/prosumer.c AVFrame * const frame = data; AVFrame 45 libavcodec/psd.c AVFrame *picture; AVFrame 301 libavcodec/psd.c AVFrame *picture = data; AVFrame 86 libavcodec/pthread_frame.c AVFrame *frame; ///< Output frame (for decoding) or input (for encoding). AVFrame 96 libavcodec/pthread_frame.c AVFrame **released_buffers; AVFrame 100 libavcodec/pthread_frame.c AVFrame *requested_frame; ///< AVFrame the codec passed to get_buffer() AVFrame 376 libavcodec/pthread_frame.c AVFrame *f; AVFrame 484 libavcodec/pthread_frame.c AVFrame *picture, int *got_picture_ptr, AVFrame 1010 libavcodec/pthread_frame.c AVFrame *dst; AVFrame 1034 libavcodec/pthread_frame.c AVFrame **tmp = av_realloc_array(p->released_buffers, p->released_buffers_allocated + 1, AVFrame 32 libavcodec/ptx.c AVFrame * const p = data; AVFrame 692 libavcodec/qcelpdec.c AVFrame *frame = data; AVFrame 1848 libavcodec/qdm2.c AVFrame *frame = data; AVFrame 750 libavcodec/qdmc.c AVFrame *frame = data; AVFrame 74 libavcodec/qdrw.c static int decode_rle_bpp2(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) AVFrame 129 libavcodec/qdrw.c static int decode_rle_bpp4(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) AVFrame 173 libavcodec/qdrw.c static int decode_rle16(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) AVFrame 216 libavcodec/qdrw.c static int decode_rle(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc, AVFrame 294 libavcodec/qdrw.c AVFrame * const p = data; AVFrame 33 libavcodec/qpeg.c AVFrame *ref; AVFrame 270 libavcodec/qpeg.c AVFrame * const p = data; AVFrame 271 libavcodec/qpeg.c AVFrame * const ref = a->ref; AVFrame 65 libavcodec/qsv_internal.h AVFrame *locked_frame; AVFrame 66 libavcodec/qsv_internal.h AVFrame *hw_frame; AVFrame 71 libavcodec/qsv_internal.h AVFrame *frame; AVFrame 59 libavcodec/qsvdec.c static int ff_qsv_get_continuous_buffer(AVCodecContext *avctx, AVFrame *frame, AVBufferPool *pool) AVFrame 401 libavcodec/qsvdec.c AVFrame *frame, int *got_frame, AVFrame 481 libavcodec/qsvdec.c AVFrame *src_frame; AVFrame 570 libavcodec/qsvdec.c AVFrame *frame, int *got_frame, AVPacket *pkt) AVFrame 80 libavcodec/qsvdec.h AVFrame *frame, int *got_frame, AVPacket *pkt); AVFrame 123 libavcodec/qsvdec_h2645.c AVFrame *frame = data; AVFrame 121 libavcodec/qsvdec_other.c AVFrame *frame = data; AVFrame 1302 libavcodec/qsvenc.c static int submit_frame(QSVEncContext *q, const AVFrame *frame, AVFrame 1394 libavcodec/qsvenc.c const AVFrame *frame) AVFrame 1522 libavcodec/qsvenc.c AVPacket *pkt, const AVFrame *frame, int *got_packet) AVFrame 104 libavcodec/qsvenc.h const AVFrame *frame, mfxEncodeCtrl* enc_ctrl); AVFrame 209 libavcodec/qsvenc.h AVPacket *pkt, const AVFrame *frame, int *got_packet); AVFrame 44 libavcodec/qsvenc_h264.c const AVFrame *frame, mfxEncodeCtrl* enc_ctrl) AVFrame 86 libavcodec/qsvenc_h264.c const AVFrame *frame, int *got_packet) AVFrame 209 libavcodec/qsvenc_hevc.c const AVFrame *frame, int *got_packet) AVFrame 49 libavcodec/qsvenc_jpeg.c const AVFrame *frame, int *got_packet) AVFrame 49 libavcodec/qsvenc_mpeg2.c const AVFrame *frame, int *got_packet) AVFrame 50 libavcodec/qsvenc_vp9.c const AVFrame *frame, int *got_packet) AVFrame 44 libavcodec/qtrle.c AVFrame *frame; AVFrame 40 libavcodec/qtrleenc.c AVFrame *previous_frame; AVFrame 135 libavcodec/qtrleenc.c static void qtrle_encode_line(QtrleEncContext *s, const AVFrame *p, int line, uint8_t **buf) AVFrame 322 libavcodec/qtrleenc.c static int encode_frame(QtrleEncContext *s, const AVFrame *p, uint8_t *buf) AVFrame 364 libavcodec/qtrleenc.c const AVFrame *pict, int *got_packet) AVFrame 40 libavcodec/r210dec.c AVFrame *pic = data; AVFrame 40 libavcodec/r210enc.c const AVFrame *pic, int *got_packet) AVFrame 65 libavcodec/ra144dec.c AVFrame *frame = data; AVFrame 431 libavcodec/ra144enc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 196 libavcodec/ra288.c AVFrame *frame = data; AVFrame 428 libavcodec/ralf.c AVFrame *frame = data; AVFrame 63 libavcodec/rasc.c AVFrame *frame; AVFrame 64 libavcodec/rasc.c AVFrame *frame1; AVFrame 65 libavcodec/rasc.c AVFrame *frame2; AVFrame 68 libavcodec/rasc.c static void clear_plane(AVCodecContext *avctx, AVFrame *frame) AVFrame 79 libavcodec/rasc.c static void copy_plane(AVCodecContext *avctx, AVFrame *src, AVFrame *dst) AVFrame 675 libavcodec/rasc.c AVFrame *frame = data; AVFrame 136 libavcodec/rawdec.c static void flip(AVCodecContext *avctx, AVFrame *frame) AVFrame 182 libavcodec/rawdec.c AVFrame *frame = data; AVFrame 53 libavcodec/rawenc.c const AVFrame *frame, int *got_packet) AVFrame 320 libavcodec/rkmppdec.c static int rkmpp_retrieve_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 496 libavcodec/rkmppdec.c static int rkmpp_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 184 libavcodec/rl2.c AVFrame *frame = data; AVFrame 127 libavcodec/roqaudioenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 48 libavcodec/roqvideo.h AVFrame *last_frame; AVFrame 49 libavcodec/roqvideo.h AVFrame *current_frame; AVFrame 70 libavcodec/roqvideo.h const AVFrame *frame_to_enc; AVFrame 226 libavcodec/roqvideodec.c FFSWAP(AVFrame *, s->current_frame, s->last_frame); AVFrame 267 libavcodec/roqvideoenc.c static void get_frame_mb(const AVFrame *frame, int x, int y, uint8_t mb[], int dim) AVFrame 766 libavcodec/roqvideoenc.c static void create_clusters(const AVFrame *frame, int w, int h, uint8_t *yuvClusters) AVFrame 949 libavcodec/roqvideoenc.c FFSWAP(AVFrame *, enc->current_frame, enc->last_frame); AVFrame 1061 libavcodec/roqvideoenc.c const AVFrame *frame, int *got_packet) AVFrame 50 libavcodec/rpza.c AVFrame *frame; AVFrame 57 libavcodec/rscc.c AVFrame *reference; AVFrame 155 libavcodec/rscc.c AVFrame *frame = data; AVFrame 106 libavcodec/rtjpeg.c int ff_rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f, AVFrame 47 libavcodec/rtjpeg.h int ff_rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f, AVFrame 711 libavcodec/rv10.c AVFrame *pict = data; AVFrame 1573 libavcodec/rv34.c static int finish_frame(AVCodecContext *avctx, AVFrame *pict) AVFrame 1621 libavcodec/rv34.c AVFrame *pict = data; AVFrame 96 libavcodec/s302m.c AVFrame *frame = data; AVFrame 70 libavcodec/s302menc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 276 libavcodec/sanm.c AVFrame *frame; AVFrame 213 libavcodec/sbcdec.c int ch, int blk, AVFrame *output_frame) AVFrame 256 libavcodec/sbcdec.c int ch, int blk, AVFrame *output_frame) AVFrame 302 libavcodec/sbcdec.c struct sbc_frame *frame, AVFrame *output_frame) AVFrame 342 libavcodec/sbcdec.c AVFrame *frame = data; AVFrame 277 libavcodec/sbcenc.c const AVFrame *av_frame, int *got_packet_ptr) AVFrame 499 libavcodec/scpr.c AVFrame *frame = data; AVFrame 616 libavcodec/scpr.c FFSWAP(AVFrame *, s->current_frame, s->last_frame); AVFrame 49 libavcodec/scpr.h AVFrame *last_frame; AVFrame 50 libavcodec/scpr.h AVFrame *current_frame; AVFrame 48 libavcodec/screenpresso.c AVFrame *current; AVFrame 108 libavcodec/screenpresso.c AVFrame *frame = data; AVFrame 207 libavcodec/sgidec.c AVFrame *p = data; AVFrame 93 libavcodec/sgienc.c const AVFrame *frame, int *got_packet) AVFrame 96 libavcodec/sgienc.c const AVFrame * const p = frame; AVFrame 115 libavcodec/sgirledec.c AVFrame *frame = data; AVFrame 37 libavcodec/sheervideo.c void (*decode_frame)(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb); AVFrame 40 libavcodec/sheervideo.c static void decode_ca4i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 84 libavcodec/sheervideo.c static void decode_ca4p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 172 libavcodec/sheervideo.c static void decode_ybr10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 211 libavcodec/sheervideo.c static void decode_ybr10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 287 libavcodec/sheervideo.c static void decode_yry10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 329 libavcodec/sheervideo.c static void decode_yry10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 412 libavcodec/sheervideo.c static void decode_ca2i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 462 libavcodec/sheervideo.c static void decode_ca2p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 564 libavcodec/sheervideo.c static void decode_c82i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 614 libavcodec/sheervideo.c static void decode_c82p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 716 libavcodec/sheervideo.c static void decode_ybyr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 799 libavcodec/sheervideo.c static void decode_byryi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 873 libavcodec/sheervideo.c static void decode_byry(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 956 libavcodec/sheervideo.c static void decode_ybri(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1024 libavcodec/sheervideo.c static void decode_ybr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1100 libavcodec/sheervideo.c static void decode_aybri(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1178 libavcodec/sheervideo.c static void decode_aybr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1266 libavcodec/sheervideo.c static void decode_argxi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1310 libavcodec/sheervideo.c static void decode_argx(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1398 libavcodec/sheervideo.c static void decode_rgbxi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1437 libavcodec/sheervideo.c static void decode_rgbx(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1513 libavcodec/sheervideo.c static void decode_argbi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1579 libavcodec/sheervideo.c static void decode_argb(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1655 libavcodec/sheervideo.c static void decode_rgbi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1714 libavcodec/sheervideo.c static void decode_rgb(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) AVFrame 1810 libavcodec/sheervideo.c AVFrame *p = data; AVFrame 523 libavcodec/shorten.c AVFrame *frame = data; AVFrame 526 libavcodec/sipr.c AVFrame *frame = data; AVFrame 679 libavcodec/siren.c AVFrame *frame = data; AVFrame 51 libavcodec/smacker.c AVFrame *pic; AVFrame 635 libavcodec/smacker.c AVFrame *frame = data; AVFrame 49 libavcodec/smc.c AVFrame *frame; AVFrame 36 libavcodec/smvjpegdec.c AVFrame *picture[2]; /* pictures array */ AVFrame 150 libavcodec/smvjpegdec.c AVFrame* mjpeg_data = s->picture[0]; AVFrame 69 libavcodec/snow.c int ff_snow_get_buffer(SnowContext *s, AVFrame *frame) AVFrame 588 libavcodec/snow.c static int halfpel_interpol(SnowContext *s, uint8_t *halfpel[4][4], AVFrame *frame){ AVFrame 656 libavcodec/snow.c AVFrame *tmp; AVFrame 125 libavcodec/snow.h AVFrame *input_picture; ///< new_picture with the internal linesizes AVFrame 126 libavcodec/snow.h AVFrame *current_picture; AVFrame 127 libavcodec/snow.h AVFrame *last_picture[MAX_REF_FRAMES]; AVFrame 129 libavcodec/snow.h AVFrame *mconly_picture; AVFrame 250 libavcodec/snow.h int ff_snow_get_buffer(SnowContext *s, AVFrame *frame); AVFrame 458 libavcodec/snowdec.c AVFrame *picture = data; AVFrame 1489 libavcodec/snowenc.c static int ratecontrol_1pass(SnowContext *s, AVFrame *pict) AVFrame 1568 libavcodec/snowenc.c const AVFrame *pict, int *got_packet) AVFrame 1572 libavcodec/snowenc.c AVFrame *pic; AVFrame 724 libavcodec/sonic.c const AVFrame *frame, int *got_packet_ptr) AVFrame 1004 libavcodec/sonic.c AVFrame *frame = data; AVFrame 280 libavcodec/speedhq.c static int decode_speedhq_field(const SHQContext *s, const uint8_t *buf, int buf_size, AVFrame *frame, int field_number, int start, int end, int line_stride) AVFrame 422 libavcodec/speedhq.c AVFrame *frame = data; AVFrame 34 libavcodec/sunrast.c AVFrame * const p = data; AVFrame 189 libavcodec/sunrastenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 61 libavcodec/svq1dec.c AVFrame *prev; AVFrame 520 libavcodec/svq1dec.c static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame) AVFrame 619 libavcodec/svq1dec.c AVFrame *cur = data; AVFrame 582 libavcodec/svq1enc.c const AVFrame *pict, int *got_packet) AVFrame 612 libavcodec/svq1enc.c FFSWAP(AVFrame*, s->current_picture, s->last_picture); AVFrame 42 libavcodec/svq1enc.h AVFrame *current_picture; AVFrame 43 libavcodec/svq1enc.h AVFrame *last_picture; AVFrame 71 libavcodec/svq3.c AVFrame *f; AVFrame 680 libavcodec/takdec.c AVFrame *frame = data; AVFrame 114 libavcodec/targa.c AVFrame * const p = data; AVFrame 36 libavcodec/targa_y216dec.c AVFrame *pic = data; AVFrame 50 libavcodec/targaenc.c static int targa_encode_rle(uint8_t *outbuf, int out_size, const AVFrame *pic, AVFrame 70 libavcodec/targaenc.c static int targa_encode_normal(uint8_t *outbuf, const AVFrame *pic, int bpp, int w, int h) AVFrame 86 libavcodec/targaenc.c const AVFrame *p, int *got_packet) AVFrame 55 libavcodec/tdsc.c AVFrame *refframe; // full decoded frame (without cursor) AVFrame 56 libavcodec/tdsc.c AVFrame *jpgframe; // decoded JPEG tile AVFrame 527 libavcodec/tdsc.c AVFrame *frame = data; AVFrame 39 libavcodec/tests/options.c static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) AVFrame 35 libavcodec/thread.h AVFrame *f; AVFrame 60 libavcodec/thread.h int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture, AVFrame 35 libavcodec/tiertexseqv.c AVFrame *frame; AVFrame 61 libavcodec/tiff.c AVFrame *jpgframe; // decoded JPEG tile AVFrame 266 libavcodec/tiff.c const char *name, const char *sep, TiffContext *s, AVFrame *frame) AVFrame 348 libavcodec/tiff.c static void unpack_gray(TiffContext *s, AVFrame *p, AVFrame 361 libavcodec/tiff.c static void unpack_yuv(TiffContext *s, AVFrame *p, AVFrame 411 libavcodec/tiff.c static int tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, AVFrame 478 libavcodec/tiff.c static int tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, AVFrame 554 libavcodec/tiff.c static int dng_decode_strip(AVCodecContext *avctx, AVFrame *frame); AVFrame 556 libavcodec/tiff.c static int tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, AVFrame 875 libavcodec/tiff.c static int dng_decode_jpeg(AVCodecContext *avctx, AVFrame *frame, AVFrame 961 libavcodec/tiff.c static int dng_decode_tiles(AVCodecContext *avctx, AVFrame *frame, AVPacket *avpkt) AVFrame 1036 libavcodec/tiff.c static int dng_decode_strip(AVCodecContext *avctx, AVFrame *frame) AVFrame 1241 libavcodec/tiff.c static int tiff_decode_tag(TiffContext *s, AVFrame *frame) AVFrame 1770 libavcodec/tiff.c AVFrame *const p = data; AVFrame 1963 libavcodec/tiff.c if ((ret = dng_decode_tiles(avctx, (AVFrame*)data, avpkt)) > 0) AVFrame 203 libavcodec/tiffenc.c static void pack_yuv(TiffEncoderContext *s, const AVFrame *p, AVFrame 246 libavcodec/tiffenc.c const AVFrame *pict, int *got_packet) AVFrame 250 libavcodec/tiffenc.c const AVFrame *const p = pict; AVFrame 41 libavcodec/tmv.c AVFrame *frame = data; AVFrame 47 libavcodec/truemotion1.c AVFrame *frame; AVFrame 63 libavcodec/truemotion2.c AVFrame *pic; AVFrame 515 libavcodec/truemotion2.c static inline void tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 536 libavcodec/truemotion2.c static inline void tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 558 libavcodec/truemotion2.c static inline void tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 599 libavcodec/truemotion2.c static inline void tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 646 libavcodec/truemotion2.c static inline void tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 681 libavcodec/truemotion2.c static inline void tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 721 libavcodec/truemotion2.c static inline void tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by) AVFrame 775 libavcodec/truemotion2.c static int tm2_decode_blocks(TM2Context *ctx, AVFrame *p) AVFrame 906 libavcodec/truemotion2.c AVFrame * const p = l->pic; AVFrame 109 libavcodec/truemotion2rt.c AVFrame * const p = data; AVFrame 308 libavcodec/truespeech.c AVFrame *frame = data; AVFrame 49 libavcodec/tscc.c AVFrame *frame; AVFrame 70 libavcodec/tscc.c AVFrame *frame = c->frame; AVFrame 39 libavcodec/tscc2.c AVFrame *pic; AVFrame 222 libavcodec/tta.c AVFrame *frame = data; AVFrame 67 libavcodec/ttaenc.c static int32_t get_sample(const AVFrame *frame, int sample, AVFrame 86 libavcodec/ttaenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 479 libavcodec/twinvq.c AVFrame *frame = data; AVFrame 38 libavcodec/txd.c AVFrame * const p = data; AVFrame 40 libavcodec/ulti.c AVFrame *frame; AVFrame 96 libavcodec/ulti.c static void ulti_convert_yuv(AVFrame *frame, int x, int y, AVFrame 120 libavcodec/ulti.c static void ulti_pattern(AVFrame *frame, int x, int y, AVFrame 143 libavcodec/ulti.c static void ulti_grad(AVFrame *frame, int x, int y, uint8_t *Y, int chroma, int angle) AVFrame 134 libavcodec/utils.c int ff_side_data_update_matrix_encoding(AVFrame *frame, AVFrame 376 libavcodec/utils.c int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, AVFrame 412 libavcodec/utils.c void ff_color_frame(AVFrame *frame, const int c[4]) AVFrame 2196 libavcodec/utils.c int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len, AVFrame 533 libavcodec/utvideoenc.c const AVFrame *pic, int *got_packet) AVFrame 36 libavcodec/v210_template.c uint8_t *dst, const AVFrame *pic) AVFrame 42 libavcodec/v210dec.c AVFrame *frame; AVFrame 86 libavcodec/v210dec.c AVFrame *frame = td->frame; AVFrame 147 libavcodec/v210dec.c AVFrame *pic = data; AVFrame 119 libavcodec/v210enc.c const AVFrame *pic, int *got_packet) AVFrame 43 libavcodec/v210x.c AVFrame *pic = data; AVFrame 38 libavcodec/v308dec.c AVFrame *pic = data; AVFrame 41 libavcodec/v308enc.c const AVFrame *pic, int *got_packet) AVFrame 35 libavcodec/v408dec.c AVFrame *pic = data; AVFrame 36 libavcodec/v408enc.c const AVFrame *pic, int *got_packet) AVFrame 30 libavcodec/v410dec.c AVFrame *frame; AVFrame 55 libavcodec/v410dec.c AVFrame *pic = td->frame; AVFrame 93 libavcodec/v410dec.c AVFrame *pic = data; AVFrame 42 libavcodec/v410enc.c const AVFrame *pic, int *got_packet) AVFrame 300 libavcodec/v4l2_buffers.c static int v4l2_buffer_buf_to_swframe(AVFrame *frame, V4L2Buffer *avbuf) AVFrame 341 libavcodec/v4l2_buffers.c static int v4l2_buffer_swframe_to_buf(const AVFrame *frame, V4L2Buffer *out) AVFrame 412 libavcodec/v4l2_buffers.c int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out) AVFrame 419 libavcodec/v4l2_buffers.c int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *avbuf) AVFrame 77 libavcodec/v4l2_buffers.h int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *buf); AVFrame 109 libavcodec/v4l2_buffers.h int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out); AVFrame 586 libavcodec/v4l2_context.c int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* frame) AVFrame 636 libavcodec/v4l2_context.c int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* frame, int timeout) AVFrame 161 libavcodec/v4l2_context.h int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f, int timeout); AVFrame 184 libavcodec/v4l2_context.h int ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* f); AVFrame 136 libavcodec/v4l2_m2m_dec.c static int v4l2_receive_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 273 libavcodec/v4l2_m2m_enc.c static int v4l2_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 35 libavcodec/vaapi_decode.h static inline VASurfaceID ff_vaapi_get_surface_id(AVFrame *pic) AVFrame 1021 libavcodec/vaapi_encode.c const AVFrame *frame) AVFrame 1046 libavcodec/vaapi_encode.c int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame) AVFrame 87 libavcodec/vaapi_encode.h AVFrame *input_image; AVFrame 90 libavcodec/vaapi_encode.h AVFrame *recon_image; AVFrame 422 libavcodec/vaapi_encode.h int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame); AVFrame 195 libavcodec/vb.c AVFrame *frame = data; AVFrame 85 libavcodec/vble.c static void vble_restore_plane(VBLEContext *ctx, AVFrame *pic, AVFrame 121 libavcodec/vble.c AVFrame *pic = data; AVFrame 379 libavcodec/vc1.h AVFrame *sprite_output_frame; AVFrame 308 libavcodec/vc1dec.c AVFrame *f = s->current_picture.f; AVFrame 641 libavcodec/vc1dec.c AVFrame *pict = data; AVFrame 897 libavcodec/vc2enc.c static int encode_frame(VC2EncContext *s, AVPacket *avpkt, const AVFrame *frame, AVFrame 952 libavcodec/vc2enc.c const AVFrame *frame, int *got_packet) AVFrame 53 libavcodec/vcr1.c AVFrame *const p = data; AVFrame 332 libavcodec/vdpau.c int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVFrame 61 libavcodec/vdpau.h struct AVFrame; AVFrame 63 libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *, AVFrame 38 libavcodec/vdpau_internal.h static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic) AVFrame 123 libavcodec/vdpau_internal.h int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVFrame 84 libavcodec/videotoolbox.c static int videotoolbox_postproc_frame(void *avctx, AVFrame *frame) AVFrame 111 libavcodec/videotoolbox.c int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 433 libavcodec/videotoolbox.c static int videotoolbox_buffer_create(AVCodecContext *avctx, AVFrame *frame) AVFrame 900 libavcodec/videotoolbox.c static int videotoolbox_common_end_frame(AVCodecContext *avctx, AVFrame *frame) AVFrame 937 libavcodec/videotoolbox.c AVFrame *frame = h->cur_pic_ptr->f; AVFrame 970 libavcodec/videotoolbox.c AVFrame *frame = h->ref->frame; AVFrame 1002 libavcodec/videotoolbox.c AVFrame *frame = s->current_picture_ptr->f; AVFrame 1973 libavcodec/videotoolboxenc.c const AVFrame *frame, AVFrame 2079 libavcodec/videotoolboxenc.c const AVFrame *frame, AVFrame 2171 libavcodec/videotoolboxenc.c const AVFrame *frame, AVFrame 2267 libavcodec/videotoolboxenc.c static int create_encoder_dict_h264(const AVFrame *frame, AVFrame 2285 libavcodec/videotoolboxenc.c const AVFrame *frame) AVFrame 2342 libavcodec/videotoolboxenc.c const AVFrame *frame, AVFrame 122 libavcodec/vima.c AVFrame *frame = data; AVFrame 137 libavcodec/vmdaudio.c AVFrame *frame = data; AVFrame 51 libavcodec/vmdvideo.c AVFrame *prev_frame; AVFrame 183 libavcodec/vmdvideo.c static int vmd_decode(VmdVideoContext *s, AVFrame *frame) AVFrame 436 libavcodec/vmdvideo.c AVFrame *frame = data; AVFrame 60 libavcodec/vmnc.c AVFrame *pic; AVFrame 1773 libavcodec/vorbisdec.c AVFrame *frame = data; AVFrame 1026 libavcodec/vorbisenc.c static AVFrame *spawn_empty_frame(AVCodecContext *avctx, int channels) AVFrame 1028 libavcodec/vorbisenc.c AVFrame *f = av_frame_alloc(); AVFrame 1053 libavcodec/vorbisenc.c AVFrame *cur = NULL; AVFrame 1086 libavcodec/vorbisenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 1096 libavcodec/vorbisenc.c AVFrame *clone; AVFrame 1119 libavcodec/vorbisenc.c AVFrame *empty = spawn_empty_frame(avctx, venc->channels); AVFrame 2634 libavcodec/vp3.c AVFrame *frame = data; AVFrame 430 libavcodec/vp56.c AVFrame *frame_current, *frame_ref; AVFrame 573 libavcodec/vp56.c AVFrame *const p = s->frames[VP56_FRAME_CURRENT]; AVFrame 665 libavcodec/vp56.c AVFrame *const p = s->frames[VP56_FRAME_CURRENT]; AVFrame 771 libavcodec/vp56.c FFSWAP(AVFrame *, s->frames[VP56_FRAME_CURRENT], AVFrame 132 libavcodec/vp56.h AVFrame *frames[4]; AVFrame 477 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height) AVFrame 511 libavcodec/vp8.c AVFrame *src, *dst; AVFrame 2507 libavcodec/vp8.c AVFrame *curframe = s->curframe->tf.f; AVFrame 821 libavcodec/vp9.c AVFrame *ref = s->s.refs[s->s.h.refidx[i]].f; AVFrame 1098 libavcodec/vp9.c AVFrame *f = s->s.frames[CUR_FRAME].tf.f; AVFrame 1173 libavcodec/vp9.c AVFrame *f = s->s.frames[CUR_FRAME].tf.f; AVFrame 1264 libavcodec/vp9.c AVFrame *f; AVFrame 1401 libavcodec/vp9.c AVFrame *f; AVFrame 1474 libavcodec/vp9.c AVFrame *f; AVFrame 1560 libavcodec/vp9.c AVFrame *f; AVFrame 1571 libavcodec/vp9.c ((AVFrame *)frame)->pts = pkt->pts; AVFrame 1574 libavcodec/vp9.c ((AVFrame *)frame)->pkt_pts = pkt->pts; AVFrame 1577 libavcodec/vp9.c ((AVFrame *)frame)->pkt_dts = pkt->dts; AVFrame 40 libavcodec/vp9_mc_template.c AVFrame *ref1 = tref1->f, *ref2; AVFrame 1273 libavcodec/vp9block.c AVFrame *f = s->s.frames[CUR_FRAME].tf.f; AVFrame 182 libavcodec/vp9lpf.c AVFrame *f = s->s.frames[CUR_FRAME].tf.f; AVFrame 321 libavcodec/vqavideo.c static int vqa_decode_chunk(VqaContext *s, AVFrame *frame) AVFrame 609 libavcodec/vqavideo.c AVFrame *frame = data; AVFrame 47 libavcodec/vt_internal.h int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame); AVFrame 110 libavcodec/wavpack.c AVFrame *frame; AVFrame 1619 libavcodec/wavpack.c AVFrame *frame = frmptr; AVFrame 2852 libavcodec/wavpackenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 38 libavcodec/wcmv.c AVFrame *prev_frame; AVFrame 47 libavcodec/wcmv.c AVFrame *frame = data; AVFrame 179 libavcodec/webp.c AVFrame *frame; /* AVFrame for data */ AVFrame 191 libavcodec/webp.c AVFrame *alpha_frame; /* AVFrame for alpha data decompressed from VP8L */ AVFrame 934 libavcodec/webp.c static void inverse_prediction(AVFrame *frame, enum PredictionMode m, int x, int y) AVFrame 1118 libavcodec/webp.c static int vp8_lossless_decode_frame(AVCodecContext *avctx, AVFrame *p, AVFrame 1231 libavcodec/webp.c static void alpha_inverse_prediction(AVFrame *frame, enum AlphaFilter m) AVFrame 1274 libavcodec/webp.c static int vp8_lossy_decode_alpha(AVCodecContext *avctx, AVFrame *p, AVFrame 1327 libavcodec/webp.c static int vp8_lossy_decode_frame(AVCodecContext *avctx, AVFrame *p, AVFrame 1373 libavcodec/webp.c AVFrame * const p = data; AVFrame 1516 libavcodec/webp.c av_dict_copy(&((AVFrame *) data)->metadata, exif_metadata, 0); AVFrame 816 libavcodec/wmadec.c AVFrame *frame = data; AVFrame 103 libavcodec/wmaenc.c static int apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame) AVFrame 367 libavcodec/wmaenc.c const AVFrame *frame, int *got_packet_ptr) AVFrame 73 libavcodec/wmalosslessdec.c AVFrame *frame; AVFrame 243 libavcodec/wmaprodec.c AVFrame *frames[XMA_MAX_STREAMS]; AVFrame 1421 libavcodec/wmaprodec.c static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr) AVFrame 1614 libavcodec/wmaprodec.c AVFrame *frame = data; AVFrame 1776 libavcodec/wmaprodec.c AVFrame *frame = data; AVFrame 1794 libavcodec/wmaprodec.c AVFrame *frame = data; AVFrame 1704 libavcodec/wmavoice.c static int synth_superframe(AVCodecContext *ctx, AVFrame *frame, AVFrame 65 libavcodec/wnv1.c AVFrame * const p = data; AVFrame 38 libavcodec/wrapped_avframe.c AVFrame *frame = (AVFrame *)data; AVFrame 44 libavcodec/wrapped_avframe.c const AVFrame *frame, int *got_packet) AVFrame 46 libavcodec/wrapped_avframe.c AVFrame *wrapped = av_frame_clone(frame); AVFrame 68 libavcodec/wrapped_avframe.c av_frame_move_ref((AVFrame*)data, wrapped); AVFrame 82 libavcodec/wrapped_avframe.c AVFrame *in, *out; AVFrame 90 libavcodec/wrapped_avframe.c if (pkt->size < sizeof(AVFrame)) AVFrame 93 libavcodec/wrapped_avframe.c in = (AVFrame*)pkt->data; AVFrame 56 libavcodec/ws-snd1.c AVFrame *frame = data; AVFrame 33 libavcodec/x86/w64xmmtest.c AVFrame *frame, AVFrame 42 libavcodec/x86/w64xmmtest.c AVFrame *picture, AVFrame 61 libavcodec/x86/w64xmmtest.c const AVFrame *frame, AVFrame 76 libavcodec/x86/w64xmmtest.c const AVFrame *frame, int *got_packet_ptr)) AVFrame 91 libavcodec/x86/w64xmmtest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) AVFrame 96 libavcodec/x86/w64xmmtest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) AVFrame 56 libavcodec/xan.c AVFrame *last_frame; AVFrame 212 libavcodec/xan.c static inline void xan_wc3_output_pixel_run(XanContext *s, AVFrame *frame, AVFrame 242 libavcodec/xan.c static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, AVFrame 300 libavcodec/xan.c static int xan_wc3_decode_frame(XanContext *s, AVFrame *frame) AVFrame 548 libavcodec/xan.c AVFrame *frame = data; AVFrame 64 libavcodec/xbmdec.c AVFrame *p = data; AVFrame 28 libavcodec/xbmenc.c const AVFrame *p, int *got_packet) AVFrame 121 libavcodec/xfacedec.c AVFrame *frame = data; AVFrame 137 libavcodec/xfaceenc.c const AVFrame *frame, int *got_packet) AVFrame 45 libavcodec/xl.c AVFrame *const p = data; AVFrame 309 libavcodec/xpmdec.c AVFrame *p=data; AVFrame 34 libavcodec/xwddec.c AVFrame *p = data; AVFrame 34 libavcodec/xwdenc.c const AVFrame *pict, int *got_packet) AVFrame 43 libavcodec/xwdenc.c AVFrame * const p = (AVFrame *)pict; AVFrame 32 libavcodec/xxan.c AVFrame *pic; AVFrame 41 libavcodec/y41pdec.c AVFrame *pic = data; AVFrame 40 libavcodec/y41penc.c const AVFrame *pic, int *got_packet) AVFrame 293 libavcodec/ylc.c AVFrame * const p = data; AVFrame 36 libavcodec/yop.c AVFrame *frame; AVFrame 197 libavcodec/yop.c AVFrame *frame = s->frame; AVFrame 36 libavcodec/yuv4dec.c AVFrame *pic = data; AVFrame 32 libavcodec/yuv4enc.c const AVFrame *pic, int *got_packet) AVFrame 26 libavcodec/zerocodec.c AVFrame *previous_frame; AVFrame 34 libavcodec/zerocodec.c AVFrame *pic = data; AVFrame 35 libavcodec/zerocodec.c AVFrame *prev_pic = zc->previous_frame; AVFrame 413 libavcodec/zmbv.c AVFrame *frame = data; AVFrame 167 libavcodec/zmbvenc.c const AVFrame *pict, int *got_packet) AVFrame 170 libavcodec/zmbvenc.c const AVFrame * const p = pict; AVFrame 120 libavdevice/alsa_enc.c AVFrame **frame, unsigned flags) AVFrame 51 libavdevice/decklink_enc.cpp decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) : AVFrame 127 libavdevice/decklink_enc.cpp AVFrame *_avframe; AVFrame 436 libavdevice/decklink_enc.cpp AVFrame *avframe = NULL, *tmp = (AVFrame *)pkt->data; AVFrame 79 libavdevice/kmsgrab.c AVFrame *frame = (AVFrame*)data; AVFrame 90 libavdevice/kmsgrab.c AVFrame *frame; AVFrame 57 libavdevice/lavfi.c AVFrame *decoded_frame; AVFrame 360 libavdevice/lavfi.c static int create_subcc_packet(AVFormatContext *avctx, AVFrame *frame, AVFrame 389 libavdevice/lavfi.c AVFrame *frame = lavfi->decoded_frame; AVFrame 1166 libavdevice/opengl_enc.c GLint length = ((AVFrame *)input)->linesize[plane]; \ AVFrame 1170 libavdevice/opengl_enc.c data = ((AVFrame *)input)->data[plane]; \ AVFrame 1262 libavdevice/opengl_enc.c AVFrame *frame = (AVFrame *)pkt->data; AVFrame 1270 libavdevice/opengl_enc.c AVFrame **frame, unsigned flags) AVFrame 674 libavdevice/pulse_audio_enc.c AVFrame **frame, unsigned flags) AVFrame 987 libavdevice/v4l2.c AVFrame *frame = ctx->streams[0]->codec->coded_frame; AVFrame 327 libavdevice/xv.c AVFrame *frame = (AVFrame *)pkt->data; AVFrame 339 libavdevice/xv.c static int xv_write_frame(AVFormatContext *s, int stream_index, AVFrame **frame, AVFrame 277 libavfilter/aeval.c AVFrame *samplesref; AVFrame 421 libavfilter/aeval.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 426 libavfilter/aeval.c AVFrame *out; AVFrame 166 libavfilter/af_acontrast.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 171 libavfilter/af_acontrast.c AVFrame *out; AVFrame 23 libavfilter/af_acopy.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 26 libavfilter/af_acopy.c AVFrame *out = ff_get_audio_buffer(outlink, in->nb_samples); AVFrame 65 libavfilter/af_acrossover.c AVFrame *input_frame; AVFrame 66 libavfilter/af_acrossover.c AVFrame *frames[MAX_BANDS]; AVFrame 263 libavfilter/af_acrossover.c AVFrame *in = s->input_frame; AVFrame 264 libavfilter/af_acrossover.c AVFrame **frames = s->frames; AVFrame 301 libavfilter/af_acrossover.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 305 libavfilter/af_acrossover.c AVFrame **frames = s->frames; AVFrame 216 libavfilter/af_acrusher.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 221 libavfilter/af_acrusher.c AVFrame *out; AVFrame 66 libavfilter/af_adeclick.c AVFrame *enabled; AVFrame 67 libavfilter/af_adeclick.c AVFrame *in; AVFrame 68 libavfilter/af_adeclick.c AVFrame *out; AVFrame 69 libavfilter/af_adeclick.c AVFrame *buffer; AVFrame 70 libavfilter/af_adeclick.c AVFrame *is; AVFrame 494 libavfilter/af_adeclick.c AVFrame *out; AVFrame 501 libavfilter/af_adeclick.c AVFrame *out = td->out; AVFrame 567 libavfilter/af_adeclick.c AVFrame *out = NULL; AVFrame 627 libavfilter/af_adeclick.c AVFrame *in; AVFrame 215 libavfilter/af_adelay.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 219 libavfilter/af_adelay.c AVFrame *out_frame; AVFrame 254 libavfilter/af_adelay.c AVFrame *frame = NULL; AVFrame 25 libavfilter/af_aderivative.c AVFrame *prev; AVFrame 136 libavfilter/af_aderivative.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 141 libavfilter/af_aderivative.c AVFrame *out = ff_get_audio_buffer(outlink, in->nb_samples); AVFrame 275 libavfilter/af_aecho.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 279 libavfilter/af_aecho.c AVFrame *out_frame; AVFrame 308 libavfilter/af_aecho.c AVFrame *frame = ff_get_audio_buffer(outlink, nb_samples); AVFrame 334 libavfilter/af_aecho.c AVFrame *in; AVFrame 84 libavfilter/af_aemphasis.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 92 libavfilter/af_aemphasis.c AVFrame *out; AVFrame 282 libavfilter/af_afade.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 287 libavfilter/af_afade.c AVFrame *out_buf; AVFrame 449 libavfilter/af_afade.c AVFrame *in = NULL, *out, *cf[2] = { NULL }; AVFrame 934 libavfilter/af_afftdn.c AVFrame *in, int ch) AVFrame 1083 libavfilter/af_afftdn.c AVFrame *in; AVFrame 1090 libavfilter/af_afftdn.c AVFrame *in = td->in; AVFrame 1163 libavfilter/af_afftdn.c AVFrame *out = NULL, *in = NULL; AVFrame 1276 libavfilter/af_afftdn.c AVFrame *frame = NULL; AVFrame 51 libavfilter/af_afftfilt.c AVFrame *buffer; AVFrame 242 libavfilter/af_afftfilt.c AVFrame *out, *in = NULL; AVFrame 350 libavfilter/af_afftfilt.c AVFrame *in = NULL; AVFrame 67 libavfilter/af_afir.c static int fir_quantum(AVFilterContext *ctx, AVFrame *out, int ch, int offset) AVFrame 185 libavfilter/af_afir.c static int fir_channel(AVFilterContext *ctx, AVFrame *out, int ch) AVFrame 198 libavfilter/af_afir.c AVFrame *out = arg; AVFrame 209 libavfilter/af_afir.c static int fir_frame(AudioFIRContext *s, AVFrame *in, AVFilterLink *outlink) AVFrame 212 libavfilter/af_afir.c AVFrame *out = NULL; AVFrame 236 libavfilter/af_afir.c static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint32_t color) AVFrame 259 libavfilter/af_afir.c static void draw_line(AVFrame *out, int x0, int y0, int x1, int y1, uint32_t color) AVFrame 285 libavfilter/af_afir.c static void draw_response(AVFilterContext *ctx, AVFrame *out) AVFrame 607 libavfilter/af_afir.c static int check_ir(AVFilterLink *link, AVFrame *frame) AVFrame 628 libavfilter/af_afir.c AVFrame *in = NULL; AVFrame 635 libavfilter/af_afir.c AVFrame *ir = NULL; AVFrame 673 libavfilter/af_afir.c AVFrame *clone; AVFrame 46 libavfilter/af_afir.h AVFrame *sum; AVFrame 47 libavfilter/af_afir.h AVFrame *block; AVFrame 48 libavfilter/af_afir.h AVFrame *buffer; AVFrame 49 libavfilter/af_afir.h AVFrame *coeff; AVFrame 50 libavfilter/af_afir.h AVFrame *input; AVFrame 51 libavfilter/af_afir.h AVFrame *output; AVFrame 92 libavfilter/af_afir.h AVFrame *in; AVFrame 93 libavfilter/af_afir.h AVFrame *ir[32]; AVFrame 94 libavfilter/af_afir.h AVFrame *video; AVFrame 216 libavfilter/af_agate.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 222 libavfilter/af_agate.c AVFrame *out; AVFrame 283 libavfilter/af_agate.c AVFrame *out = NULL, *in[2] = { NULL }; AVFrame 33 libavfilter/af_aiir.c AVFrame *in, *out; AVFrame 70 libavfilter/af_aiir.c AVFrame *video; AVFrame 131 libavfilter/af_aiir.c AVFrame *in = td->in, *out = td->out; \ AVFrame 187 libavfilter/af_aiir.c AVFrame *in = td->in, *out = td->out; \ AVFrame 765 libavfilter/af_aiir.c static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint32_t color) AVFrame 788 libavfilter/af_aiir.c static void draw_line(AVFrame *out, int x0, int y0, int x1, int y1, uint32_t color) AVFrame 866 libavfilter/af_aiir.c static void draw_response(AVFilterContext *ctx, AVFrame *out, int sample_rate) AVFrame 1073 libavfilter/af_aiir.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1079 libavfilter/af_aiir.c AVFrame *out; AVFrame 1113 libavfilter/af_aiir.c AVFrame *clone; AVFrame 115 libavfilter/af_alimiter.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 131 libavfilter/af_alimiter.c AVFrame *out; AVFrame 215 libavfilter/af_amerge.c static void free_frames(int nb_inputs, AVFrame **input_frames) AVFrame 227 libavfilter/af_amerge.c AVFrame *outbuf, *inbuf[SWR_CH_MAX] = { NULL }; AVFrame 294 libavfilter/af_amix.c AVFrame *out_buf, *in_buf; AVFrame 427 libavfilter/af_amix.c AVFrame *buf = NULL; AVFrame 36 libavfilter/af_amultiply.c AVFrame *frames[2]; AVFrame 98 libavfilter/af_amultiply.c AVFrame *out; AVFrame 72 libavfilter/af_anequalizer.c AVFrame *video; AVFrame 94 libavfilter/af_anequalizer.c static void draw_curves(AVFilterContext *ctx, AVFilterLink *inlink, AVFrame *out) AVFrame 172 libavfilter/af_anequalizer.c AVFrame *out; AVFrame 712 libavfilter/af_anequalizer.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 736 libavfilter/af_anequalizer.c AVFrame *clone; AVFrame 56 libavfilter/af_anlmdn.c AVFrame *in; AVFrame 57 libavfilter/af_anlmdn.c AVFrame *cache; AVFrame 199 libavfilter/af_anlmdn.c AVFrame *out = arg; AVFrame 256 libavfilter/af_anlmdn.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 261 libavfilter/af_anlmdn.c AVFrame *out = NULL; AVFrame 318 libavfilter/af_anlmdn.c AVFrame *in; AVFrame 51 libavfilter/af_anlms.c AVFrame *offset; AVFrame 52 libavfilter/af_anlms.c AVFrame *delay; AVFrame 53 libavfilter/af_anlms.c AVFrame *coeffs; AVFrame 54 libavfilter/af_anlms.c AVFrame *tmp; AVFrame 56 libavfilter/af_anlms.c AVFrame *frame[2]; AVFrame 168 libavfilter/af_anlms.c AVFrame *out = arg; AVFrame 211 libavfilter/af_anlms.c AVFrame *out; AVFrame 75 libavfilter/af_apad.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 100 libavfilter/af_apad.c AVFrame *outsamplesref; AVFrame 241 libavfilter/af_aphaser.c static int filter_frame(AVFilterLink *inlink, AVFrame *inbuf) AVFrame 245 libavfilter/af_aphaser.c AVFrame *outbuf; AVFrame 127 libavfilter/af_apulsator.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 137 libavfilter/af_apulsator.c AVFrame *out; AVFrame 182 libavfilter/af_aresample.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamplesref) AVFrame 189 libavfilter/af_aresample.c AVFrame *outsamplesref; AVFrame 234 libavfilter/af_aresample.c static int flush_frame(AVFilterLink *outlink, int final, AVFrame **outsamplesref_ret) AVFrame 239 libavfilter/af_aresample.c AVFrame *outsamplesref; AVFrame 273 libavfilter/af_aresample.c AVFrame *outsamplesref; AVFrame 286 libavfilter/af_aresample.c AVFrame *outsamplesref; AVFrame 1388 libavfilter/af_arnndn.c AVFrame *in, *out; AVFrame 1395 libavfilter/af_arnndn.c AVFrame *in = td->in; AVFrame 1396 libavfilter/af_arnndn.c AVFrame *out = td->out; AVFrame 1409 libavfilter/af_arnndn.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1413 libavfilter/af_arnndn.c AVFrame *out = NULL; AVFrame 1435 libavfilter/af_arnndn.c AVFrame *in = NULL; AVFrame 60 libavfilter/af_asetnsamples.c AVFrame *frame = NULL, *pad_frame; AVFrame 78 libavfilter/af_asetrate.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 176 libavfilter/af_ashowinfo.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 228 libavfilter/af_asoftclip.c AVFrame *in, *out; AVFrame 237 libavfilter/af_asoftclip.c AVFrame *out = td->out; AVFrame 238 libavfilter/af_asoftclip.c AVFrame *in = td->in; AVFrame 250 libavfilter/af_asoftclip.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 256 libavfilter/af_asoftclip.c AVFrame *out; AVFrame 63 libavfilter/af_asr.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 591 libavfilter/af_astats.c AVFrame *buf = arg; AVFrame 634 libavfilter/af_astats.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 43 libavfilter/af_asubboost.c AVFrame *i, *o; AVFrame 44 libavfilter/af_asubboost.c AVFrame *buffer; AVFrame 115 libavfilter/af_asubboost.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 122 libavfilter/af_asubboost.c AVFrame *out; AVFrame 148 libavfilter/af_atempo.c AVFrame *dst_buffer; AVFrame 1077 libavfilter/af_atempo.c static int filter_frame(AVFilterLink *inlink, AVFrame *src_buffer) AVFrame 41 libavfilter/af_axcorrelate.c AVFrame *cache[2]; AVFrame 42 libavfilter/af_axcorrelate.c AVFrame *mean_sum[2]; AVFrame 43 libavfilter/af_axcorrelate.c AVFrame *num_sum; AVFrame 44 libavfilter/af_axcorrelate.c AVFrame *den_sum[2]; AVFrame 47 libavfilter/af_axcorrelate.c int (*xcorrelate)(AVFilterContext *ctx, AVFrame *out); AVFrame 120 libavfilter/af_axcorrelate.c static int xcorrelate_slow(AVFilterContext *ctx, AVFrame *out) AVFrame 153 libavfilter/af_axcorrelate.c static int xcorrelate_fast(AVFilterContext *ctx, AVFrame *out) AVFrame 200 libavfilter/af_axcorrelate.c AVFrame *frame = NULL; AVFrame 223 libavfilter/af_axcorrelate.c AVFrame *out; AVFrame 459 libavfilter/af_biquads.c AVFrame *in, *out; AVFrame 466 libavfilter/af_biquads.c AVFrame *buf = td->in; AVFrame 467 libavfilter/af_biquads.c AVFrame *out_buf = td->out; AVFrame 489 libavfilter/af_biquads.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 494 libavfilter/af_biquads.c AVFrame *out_buf; AVFrame 127 libavfilter/af_bs2b.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 130 libavfilter/af_bs2b.c AVFrame *out_frame; AVFrame 307 libavfilter/af_channelmap.c static int channelmap_filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 135 libavfilter/af_channelsplit.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 142 libavfilter/af_channelsplit.c AVFrame *buf_out = av_frame_clone(buf); AVFrame 240 libavfilter/af_chorus.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 244 libavfilter/af_chorus.c AVFrame *out_frame; AVFrame 303 libavfilter/af_chorus.c AVFrame *frame; AVFrame 62 libavfilter/af_compand.c AVFrame *delay_frame; AVFrame 68 libavfilter/af_compand.c int (*compand)(AVFilterContext *ctx, AVFrame *frame); AVFrame 175 libavfilter/af_compand.c static int compand_nodelay(AVFilterContext *ctx, AVFrame *frame) AVFrame 181 libavfilter/af_compand.c AVFrame *out_frame; AVFrame 221 libavfilter/af_compand.c static int compand_delay(AVFilterContext *ctx, AVFrame *frame) AVFrame 228 libavfilter/af_compand.c AVFrame *out_frame = NULL; AVFrame 238 libavfilter/af_compand.c AVFrame *delay_frame = s->delay_frame; AVFrame 298 libavfilter/af_compand.c AVFrame *frame = NULL; AVFrame 311 libavfilter/af_compand.c AVFrame *delay_frame = s->delay_frame; AVFrame 546 libavfilter/af_compand.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 39 libavfilter/af_compensationdelay.c AVFrame *delay_frame; AVFrame 121 libavfilter/af_compensationdelay.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 131 libavfilter/af_compensationdelay.c AVFrame *out; AVFrame 84 libavfilter/af_crossfeed.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 97 libavfilter/af_crossfeed.c AVFrame *out; AVFrame 31 libavfilter/af_crystalizer.c AVFrame *prev; AVFrame 238 libavfilter/af_crystalizer.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 243 libavfilter/af_crystalizer.c AVFrame *out; AVFrame 84 libavfilter/af_dcshift.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 88 libavfilter/af_dcshift.c AVFrame *out; AVFrame 118 libavfilter/af_deesser.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 123 libavfilter/af_deesser.c AVFrame *out; AVFrame 128 libavfilter/af_drmeter.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 391 libavfilter/af_dynaudnorm.c static double find_peak_magnitude(AVFrame *frame, int channel) AVFrame 413 libavfilter/af_dynaudnorm.c static double compute_frame_rms(AVFrame *frame, int channel) AVFrame 440 libavfilter/af_dynaudnorm.c static local_gain get_max_local_gain(DynamicAudioNormalizerContext *s, AVFrame *frame, AVFrame 543 libavfilter/af_dynaudnorm.c static void perform_dc_correction(DynamicAudioNormalizerContext *s, AVFrame *frame) AVFrame 589 libavfilter/af_dynaudnorm.c AVFrame *frame, int channel) AVFrame 615 libavfilter/af_dynaudnorm.c static void perform_compression(DynamicAudioNormalizerContext *s, AVFrame *frame) AVFrame 660 libavfilter/af_dynaudnorm.c static void analyze_frame(DynamicAudioNormalizerContext *s, AVFrame *frame) AVFrame 684 libavfilter/af_dynaudnorm.c static void amplify_frame(DynamicAudioNormalizerContext *s, AVFrame *frame, int enabled) AVFrame 706 libavfilter/af_dynaudnorm.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 716 libavfilter/af_dynaudnorm.c AVFrame *out = ff_bufqueue_get(&s->queue); AVFrame 740 libavfilter/af_dynaudnorm.c AVFrame *out = ff_get_audio_buffer(outlink, s->frame_len); AVFrame 770 libavfilter/af_dynaudnorm.c AVFrame *out = ff_bufqueue_get(&s->queue); AVFrame 784 libavfilter/af_dynaudnorm.c AVFrame *in = NULL; AVFrame 114 libavfilter/af_earwax.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 118 libavfilter/af_earwax.c AVFrame *outsamples = ff_get_audio_buffer(outlink, insamples->nb_samples); AVFrame 60 libavfilter/af_extrastereo.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 67 libavfilter/af_extrastereo.c AVFrame *out; AVFrame 844 libavfilter/af_firequalizer.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 888 libavfilter/af_firequalizer.c AVFrame *frame = ff_get_audio_buffer(outlink, FFMIN(s->remaining, s->frame_nsamples_max)); AVFrame 141 libavfilter/af_flanger.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 145 libavfilter/af_flanger.c AVFrame *out_frame; AVFrame 130 libavfilter/af_haas.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 140 libavfilter/af_haas.c AVFrame *out; AVFrame 1527 libavfilter/af_hdcd.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1532 libavfilter/af_hdcd.c AVFrame *out; AVFrame 83 libavfilter/af_headphone.c AVFrame *frame; AVFrame 154 libavfilter/af_headphone.c AVFrame *in, *out; AVFrame 169 libavfilter/af_headphone.c AVFrame *in = td->in, *out = td->out; AVFrame 243 libavfilter/af_headphone.c AVFrame *in = td->in, *out = td->out; AVFrame 354 libavfilter/af_headphone.c static int headphone_frame(HeadphoneContext *s, AVFrame *in, AVFilterLink *outlink) AVFrame 359 libavfilter/af_headphone.c AVFrame *out; AVFrame 622 libavfilter/af_headphone.c AVFrame *in = NULL; AVFrame 60 libavfilter/af_join.c AVFrame **input_frames; AVFrame 369 libavfilter/af_join.c AVFrame *frame; AVFrame 399 libavfilter/af_join.c AVFrame *cur = s->input_frames[ch->input]; AVFrame 141 libavfilter/af_ladspa.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 145 libavfilter/af_ladspa.c AVFrame *out; AVFrame 194 libavfilter/af_ladspa.c AVFrame *out; AVFrame 409 libavfilter/af_loudnorm.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 414 libavfilter/af_loudnorm.c AVFrame *out; AVFrame 652 libavfilter/af_loudnorm.c AVFrame *frame; AVFrame 168 libavfilter/af_lv2.c static void connect_ports(LV2Context *s, AVFrame *in, AVFrame *out) AVFrame 201 libavfilter/af_lv2.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 205 libavfilter/af_lv2.c AVFrame *out; AVFrame 233 libavfilter/af_lv2.c AVFrame *out; AVFrame 76 libavfilter/af_mcompand.c AVFrame *delay_buf; AVFrame 89 libavfilter/af_mcompand.c AVFrame *band_buf1, *band_buf2, *band_buf3; AVFrame 593 libavfilter/af_mcompand.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 598 libavfilter/af_mcompand.c AVFrame *out, *abuf, *bbuf, *cbuf; AVFrame 640 libavfilter/af_mcompand.c FFSWAP(AVFrame *, abuf, cbuf); AVFrame 395 libavfilter/af_pan.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 400 libavfilter/af_pan.c AVFrame *outsamples = ff_get_audio_buffer(outlink, n); AVFrame 549 libavfilter/af_replaygain.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 555 libavfilter/af_replaygain.c AVFrame *out; AVFrame 198 libavfilter/af_resample.c AVFrame *frame; AVFrame 223 libavfilter/af_resample.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 231 libavfilter/af_resample.c AVFrame *out; AVFrame 122 libavfilter/af_rubberband.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 127 libavfilter/af_rubberband.c AVFrame *out; AVFrame 183 libavfilter/af_rubberband.c AVFrame *in = NULL; AVFrame 236 libavfilter/af_sidechaincompress.c AVFrame *out = NULL, *in[2] = { NULL }; AVFrame 405 libavfilter/af_sidechaincompress.c static int acompressor_filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 411 libavfilter/af_sidechaincompress.c AVFrame *out; AVFrame 48 libavfilter/af_silencedetect.c void (*silencedetect)(struct SilenceDetectContext *s, AVFrame *insamples, AVFrame 68 libavfilter/af_silencedetect.c static void set_meta(AVFrame *insamples, int channel, const char *key, char *value) AVFrame 78 libavfilter/af_silencedetect.c static av_always_inline void update(SilenceDetectContext *s, AVFrame *insamples, AVFrame 121 libavfilter/af_silencedetect.c static void silencedetect_##name(SilenceDetectContext *s, AVFrame *insamples, \ AVFrame 173 libavfilter/af_silencedetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 267 libavfilter/af_silenceremove.c AVFrame *out, AVFilterLink *outlink, AVFrame 270 libavfilter/af_silenceremove.c AVFrame *silence; AVFrame 320 libavfilter/af_silenceremove.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 328 libavfilter/af_silenceremove.c AVFrame *out; AVFrame 591 libavfilter/af_silenceremove.c AVFrame *frame; AVFrame 320 libavfilter/af_sofalizer.c AVFrame *in, *out; AVFrame 335 libavfilter/af_sofalizer.c AVFrame *in = td->in, *out = td->out; AVFrame 435 libavfilter/af_sofalizer.c AVFrame *in = td->in, *out = td->out; AVFrame 569 libavfilter/af_sofalizer.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 576 libavfilter/af_sofalizer.c AVFrame *out; AVFrame 613 libavfilter/af_sofalizer.c AVFrame *in; AVFrame 137 libavfilter/af_stereotools.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 160 libavfilter/af_stereotools.c AVFrame *out; AVFrame 86 libavfilter/af_stereowiden.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 95 libavfilter/af_stereowiden.c AVFrame *out; AVFrame 52 libavfilter/af_superequalizer.c AVFrame *in, *out; AVFrame 185 libavfilter/af_superequalizer.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 194 libavfilter/af_superequalizer.c AVFrame *out = ff_get_audio_buffer(outlink, s->winlen); AVFrame 249 libavfilter/af_superequalizer.c AVFrame *in = NULL; AVFrame 100 libavfilter/af_surround.c AVFrame *input; AVFrame 101 libavfilter/af_surround.c AVFrame *output; AVFrame 102 libavfilter/af_surround.c AVFrame *overlap_buffer; AVFrame 1554 libavfilter/af_surround.c AVFrame *out = arg; AVFrame 1585 libavfilter/af_surround.c AVFrame *out; AVFrame 1615 libavfilter/af_surround.c AVFrame *in = NULL; AVFrame 46 libavfilter/af_tremolo.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 54 libavfilter/af_tremolo.c AVFrame *out; AVFrame 53 libavfilter/af_vibrato.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 58 libavfilter/af_vibrato.c AVFrame *out; AVFrame 342 libavfilter/af_volume.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 348 libavfilter/af_volume.c AVFrame *out_buf; AVFrame 60 libavfilter/af_volumedetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *samples) AVFrame 25 libavfilter/asink_anullsink.c static int null_filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 293 libavfilter/asrc_afirsrc.c AVFrame *frame; AVFrame 206 libavfilter/asrc_anoisesrc.c AVFrame *frame; AVFrame 110 libavfilter/asrc_anullsrc.c AVFrame *samplesref; AVFrame 244 libavfilter/asrc_flite.c AVFrame *samplesref; AVFrame 163 libavfilter/asrc_hilbert.c AVFrame *frame; AVFrame 51 libavfilter/asrc_sinc.c AVFrame *frame = NULL; AVFrame 220 libavfilter/asrc_sine.c AVFrame *frame; AVFrame 33 libavfilter/audio.c AVFrame *ff_null_get_audio_buffer(AVFilterLink *link, int nb_samples) AVFrame 38 libavfilter/audio.c AVFrame *ff_default_get_audio_buffer(AVFilterLink *link, int nb_samples) AVFrame 40 libavfilter/audio.c AVFrame *frame = NULL; AVFrame 86 libavfilter/audio.c AVFrame *ff_get_audio_buffer(AVFilterLink *link, int nb_samples) AVFrame 88 libavfilter/audio.c AVFrame *ret = NULL; AVFrame 47 libavfilter/audio.h AVFrame *ff_default_get_audio_buffer(AVFilterLink *link, int nb_samples); AVFrame 50 libavfilter/audio.h AVFrame *ff_null_get_audio_buffer(AVFilterLink *link, int nb_samples); AVFrame 61 libavfilter/audio.h AVFrame *ff_get_audio_buffer(AVFilterLink *link, int nb_samples); AVFrame 150 libavfilter/avf_abitscope.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 155 libavfilter/avf_abitscope.c AVFrame *outpicref; AVFrame 229 libavfilter/avf_abitscope.c AVFrame *in; AVFrame 39 libavfilter/avf_ahistogram.c AVFrame *out; AVFrame 56 libavfilter/avf_ahistogram.c AVFrame *in[101]; AVFrame 157 libavfilter/avf_ahistogram.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 166 libavfilter/avf_ahistogram.c AVFrame *clone; AVFrame 379 libavfilter/avf_ahistogram.c AVFrame *in; AVFrame 39 libavfilter/avf_aphasemeter.c AVFrame *out; AVFrame 143 libavfilter/avf_aphasemeter.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 154 libavfilter/avf_aphasemeter.c AVFrame *out; AVFrame 216 libavfilter/avf_aphasemeter.c AVFrame *clone; AVFrame 60 libavfilter/avf_avectorscope.c AVFrame *outpicref; AVFrame 234 libavfilter/avf_avectorscope.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 241 libavfilter/avf_avectorscope.c AVFrame *clone; AVFrame 376 libavfilter/avf_avectorscope.c AVFrame *in; AVFrame 174 libavfilter/avf_concat.c static int push_frame(AVFilterContext *ctx, unsigned in_no, AVFrame *buf) AVFrame 199 libavfilter/avf_concat.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 208 libavfilter/avf_concat.c static AVFrame *get_audio_buffer(AVFilterLink *inlink, int nb_samples) AVFrame 250 libavfilter/avf_concat.c AVFrame *buf; AVFrame 361 libavfilter/avf_concat.c AVFrame *frame; AVFrame 359 libavfilter/avf_showcqt.c static AVFrame *alloc_frame_empty(enum AVPixelFormat format, int w, int h) AVFrame 361 libavfilter/avf_showcqt.c AVFrame *out; AVFrame 458 libavfilter/avf_showcqt.c static int init_axis_color(ShowCQTContext *s, AVFrame *tmp, int half) AVFrame 505 libavfilter/avf_showcqt.c static int render_freetype(ShowCQTContext *s, AVFrame *tmp, char *fontfile) AVFrame 589 libavfilter/avf_showcqt.c static int render_fontconfig(ShowCQTContext *s, AVFrame *tmp, char* font) AVFrame 653 libavfilter/avf_showcqt.c static int render_default_font(AVFrame *tmp) AVFrame 681 libavfilter/avf_showcqt.c AVFrame *tmp = NULL; AVFrame 757 libavfilter/avf_showcqt.c static void draw_bar_rgb(AVFrame *out, const float *h, const float *rcp_h, AVFrame 810 libavfilter/avf_showcqt.c static void draw_bar_yuv(AVFrame *out, const float *h, const float *rcp_h, AVFrame 861 libavfilter/avf_showcqt.c static void draw_axis_rgb(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off) AVFrame 963 libavfilter/avf_showcqt.c static void draw_axis_yuv(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off) AVFrame 1028 libavfilter/avf_showcqt.c static void draw_sono(AVFrame *out, AVFrame *sono, int off, int idx) AVFrame 1052 libavfilter/avf_showcqt.c static void update_sono_rgb(AVFrame *sono, const ColorFloat *c, int idx) AVFrame 1064 libavfilter/avf_showcqt.c static void update_sono_yuv(AVFrame *sono, const ColorFloat *c, int idx) AVFrame 1129 libavfilter/avf_showcqt.c static int plot_cqt(AVFilterContext *ctx, AVFrame **frameout) AVFrame 1168 libavfilter/avf_showcqt.c AVFrame *out = *frameout = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 1481 libavfilter/avf_showcqt.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 1488 libavfilter/avf_showcqt.c AVFrame *out = NULL; AVFrame 49 libavfilter/avf_showcqt.h AVFrame *axis_frame; AVFrame 50 libavfilter/avf_showcqt.h AVFrame *sono_frame; AVFrame 82 libavfilter/avf_showcqt.h void (*draw_bar)(AVFrame *out, const float *h, const float *rcp_h, AVFrame 84 libavfilter/avf_showcqt.h void (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off); AVFrame 85 libavfilter/avf_showcqt.h void (*draw_sono)(AVFrame *out, AVFrame *sono, int off, int idx); AVFrame 86 libavfilter/avf_showcqt.h void (*update_sono)(AVFrame *sono, const ColorFloat *c, int idx); AVFrame 236 libavfilter/avf_showfreqs.c static inline void draw_dot(AVFrame *out, int x, int y, uint8_t fg[4]) AVFrame 279 libavfilter/avf_showfreqs.c AVFrame *out, AVFilterLink *outlink) AVFrame 360 libavfilter/avf_showfreqs.c static int plot_freqs(AVFilterLink *inlink, AVFrame *in) AVFrame 367 libavfilter/avf_showfreqs.c AVFrame *out; AVFrame 436 libavfilter/avf_showfreqs.c AVFrame *fin = NULL; AVFrame 465 libavfilter/avf_showfreqs.c AVFrame *in = NULL; AVFrame 137 libavfilter/avf_showspatial.c AVFrame *fin = arg; AVFrame 232 libavfilter/avf_showspatial.c static int draw_spatial(AVFilterLink *inlink, AVFrame *insamples) AVFrame 237 libavfilter/avf_showspatial.c AVFrame *outpicref; AVFrame 291 libavfilter/avf_showspatial.c AVFrame *frame = NULL; AVFrame 306 libavfilter/avf_showspatial.c AVFrame *fin = ff_get_audio_buffer(inlink, s->win_size); AVFrame 60 libavfilter/avf_showspectrum.c AVFrame *outpicref; AVFrame 382 libavfilter/avf_showspectrum.c AVFrame *fin = arg; AVFrame 477 libavfilter/avf_showspectrum.c static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o) AVFrame 1050 libavfilter/avf_showspectrum.c AVFrame *outpicref; AVFrame 1277 libavfilter/avf_showspectrum.c static int plot_spectrum_column(AVFilterLink *inlink, AVFrame *insamples) AVFrame 1282 libavfilter/avf_showspectrum.c AVFrame *outpicref = s->outpicref; AVFrame 1368 libavfilter/avf_showspectrum.c AVFrame *clone; AVFrame 1423 libavfilter/avf_showspectrum.c AVFrame *frame = NULL; AVFrame 1439 libavfilter/avf_showspectrum.c AVFrame *fin = ff_get_audio_buffer(inlink, s->win_size); AVFrame 1626 libavfilter/avf_showspectrum.c AVFrame *fin; AVFrame 1682 libavfilter/avf_showspectrum.c static int showspectrumpic_filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 52 libavfilter/avf_showvolume.c AVFrame *out; AVFrame 230 libavfilter/avf_showvolume.c static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o) AVFrame 318 libavfilter/avf_showvolume.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 325 libavfilter/avf_showvolume.c AVFrame *out; AVFrame 455 libavfilter/avf_showvolume.c AVFrame *in = NULL; AVFrame 61 libavfilter/avf_showwaves.c AVFrame *frame; AVFrame 72 libavfilter/avf_showwaves.c AVFrame *outpicref; AVFrame 566 libavfilter/avf_showwaves.c AVFrame *out = showwaves->outpicref; AVFrame 586 libavfilter/avf_showwaves.c const AVFrame *frame = node->frame; AVFrame 638 libavfilter/avf_showwaves.c const AVFrame *in) AVFrame 642 libavfilter/avf_showwaves.c AVFrame *out = showwaves->outpicref = AVFrame 671 libavfilter/avf_showwaves.c static int showwaves_filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 677 libavfilter/avf_showwaves.c AVFrame *outpicref = showwaves->outpicref; AVFrame 727 libavfilter/avf_showwaves.c AVFrame *in; AVFrame 814 libavfilter/avf_showwaves.c static int showwavespic_filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 49 libavfilter/avfilter.c void ff_tlog_ref(void *ctx, AVFrame *ref, int end) AVFrame 1039 libavfilter/avfilter.c static int default_filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 1044 libavfilter/avfilter.c static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame) AVFrame 1046 libavfilter/avfilter.c int (*filter_frame)(AVFilterLink *, AVFrame *); AVFrame 1075 libavfilter/avfilter.c int ff_filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 1134 libavfilter/avfilter.c AVFrame **rframe) AVFrame 1136 libavfilter/avfilter.c AVFrame *frame0, *frame, *buf; AVFrame 1195 libavfilter/avfilter.c AVFrame *frame = NULL; AVFrame 1468 libavfilter/avfilter.c static void consume_update(AVFilterLink *link, const AVFrame *frame) AVFrame 1476 libavfilter/avfilter.c int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe) AVFrame 1478 libavfilter/avfilter.c AVFrame *frame; AVFrame 1496 libavfilter/avfilter.c AVFrame **rframe) AVFrame 1498 libavfilter/avfilter.c AVFrame *frame; AVFrame 1515 libavfilter/avfilter.c AVFrame *ff_inlink_peek_frame(AVFilterLink *link, size_t idx) AVFrame 1520 libavfilter/avfilter.c int ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe) AVFrame 1522 libavfilter/avfilter.c AVFrame *frame = *rframe; AVFrame 1523 libavfilter/avfilter.c AVFrame *out; AVFrame 1569 libavfilter/avfilter.c int ff_inlink_process_commands(AVFilterLink *link, const AVFrame *frame) AVFrame 1584 libavfilter/avfilter.c int ff_inlink_evaluate_timeline_at_frame(AVFilterLink *link, const AVFrame *frame) AVFrame 1618 libavfilter/avfilter.c AVFrame *frame = ff_framequeue_take(&link->fifo); AVFrame 547 libavfilter/avfilter.h AVFrame *partial_buf; AVFrame 50 libavfilter/bufferqueue.h AVFrame *queue[FF_BUFQUEUE_SIZE]; AVFrame 72 libavfilter/bufferqueue.h AVFrame *buf) AVFrame 87 libavfilter/bufferqueue.h static inline AVFrame *ff_bufqueue_peek(struct FFBufQueue *queue, AVFrame 98 libavfilter/bufferqueue.h static inline AVFrame *ff_bufqueue_get(struct FFBufQueue *queue) AVFrame 100 libavfilter/bufferqueue.h AVFrame *ret = queue->queue[queue->head]; AVFrame 114 libavfilter/bufferqueue.h AVFrame *buf = ff_bufqueue_get(queue); AVFrame 60 libavfilter/buffersink.c AVFrame *peeked_frame; AVFrame 65 libavfilter/buffersink.c int attribute_align_arg av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame) AVFrame 70 libavfilter/buffersink.c static int return_or_keep_frame(BufferSinkContext *buf, AVFrame *out, AVFrame *in, int flags) AVFrame 84 libavfilter/buffersink.c static int get_frame_internal(AVFilterContext *ctx, AVFrame *frame, int flags, int samples) AVFrame 89 libavfilter/buffersink.c AVFrame *cur_frame; AVFrame 117 libavfilter/buffersink.c int attribute_align_arg av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags) AVFrame 123 libavfilter/buffersink.c AVFrame *frame, int nb_samples) AVFrame 46 libavfilter/buffersink.h int av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags); AVFrame 144 libavfilter/buffersink.h int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame); AVFrame 163 libavfilter/buffersink.h int av_buffersink_get_samples(AVFilterContext *ctx, AVFrame *frame, int nb_samples); AVFrame 141 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame) AVFrame 143 libavfilter/buffersrc.c return av_buffersrc_add_frame_flags(ctx, (AVFrame *)frame, AVFrame 147 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame) AVFrame 153 libavfilter/buffersrc.c AVFrame *frame, int flags); AVFrame 155 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_add_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags) AVFrame 157 libavfilter/buffersrc.c AVFrame *copy = NULL; AVFrame 194 libavfilter/buffersrc.c AVFrame *frame, int flags) AVFrame 197 libavfilter/buffersrc.c AVFrame *copy; AVFrame 154 libavfilter/buffersrc.h int av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame); AVFrame 175 libavfilter/buffersrc.h int av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame); AVFrame 194 libavfilter/buffersrc.h AVFrame *frame, int flags); AVFrame 168 libavfilter/colorspace.c double ff_determine_signal_peak(AVFrame *in) AVFrame 193 libavfilter/colorspace.c void ff_update_hdr_metadata(AVFrame *in, double peak) AVFrame 51 libavfilter/colorspace.h double ff_determine_signal_peak(AVFrame *in); AVFrame 52 libavfilter/colorspace.h void ff_update_hdr_metadata(AVFrame *in, double peak); AVFrame 60 libavfilter/deshake.h AVFrame *ref; ///< Previous frame AVFrame 80 libavfilter/deshake.h enum FillMethod fill, AVFrame *in, AVFrame *out); AVFrame 59 libavfilter/f_bench.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 45 libavfilter/f_cue.c AVFrame *frame = ff_inlink_peek_frame(inlink, 0); AVFrame 45 libavfilter/f_drawgraph.c AVFrame *out; AVFrame 143 libavfilter/f_drawgraph.c static void clear_image(DrawGraphContext *s, AVFrame *out, AVFilterLink *outlink) AVFrame 153 libavfilter/f_drawgraph.c static inline void draw_dot(int fg, int x, int y, AVFrame *out) AVFrame 158 libavfilter/f_drawgraph.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 165 libavfilter/f_drawgraph.c AVFrame *out = s->out; AVFrame 166 libavfilter/f_drawgraph.c AVFrame *clone = NULL; AVFrame 342 libavfilter/f_drawgraph.c AVFrame *out = s->out; AVFrame 113 libavfilter/f_ebur128.c AVFrame *outpicref; ///< output picture reference, updated regularly AVFrame 247 libavfilter/f_ebur128.c static void drawtext(AVFrame *pic, int x, int y, int ftid, const uint8_t *color, const char *fmt, ...) AVFrame 280 libavfilter/f_ebur128.c static void drawline(AVFrame *pic, int x, int y, int len, int step) AVFrame 297 libavfilter/f_ebur128.c AVFrame *outpicref; AVFrame 588 libavfilter/f_ebur128.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) AVFrame 596 libavfilter/f_ebur128.c AVFrame *pic = ebur128->outpicref; AVFrame 777 libavfilter/f_ebur128.c AVFrame *clone; AVFrame 109 libavfilter/f_graphmonitor.c static void clear_image(GraphMonitorContext *s, AVFrame *out, AVFilterLink *outlink) AVFrame 118 libavfilter/f_graphmonitor.c static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint8_t *color) AVFrame 169 libavfilter/f_graphmonitor.c static void draw_items(AVFilterContext *ctx, AVFrame *out, AVFrame 245 libavfilter/f_graphmonitor.c AVFrame *out; AVFrame 318 libavfilter/f_graphmonitor.c AVFrame *frame = NULL; AVFrame 80 libavfilter/f_interleave.c AVFrame *frame; AVFrame 106 libavfilter/f_interleave.c AVFrame *frame; AVFrame 38 libavfilter/f_loop.c AVFrame **frames; AVFrame 96 libavfilter/f_loop.c AVFrame *out; AVFrame 130 libavfilter/f_loop.c static int afilter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 192 libavfilter/f_loop.c AVFrame *out; AVFrame 221 libavfilter/f_loop.c AVFrame *frame = NULL; AVFrame 330 libavfilter/f_loop.c AVFrame *out = av_frame_clone(s->frames[s->current_frame]); AVFrame 354 libavfilter/f_loop.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 395 libavfilter/f_loop.c AVFrame *frame = NULL; AVFrame 299 libavfilter/f_metadata.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 77 libavfilter/f_perms.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 82 libavfilter/f_perms.c AVFrame *out = frame; AVFrame 35 libavfilter/f_realtime.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 31 libavfilter/f_reverse.c AVFrame **frames; AVFrame 70 libavfilter/f_reverse.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 108 libavfilter/f_reverse.c AVFrame *out = s->frames[s->nb_frames - 1]; AVFrame 173 libavfilter/f_reverse.c static void reverse_samples_planar(AVFrame *out) AVFrame 211 libavfilter/f_reverse.c static void reverse_samples_packed(AVFrame *out) AVFrame 263 libavfilter/f_reverse.c AVFrame *out = s->frames[s->nb_frames - 1]; AVFrame 156 libavfilter/f_select.c AVFrame *prev_picref; ///< previous frame (scene detect only) AVFrame 273 libavfilter/f_select.c static double get_scene_score(AVFilterContext *ctx, AVFrame *frame) AVFrame 277 libavfilter/f_select.c AVFrame *prev_picref = select->prev_picref; AVFrame 306 libavfilter/f_select.c static double get_concatdec_select(AVFrame *frame, int64_t pts) AVFrame 331 libavfilter/f_select.c static void select_frame(AVFilterContext *ctx, AVFrame *frame) AVFrame 415 libavfilter/f_select.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 481 libavfilter/f_sendcmd.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref) AVFrame 118 libavfilter/f_sidedata.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 38 libavfilter/f_streamselect.c AVFrame **frames; AVFrame 57 libavfilter/f_streamselect.c AVFrame **in = s->frames; AVFrame 68 libavfilter/f_streamselect.c AVFrame *out; AVFrame 150 libavfilter/f_zmq.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref) AVFrame 38 libavfilter/fifo.c AVFrame *frame; AVFrame 50 libavfilter/fifo.c AVFrame *out; AVFrame 76 libavfilter/fifo.c static int add_to_queue(AVFilterLink *inlink, AVFrame *frame) AVFrame 104 libavfilter/fifo.c static void buffer_offset(AVFilterLink *link, AVFrame *frame, AVFrame 129 libavfilter/fifo.c static int calc_ptr_alignment(AVFrame *frame) AVFrame 150 libavfilter/fifo.c AVFrame *head = s->root.next ? s->root.next->frame : NULL; AVFrame 151 libavfilter/fifo.c AVFrame *out; AVFrame 53 libavfilter/filters.h int ff_inlink_process_commands(AVFilterLink *link, const AVFrame *frame); AVFrame 61 libavfilter/filters.h int ff_inlink_evaluate_timeline_at_frame(AVFilterLink *link, const AVFrame *frame); AVFrame 101 libavfilter/filters.h int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe); AVFrame 116 libavfilter/filters.h AVFrame **rframe); AVFrame 123 libavfilter/filters.h AVFrame *ff_inlink_peek_frame(AVFilterLink *link, size_t idx); AVFrame 130 libavfilter/filters.h int ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe); AVFrame 195 libavfilter/framepool.c AVFrame *ff_frame_pool_get(FFFramePool *pool) AVFrame 198 libavfilter/framepool.c AVFrame *frame; AVFrame 115 libavfilter/framepool.h AVFrame *ff_frame_pool_get(FFFramePool *pool); AVFrame 56 libavfilter/framequeue.c AVFrame *frame = ff_framequeue_take(fq); AVFrame 63 libavfilter/framequeue.c int ff_framequeue_add(FFFrameQueue *fq, AVFrame *frame) AVFrame 98 libavfilter/framequeue.c AVFrame *ff_framequeue_take(FFFrameQueue *fq) AVFrame 115 libavfilter/framequeue.c AVFrame *ff_framequeue_peek(FFFrameQueue *fq, size_t idx) AVFrame 35 libavfilter/framequeue.h AVFrame *frame; AVFrame 129 libavfilter/framequeue.h int ff_framequeue_add(FFFrameQueue *fq, AVFrame *frame); AVFrame 135 libavfilter/framequeue.h AVFrame *ff_framequeue_take(FFFrameQueue *fq); AVFrame 141 libavfilter/framequeue.h AVFrame *ff_framequeue_peek(FFFrameQueue *fq, size_t idx); AVFrame 56 libavfilter/framerate.h AVFrame *work; AVFrame 58 libavfilter/framerate.h AVFrame *f0; ///< last frame AVFrame 59 libavfilter/framerate.h AVFrame *f1; ///< current frame AVFrame 221 libavfilter/framesync.c static void framesync_inject_frame(FFFrameSync *fs, unsigned in, AVFrame *frame) AVFrame 246 libavfilter/framesync.c int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, AVFrame 249 libavfilter/framesync.c AVFrame *frame; AVFrame 298 libavfilter/framesync.c AVFrame *frame = NULL; AVFrame 369 libavfilter/framesync.c int ff_framesync_dualinput_get(FFFrameSync *fs, AVFrame **f0, AVFrame **f1) AVFrame 372 libavfilter/framesync.c AVFrame *mainpic = NULL, *secondpic = NULL; AVFrame 389 libavfilter/framesync.c int ff_framesync_dualinput_get_writable(FFFrameSync *fs, AVFrame **f0, AVFrame **f1) AVFrame 101 libavfilter/framesync.h AVFrame *frame; AVFrame 106 libavfilter/framesync.h AVFrame *frame_next; AVFrame 261 libavfilter/framesync.h int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, AVFrame 293 libavfilter/framesync.h int ff_framesync_dualinput_get(FFFrameSync *fs, AVFrame **f0, AVFrame **f1); AVFrame 298 libavfilter/framesync.h int ff_framesync_dualinput_get_writable(FFFrameSync *fs, AVFrame **f0, AVFrame **f1); AVFrame 73 libavfilter/internal.h AVFrame *(*get_video_buffer)(AVFilterLink *link, int w, int h); AVFrame 81 libavfilter/internal.h AVFrame *(*get_audio_buffer)(AVFilterLink *link, int nb_samples); AVFrame 93 libavfilter/internal.h int (*filter_frame)(AVFilterLink *link, AVFrame *frame); AVFrame 243 libavfilter/internal.h void ff_tlog_ref(void *ctx, AVFrame *ref, int end); AVFrame 342 libavfilter/internal.h int ff_filter_frame(AVFilterLink *link, AVFrame *frame); AVFrame 33 libavfilter/lavfutils.c AVFrame *frame; AVFrame 280 libavfilter/opencl.c AVFrame *frame, int plane, AVFrame 288 libavfilter/opencl.h AVFrame *frame, int plane, AVFrame 55 libavfilter/phase_template.c static enum PhaseMode fn(analyze_plane)(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new) AVFrame 41 libavfilter/qsvvpp.c AVFrame *frame; AVFrame 50 libavfilter/qsvvpp.c int (*filter_frame) (AVFilterLink *outlink, AVFrame *frame);/* callback */ AVFrame 152 libavfilter/qsvvpp.c static int map_frame_to_surface(AVFrame *frame, mfxFrameSurface1 *surface) AVFrame 278 libavfilter/qsvvpp.c static QSVFrame *submit_frame(QSVVPPContext *s, AVFilterLink *inlink, AVFrame *picref) AVFrame 688 libavfilter/qsvvpp.c int ff_qsvvpp_filter_frame(QSVVPPContext *s, AVFilterLink *inlink, AVFrame *picref) AVFrame 51 libavfilter/qsvvpp.h int (*filter_frame)(AVFilterLink *outlink, AVFrame *frame); AVFrame 72 libavfilter/qsvvpp.h int ff_qsvvpp_filter_frame(QSVVPPContext *vpp, AVFilterLink *inlink, AVFrame *frame); AVFrame 158 libavfilter/setpts.c static double eval_pts(SetPTSContext *setpts, AVFilterLink *inlink, AVFrame *frame, int64_t pts) AVFrame 182 libavfilter/setpts.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 231 libavfilter/setpts.c AVFrame *in; AVFrame 123 libavfilter/settb.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 137 libavfilter/settb.c AVFrame *in; AVFrame 76 libavfilter/split.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 82 libavfilter/split.c AVFrame *buf_out; AVFrame 413 libavfilter/src_movie.c AVFrame *frame, enum AVMediaType frame_type, AVFrame 480 libavfilter/src_movie.c AVFrame *frame; AVFrame 45 libavfilter/threshold.h AVFrame *frames[4]; AVFrame 72 libavfilter/tinterlace.h AVFrame *cur; AVFrame 73 libavfilter/tinterlace.h AVFrame *next; AVFrame 124 libavfilter/trim.c static int trim_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 222 libavfilter/trim.c static int atrim_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 307 libavfilter/trim.c AVFrame *out = ff_get_audio_buffer(ctx->outputs[0], end_sample - start_sample); AVFrame 53 libavfilter/unsharp.h int (* apply_unsharp)(AVFilterContext *ctx, AVFrame *in, AVFrame *out); AVFrame 408 libavfilter/vaapi_vpp.c static int vaapi_vpp_frame_is_rgb(const AVFrame *frame) AVFrame 422 libavfilter/vaapi_vpp.c const AVFrame *input_frame, AVFrame 423 libavfilter/vaapi_vpp.c AVFrame *output_frame) AVFrame 517 libavfilter/vaapi_vpp.c const AVFrame *input_frame, AVFrame 518 libavfilter/vaapi_vpp.c AVFrame *output_frame) AVFrame 594 libavfilter/vaapi_vpp.c AVFrame *output_frame) AVFrame 73 libavfilter/vaapi_vpp.h const AVFrame *input_frame, AVFrame 74 libavfilter/vaapi_vpp.h AVFrame *output_frame); AVFrame 84 libavfilter/vaapi_vpp.h AVFrame *output_frame); AVFrame 54 libavfilter/vaf_spectrumsynth.c AVFrame *magnitude, *phase; AVFrame 67 libavfilter/vaf_spectrumsynth.c AVFrame *buffer; AVFrame 372 libavfilter/vaf_spectrumsynth.c AVFrame *out; AVFrame 473 libavfilter/vaf_spectrumsynth.c static int filter_frame_magnitude(AVFilterLink *inlink, AVFrame *magnitude) AVFrame 482 libavfilter/vaf_spectrumsynth.c static int filter_frame_phase(AVFilterLink *inlink, AVFrame *phase) AVFrame 94 libavfilter/vf_addroi.c static int addroi_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 45 libavfilter/vf_alphamerge.c AVFrame *main_frame; AVFrame 46 libavfilter/vf_alphamerge.c AVFrame *alpha_frame; AVFrame 112 libavfilter/vf_alphamerge.c AVFrame *main_buf, AVFrame 113 libavfilter/vf_alphamerge.c AVFrame *alpha_buf) AVFrame 50 libavfilter/vf_amplify.c AVFrame **frames; AVFrame 101 libavfilter/vf_amplify.c AVFrame **in, *out; AVFrame 108 libavfilter/vf_amplify.c AVFrame **in = td->in; AVFrame 109 libavfilter/vf_amplify.c AVFrame *out = td->out; AVFrame 244 libavfilter/vf_amplify.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 250 libavfilter/vf_amplify.c AVFrame *out; AVFrame 67 libavfilter/vf_aspect.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 138 libavfilter/vf_atadenoise.c AVFrame *in, *out; AVFrame 241 libavfilter/vf_atadenoise.c AVFrame *in = td->in; AVFrame 242 libavfilter/vf_atadenoise.c AVFrame *out = td->out; AVFrame 317 libavfilter/vf_atadenoise.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 322 libavfilter/vf_atadenoise.c AVFrame *out, *in; AVFrame 355 libavfilter/vf_atadenoise.c AVFrame *frame = ff_bufqueue_peek(&s->q, i); AVFrame 395 libavfilter/vf_atadenoise.c AVFrame *buf = av_frame_clone(ff_bufqueue_peek(&s->q, s->available)); AVFrame 207 libavfilter/vf_avgblur.c static void averageiir2d(AVFilterContext *ctx, AVFrame *in, AVFrame *out, int plane) AVFrame 252 libavfilter/vf_avgblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 257 libavfilter/vf_avgblur.c AVFrame *out; AVFrame 145 libavfilter/vf_avgblur_opencl.c static int avgblur_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 150 libavfilter/vf_avgblur_opencl.c AVFrame *output = NULL; AVFrame 151 libavfilter/vf_avgblur_opencl.c AVFrame *intermediate = NULL; AVFrame 70 libavfilter/vf_avgblur_vulkan.c static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in) AVFrame 202 libavfilter/vf_avgblur_vulkan.c static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *tmp_f, AVFrame *in_f) AVFrame 321 libavfilter/vf_avgblur_vulkan.c static int avgblur_vulkan_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 324 libavfilter/vf_avgblur_vulkan.c AVFrame *tmp = NULL, *out = NULL; AVFrame 68 libavfilter/vf_bbox.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 292 libavfilter/vf_bilateral.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 297 libavfilter/vf_bilateral.c AVFrame *out; AVFrame 102 libavfilter/vf_bitplanenoise.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 112 libavfilter/vf_bitplanenoise.c AVFrame *out = s->filter ? NULL : in; AVFrame 139 libavfilter/vf_blackdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 67 libavfilter/vf_blackframe.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 48 libavfilter/vf_blend.c AVFrame *prev_frame; /* only used with tblend */ AVFrame 55 libavfilter/vf_blend.c const AVFrame *top, *bottom; AVFrame 56 libavfilter/vf_blend.c AVFrame *dst; AVFrame 606 libavfilter/vf_blend.c static AVFrame *blend_frame(AVFilterContext *ctx, AVFrame *top_buf, AVFrame 607 libavfilter/vf_blend.c const AVFrame *bottom_buf) AVFrame 612 libavfilter/vf_blend.c AVFrame *dst_buf; AVFrame 642 libavfilter/vf_blend.c AVFrame *top_buf, *bottom_buf, *dst_buf; AVFrame 907 libavfilter/vf_blend.c static int tblend_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 914 libavfilter/vf_blend.c AVFrame *out; AVFrame 743 libavfilter/vf_bm3d.c static int filter_frame(AVFilterContext *ctx, AVFrame **out, AVFrame *in, AVFrame *ref) AVFrame 859 libavfilter/vf_bm3d.c AVFrame *frame = NULL; AVFrame 860 libavfilter/vf_bm3d.c AVFrame *out = NULL; AVFrame 893 libavfilter/vf_bm3d.c AVFrame *out = NULL, *src, *ref; AVFrame 227 libavfilter/vf_boxblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 232 libavfilter/vf_boxblur.c AVFrame *out; AVFrame 53 libavfilter/vf_bwdif.c AVFrame *frame; AVFrame 262 libavfilter/vf_bwdif.c static void filter(AVFilterContext *ctx, AVFrame *dstpic, AVFrame 37 libavfilter/vf_cas.c AVFrame *in; AVFrame 52 libavfilter/vf_cas.c AVFrame *out = arg; AVFrame 53 libavfilter/vf_cas.c AVFrame *in = s->in; AVFrame 119 libavfilter/vf_cas.c AVFrame *out = arg; AVFrame 120 libavfilter/vf_cas.c AVFrame *in = s->in; AVFrame 181 libavfilter/vf_cas.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 186 libavfilter/vf_cas.c AVFrame *out; AVFrame 67 libavfilter/vf_chromaber_vulkan.c static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in) AVFrame 172 libavfilter/vf_chromaber_vulkan.c static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *in_f) AVFrame 266 libavfilter/vf_chromaber_vulkan.c static int chromaber_vulkan_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 273 libavfilter/vf_chromaber_vulkan.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 93 libavfilter/vf_chromakey.c static av_always_inline void get_pixel_uv(AVFrame *frame, int hsub_log2, int vsub_log2, int x, int y, uint8_t *u, uint8_t *v) AVFrame 105 libavfilter/vf_chromakey.c static av_always_inline void get_pixel16_uv(AVFrame *frame, int hsub_log2, int vsub_log2, int x, int y, uint16_t *u, uint16_t *v) AVFrame 119 libavfilter/vf_chromakey.c AVFrame *frame = arg; AVFrame 149 libavfilter/vf_chromakey.c AVFrame *frame = arg; AVFrame 184 libavfilter/vf_chromakey.c AVFrame *frame = arg; AVFrame 221 libavfilter/vf_chromakey.c AVFrame *frame = arg; AVFrame 257 libavfilter/vf_chromakey.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 49 libavfilter/vf_chromashift.c AVFrame *in; AVFrame 96 libavfilter/vf_chromashift.c AVFrame *in = s->in; \ AVFrame 97 libavfilter/vf_chromashift.c AVFrame *out = arg; \ AVFrame 138 libavfilter/vf_chromashift.c AVFrame *in = s->in; \ AVFrame 139 libavfilter/vf_chromashift.c AVFrame *out = arg; \ AVFrame 193 libavfilter/vf_chromashift.c AVFrame *in = s->in; \ AVFrame 194 libavfilter/vf_chromashift.c AVFrame *out = arg; \ AVFrame 260 libavfilter/vf_chromashift.c AVFrame *in = s->in; \ AVFrame 261 libavfilter/vf_chromashift.c AVFrame *out = arg; \ AVFrame 345 libavfilter/vf_chromashift.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 350 libavfilter/vf_chromashift.c AVFrame *out; AVFrame 69 libavfilter/vf_ciescope.c AVFrame *f; AVFrame 70 libavfilter/vf_ciescope.c void (*filter)(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y); AVFrame 1242 libavfilter/vf_ciescope.c static void filter_rgb48(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) AVFrame 1254 libavfilter/vf_ciescope.c static void filter_rgba64(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) AVFrame 1266 libavfilter/vf_ciescope.c static void filter_rgb24(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) AVFrame 1278 libavfilter/vf_ciescope.c static void filter_rgba(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) AVFrame 1290 libavfilter/vf_ciescope.c static void filter_xyz(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) AVFrame 1355 libavfilter/vf_ciescope.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1363 libavfilter/vf_ciescope.c AVFrame *out; AVFrame 215 libavfilter/vf_codecview.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 35 libavfilter/vf_colorbalance.c AVFrame *in, *out; AVFrame 162 libavfilter/vf_colorbalance.c AVFrame *in = td->in; AVFrame 163 libavfilter/vf_colorbalance.c AVFrame *out = td->out; AVFrame 215 libavfilter/vf_colorbalance.c AVFrame *in = td->in; AVFrame 216 libavfilter/vf_colorbalance.c AVFrame *out = td->out; AVFrame 269 libavfilter/vf_colorbalance.c AVFrame *in = td->in; AVFrame 270 libavfilter/vf_colorbalance.c AVFrame *out = td->out; AVFrame 320 libavfilter/vf_colorbalance.c AVFrame *in = td->in; AVFrame 321 libavfilter/vf_colorbalance.c AVFrame *out = td->out; AVFrame 396 libavfilter/vf_colorbalance.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 402 libavfilter/vf_colorbalance.c AVFrame *out; AVFrame 35 libavfilter/vf_colorchannelmixer.c AVFrame *in, *out; AVFrame 109 libavfilter/vf_colorchannelmixer.c AVFrame *in = td->in; AVFrame 110 libavfilter/vf_colorchannelmixer.c AVFrame *out = td->out; AVFrame 168 libavfilter/vf_colorchannelmixer.c AVFrame *in = td->in; AVFrame 169 libavfilter/vf_colorchannelmixer.c AVFrame *out = td->out; AVFrame 277 libavfilter/vf_colorchannelmixer.c AVFrame *in = td->in; AVFrame 278 libavfilter/vf_colorchannelmixer.c AVFrame *out = td->out; AVFrame 332 libavfilter/vf_colorchannelmixer.c AVFrame *in = td->in; AVFrame 333 libavfilter/vf_colorchannelmixer.c AVFrame *out = td->out; AVFrame 509 libavfilter/vf_colorchannelmixer.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 515 libavfilter/vf_colorchannelmixer.c AVFrame *out; AVFrame 67 libavfilter/vf_colorconstancy.c AVFrame *in, *out; AVFrame 253 libavfilter/vf_colorconstancy.c AVFrame *in = td->in; AVFrame 441 libavfilter/vf_colorconstancy.c AVFrame *in = td->in; AVFrame 486 libavfilter/vf_colorconstancy.c static int filter_grey_edge(AVFilterContext *ctx, AVFrame *in) AVFrame 565 libavfilter/vf_colorconstancy.c static int illumination_estimation(AVFilterContext *ctx, AVFrame *in) AVFrame 595 libavfilter/vf_colorconstancy.c AVFrame *in = td->in; AVFrame 596 libavfilter/vf_colorconstancy.c AVFrame *out = td->out; AVFrame 626 libavfilter/vf_colorconstancy.c static void chromatic_adaptation(AVFilterContext *ctx, AVFrame *in, AVFrame *out) AVFrame 677 libavfilter/vf_colorconstancy.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 681 libavfilter/vf_colorconstancy.c AVFrame *out; AVFrame 59 libavfilter/vf_colorkey.c AVFrame *frame = arg; AVFrame 85 libavfilter/vf_colorkey.c AVFrame *frame = arg; AVFrame 132 libavfilter/vf_colorkey.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 91 libavfilter/vf_colorkey_opencl.c static int filter_frame(AVFilterLink *link, AVFrame *input_frame) AVFrame 96 libavfilter/vf_colorkey_opencl.c AVFrame *output_frame = NULL; AVFrame 170 libavfilter/vf_colorlevels.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 176 libavfilter/vf_colorlevels.c AVFrame *out; AVFrame 71 libavfilter/vf_colormatrix.c AVFrame *dst; AVFrame 72 libavfilter/vf_colormatrix.c const AVFrame *src; AVFrame 208 libavfilter/vf_colormatrix.c const AVFrame *src = td->src; AVFrame 209 libavfilter/vf_colormatrix.c AVFrame *dst = td->dst; AVFrame 246 libavfilter/vf_colormatrix.c const AVFrame *src = td->src; AVFrame 247 libavfilter/vf_colormatrix.c AVFrame *dst = td->dst; AVFrame 293 libavfilter/vf_colormatrix.c const AVFrame *src = td->src; AVFrame 294 libavfilter/vf_colormatrix.c AVFrame *dst = td->dst; AVFrame 341 libavfilter/vf_colormatrix.c const AVFrame *src = td->src; AVFrame 342 libavfilter/vf_colormatrix.c AVFrame *dst = td->dst; AVFrame 422 libavfilter/vf_colormatrix.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 427 libavfilter/vf_colormatrix.c AVFrame *out; AVFrame 335 libavfilter/vf_colorspace.c AVFrame *in, *out; AVFrame 441 libavfilter/vf_colorspace.c const AVFrame *in, const AVFrame *out) AVFrame 762 libavfilter/vf_colorspace.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 770 libavfilter/vf_colorspace.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 107 libavfilter/vf_convolution.c AVFrame *in, *out; AVFrame 489 libavfilter/vf_convolution.c AVFrame *in = td->in; AVFrame 490 libavfilter/vf_convolution.c AVFrame *out = td->out; AVFrame 612 libavfilter/vf_convolution.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 617 libavfilter/vf_convolution.c AVFrame *out; AVFrame 172 libavfilter/vf_convolution_opencl.c static int convolution_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 177 libavfilter/vf_convolution_opencl.c AVFrame *output = NULL; AVFrame 186 libavfilter/vf_convolve.c AVFrame *in, int w, int h, int n, int plane, float scale) AVFrame 329 libavfilter/vf_convolve.c static void get_output(ConvolveContext *s, FFTComplex *input, AVFrame *out, AVFrame 450 libavfilter/vf_convolve.c AVFrame *mainpic = NULL, *impulsepic = NULL; AVFrame 47 libavfilter/vf_copy.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 50 libavfilter/vf_copy.c AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height); AVFrame 42 libavfilter/vf_cover_rect.c AVFrame *cover_frame; AVFrame 74 libavfilter/vf_cover_rect.c static void cover_rect(CoverContext *cover, AVFrame *in, int offx, int offy) AVFrame 92 libavfilter/vf_cover_rect.c static void blur(CoverContext *cover, AVFrame *in, int offx, int offy) AVFrame 135 libavfilter/vf_cover_rect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 254 libavfilter/vf_crop.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 160 libavfilter/vf_cropdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 79 libavfilter/vf_curves.c AVFrame *in, *out; AVFrame 541 libavfilter/vf_curves.c const AVFrame *in = td->in; AVFrame 542 libavfilter/vf_curves.c const AVFrame *out = td->out; AVFrame 589 libavfilter/vf_curves.c const AVFrame *in = td->in; AVFrame 590 libavfilter/vf_curves.c const AVFrame *out = td->out; AVFrame 717 libavfilter/vf_curves.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 722 libavfilter/vf_curves.c AVFrame *out; AVFrame 51 libavfilter/vf_datascope.c void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value); AVFrame 84 libavfilter/vf_datascope.c static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color, AVFrame 107 libavfilter/vf_datascope.c static void pick_color8(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) AVFrame 125 libavfilter/vf_datascope.c static void pick_color16(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) AVFrame 171 libavfilter/vf_datascope.c AVFrame *in, *out; AVFrame 181 libavfilter/vf_datascope.c AVFrame *in = td->in; AVFrame 182 libavfilter/vf_datascope.c AVFrame *out = td->out; AVFrame 224 libavfilter/vf_datascope.c AVFrame *in = td->in; AVFrame 225 libavfilter/vf_datascope.c AVFrame *out = td->out; AVFrame 263 libavfilter/vf_datascope.c AVFrame *in = td->in; AVFrame 264 libavfilter/vf_datascope.c AVFrame *out = td->out; AVFrame 295 libavfilter/vf_datascope.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 303 libavfilter/vf_datascope.c AVFrame *out; AVFrame 457 libavfilter/vf_datascope.c void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value); AVFrame 533 libavfilter/vf_datascope.c static int pixscope_filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 538 libavfilter/vf_datascope.c AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height); AVFrame 749 libavfilter/vf_datascope.c void (*pick_color)(FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value); AVFrame 750 libavfilter/vf_datascope.c void (*draw_trace)(struct OscilloscopeContext *s, AVFrame *frame); AVFrame 782 libavfilter/vf_datascope.c AVFrame *out, FFDrawColor *color) AVFrame 829 libavfilter/vf_datascope.c static void draw_trace8(OscilloscopeContext *s, AVFrame *frame) AVFrame 848 libavfilter/vf_datascope.c static void draw_trace16(OscilloscopeContext *s, AVFrame *frame) AVFrame 945 libavfilter/vf_datascope.c AVFrame *out, PixelValues *p, int state) AVFrame 1003 libavfilter/vf_datascope.c static int oscilloscope_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 187 libavfilter/vf_dblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 192 libavfilter/vf_dblur.c AVFrame *out; AVFrame 718 libavfilter/vf_dctdnoiz.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 724 libavfilter/vf_dctdnoiz.c AVFrame *out; AVFrame 131 libavfilter/vf_deband.c AVFrame *in, *out; AVFrame 138 libavfilter/vf_deband.c AVFrame *in = td->in; AVFrame 139 libavfilter/vf_deband.c AVFrame *out = td->out; AVFrame 187 libavfilter/vf_deband.c AVFrame *in = td->in; AVFrame 188 libavfilter/vf_deband.c AVFrame *out = td->out; AVFrame 252 libavfilter/vf_deband.c AVFrame *in = td->in; AVFrame 253 libavfilter/vf_deband.c AVFrame *out = td->out; AVFrame 319 libavfilter/vf_deband.c AVFrame *in = td->in; AVFrame 320 libavfilter/vf_deband.c AVFrame *out = td->out; AVFrame 411 libavfilter/vf_deband.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 416 libavfilter/vf_deband.c AVFrame *out; AVFrame 309 libavfilter/vf_deblock.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 315 libavfilter/vf_deblock.c AVFrame *out; AVFrame 32 libavfilter/vf_decimate.c AVFrame *frame; AVFrame 42 libavfilter/vf_decimate.c AVFrame *last; ///< last frame from the previous queue AVFrame 43 libavfilter/vf_decimate.c AVFrame **clean_src; ///< frame queue for the clean source AVFrame 82 libavfilter/vf_decimate.c const AVFrame *f1, const AVFrame *f2) AVFrame 146 libavfilter/vf_decimate.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 153 libavfilter/vf_decimate.c AVFrame *prv; AVFrame 219 libavfilter/vf_decimate.c AVFrame *frame = dm->queue[i].frame; AVFrame 53 libavfilter/vf_dedot.c AVFrame *frames[5]; AVFrame 89 libavfilter/vf_dedot.c AVFrame *out = arg; \ AVFrame 159 libavfilter/vf_dedot.c AVFrame *out; AVFrame 169 libavfilter/vf_dedot.c AVFrame *out = td->out; \ AVFrame 266 libavfilter/vf_dedot.c AVFrame *frame = NULL; AVFrame 279 libavfilter/vf_dedot.c AVFrame *out = NULL; AVFrame 68 libavfilter/vf_deflicker.c float (*calc_avgy)(AVFilterContext *ctx, AVFrame *in); AVFrame 166 libavfilter/vf_deflicker.c static float calc_avgy8(AVFilterContext *ctx, AVFrame *in) AVFrame 189 libavfilter/vf_deflicker.c static float calc_avgy16(AVFilterContext *ctx, AVFrame *in) AVFrame 360 libavfilter/vf_deflicker.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf) AVFrame 366 libavfilter/vf_deflicker.c AVFrame *out, *in; AVFrame 427 libavfilter/vf_deflicker.c AVFrame *buf = ff_bufqueue_peek(&s->q, s->available - 1); AVFrame 51 libavfilter/vf_deinterlace_qsv.c AVFrame *frame; AVFrame 400 libavfilter/vf_deinterlace_qsv.c static int submit_frame(AVFilterContext *ctx, AVFrame *frame, AVFrame 449 libavfilter/vf_deinterlace_qsv.c static int process_frame(AVFilterContext *ctx, const AVFrame *in, AVFrame 456 libavfilter/vf_deinterlace_qsv.c AVFrame *out; AVFrame 525 libavfilter/vf_deinterlace_qsv.c static int qsvdeint_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 49 libavfilter/vf_deinterlace_vaapi.c AVFrame *frame_queue[MAX_REFERENCES]; AVFrame 177 libavfilter/vf_deinterlace_vaapi.c static int deint_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 183 libavfilter/vf_deinterlace_vaapi.c AVFrame *output_frame = NULL; AVFrame 119 libavfilter/vf_dejudder.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 297 libavfilter/vf_delogo.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 302 libavfilter/vf_delogo.c AVFrame *out; AVFrame 97 libavfilter/vf_derain.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 104 libavfilter/vf_derain.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 319 libavfilter/vf_deshake.c enum FillMethod fill, AVFrame *in, AVFrame *out) AVFrame 410 libavfilter/vf_deshake.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 414 libavfilter/vf_deshake.c AVFrame *out; AVFrame 1385 libavfilter/vf_deshake_opencl.c static int filter_frame(AVFilterLink *link, AVFrame *input_frame) AVFrame 1390 libavfilter/vf_deshake_opencl.c AVFrame *cropped_frame = NULL, *transformed_frame = NULL; AVFrame 1749 libavfilter/vf_deshake_opencl.c static int queue_frame(AVFilterLink *link, AVFrame *input_frame) AVFrame 2044 libavfilter/vf_deshake_opencl.c AVFrame *frame = NULL; AVFrame 46 libavfilter/vf_despill.c AVFrame *frame = arg; AVFrame 92 libavfilter/vf_despill.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 53 libavfilter/vf_detelecine.c AVFrame *frame[2]; AVFrame 54 libavfilter/vf_detelecine.c AVFrame *temp; AVFrame 197 libavfilter/vf_detelecine.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 331 libavfilter/vf_detelecine.c AVFrame *frame = av_frame_clone(s->frame[i]); AVFrame 48 libavfilter/vf_displace.c void (*displace)(struct DisplaceContext *s, const AVFrame *in, AVFrame 49 libavfilter/vf_displace.c const AVFrame *xpic, const AVFrame *ypic, AVFrame *out); AVFrame 84 libavfilter/vf_displace.c static void displace_planar(DisplaceContext *s, const AVFrame *in, AVFrame 85 libavfilter/vf_displace.c const AVFrame *xpic, const AVFrame *ypic, AVFrame 86 libavfilter/vf_displace.c AVFrame *out) AVFrame 160 libavfilter/vf_displace.c static void displace_packed(DisplaceContext *s, const AVFrame *in, AVFrame 161 libavfilter/vf_displace.c const AVFrame *xpic, const AVFrame *ypic, AVFrame 162 libavfilter/vf_displace.c AVFrame *out) AVFrame 248 libavfilter/vf_displace.c AVFrame *out, *in, *xpic, *ypic; AVFrame 321 libavfilter/vf_dnn_processing.c static int copy_from_frame_to_dnn(DnnProcessingContext *ctx, const AVFrame *frame) AVFrame 362 libavfilter/vf_dnn_processing.c static int copy_from_dnn_to_frame(DnnProcessingContext *ctx, AVFrame *frame) AVFrame 419 libavfilter/vf_dnn_processing.c static int copy_uv_planes(DnnProcessingContext *ctx, AVFrame *out, const AVFrame *in) AVFrame 444 libavfilter/vf_dnn_processing.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 450 libavfilter/vf_dnn_processing.c AVFrame *out; AVFrame 217 libavfilter/vf_drawbox.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 389 libavfilter/vf_drawbox.c static int drawgrid_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 1216 libavfilter/vf_drawtext.c static int draw_glyphs(DrawTextContext *s, AVFrame *frame, AVFrame 1284 libavfilter/vf_drawtext.c static int draw_text(AVFilterContext *ctx, AVFrame *frame, AVFrame 1506 libavfilter/vf_drawtext.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 330 libavfilter/vf_edgedetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 336 libavfilter/vf_edgedetect.c AVFrame *out; AVFrame 144 libavfilter/vf_elbg.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 178 libavfilter/vf_elbg.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 110 libavfilter/vf_entropy.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 254 libavfilter/vf_eq.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 259 libavfilter/vf_eq.c AVFrame *out; AVFrame 274 libavfilter/vf_extractplanes.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 283 libavfilter/vf_extractplanes.c AVFrame *out; AVFrame 185 libavfilter/vf_fade.c static av_always_inline void filter_rgb(FadeContext *s, const AVFrame *frame, AVFrame 210 libavfilter/vf_fade.c static av_always_inline void filter_rgb_planar(FadeContext *s, const AVFrame *frame, AVFrame 237 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 257 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 282 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 307 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 334 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 360 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 385 libavfilter/vf_fade.c AVFrame *frame = arg; AVFrame 439 libavfilter/vf_fade.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 62 libavfilter/vf_fftdnoiz.c AVFrame *prev, *cur, *next; AVFrame 518 libavfilter/vf_fftdnoiz.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 524 libavfilter/vf_fftdnoiz.c AVFrame *out; AVFrame 627 libavfilter/vf_fftdnoiz.c AVFrame *buf; AVFrame 68 libavfilter/vf_fftfilt.c void (*rdft_horizontal)(struct FFTFILTContext *s, AVFrame *in, int w, int h, int plane); AVFrame 69 libavfilter/vf_fftfilt.c void (*irdft_horizontal)(struct FFTFILTContext *s, AVFrame *out, int w, int h, int plane); AVFrame 117 libavfilter/vf_fftfilt.c static void rdft_horizontal8(FFTFILTContext *s, AVFrame *in, int w, int h, int plane) AVFrame 132 libavfilter/vf_fftfilt.c static void rdft_horizontal16(FFTFILTContext *s, AVFrame *in, int w, int h, int plane) AVFrame 179 libavfilter/vf_fftfilt.c static void irdft_horizontal8(FFTFILTContext *s, AVFrame *out, int w, int h, int plane) AVFrame 194 libavfilter/vf_fftfilt.c static void irdft_horizontal16(FFTFILTContext *s, AVFrame *out, int w, int h, int plane) AVFrame 330 libavfilter/vf_fftfilt.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 335 libavfilter/vf_fftfilt.c AVFrame *out; AVFrame 69 libavfilter/vf_field.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 37 libavfilter/vf_fieldhint.c AVFrame *frame[3]; AVFrame 112 libavfilter/vf_fieldhint.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 117 libavfilter/vf_fieldhint.c AVFrame *out, *top, *bottom; AVFrame 260 libavfilter/vf_fieldhint.c AVFrame *next = av_frame_clone(s->frame[2]); AVFrame 79 libavfilter/vf_fieldmatch.c AVFrame *prv, *src, *nxt; ///< main sliding window of 3 frames AVFrame 80 libavfilter/vf_fieldmatch.c AVFrame *prv2, *src2, *nxt2; ///< sliding window of the optional second stream AVFrame 156 libavfilter/vf_fieldmatch.c static int get_width(const FieldMatchContext *fm, const AVFrame *f, int plane) AVFrame 161 libavfilter/vf_fieldmatch.c static int get_height(const FieldMatchContext *fm, const AVFrame *f, int plane) AVFrame 166 libavfilter/vf_fieldmatch.c static int64_t luma_abs_diff(const AVFrame *f1, const AVFrame *f2) AVFrame 196 libavfilter/vf_fieldmatch.c static int calc_combed_score(const FieldMatchContext *fm, const AVFrame *src) AVFrame 480 libavfilter/vf_fieldmatch.c static AVFrame *select_frame(FieldMatchContext *fm, int match) AVFrame 494 libavfilter/vf_fieldmatch.c const AVFrame *src = fm->src; AVFrame 498 libavfilter/vf_fieldmatch.c const AVFrame *prev, *next; AVFrame 609 libavfilter/vf_fieldmatch.c static void copy_fields(const FieldMatchContext *fm, AVFrame *dst, AVFrame 610 libavfilter/vf_fieldmatch.c const AVFrame *src, int field) AVFrame 622 libavfilter/vf_fieldmatch.c static AVFrame *create_weave_frame(AVFilterContext *ctx, int match, int field, AVFrame 623 libavfilter/vf_fieldmatch.c const AVFrame *prv, AVFrame *src, const AVFrame *nxt) AVFrame 625 libavfilter/vf_fieldmatch.c AVFrame *dst; AVFrame 650 libavfilter/vf_fieldmatch.c AVFrame **gen_frames, int field) AVFrame 676 libavfilter/vf_fieldmatch.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 684 libavfilter/vf_fieldmatch.c AVFrame *gen_frames[] = { NULL, NULL, NULL, NULL, NULL }; AVFrame 685 libavfilter/vf_fieldmatch.c AVFrame *dst; AVFrame 838 libavfilter/vf_fieldmatch.c AVFrame *frame = NULL; AVFrame 77 libavfilter/vf_fieldorder.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 84 libavfilter/vf_fieldorder.c AVFrame *out; AVFrame 54 libavfilter/vf_fillborders.c void (*fillborders)(struct FillBordersContext *s, AVFrame *frame); AVFrame 86 libavfilter/vf_fillborders.c static void smear_borders8(FillBordersContext *s, AVFrame *frame) AVFrame 116 libavfilter/vf_fillborders.c static void smear_borders16(FillBordersContext *s, AVFrame *frame) AVFrame 148 libavfilter/vf_fillborders.c static void mirror_borders8(FillBordersContext *s, AVFrame *frame) AVFrame 181 libavfilter/vf_fillborders.c static void mirror_borders16(FillBordersContext *s, AVFrame *frame) AVFrame 214 libavfilter/vf_fillborders.c static void fixed_borders8(FillBordersContext *s, AVFrame *frame) AVFrame 239 libavfilter/vf_fillborders.c static void fixed_borders16(FillBordersContext *s, AVFrame *frame) AVFrame 272 libavfilter/vf_fillborders.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 40 libavfilter/vf_find_rect.c AVFrame *obj_frame; AVFrame 41 libavfilter/vf_find_rect.c AVFrame *needle_frame[MAX_MIPMAPS]; AVFrame 42 libavfilter/vf_find_rect.c AVFrame *haystack_frame[MAX_MIPMAPS]; AVFrame 71 libavfilter/vf_find_rect.c static AVFrame *downscale(AVFrame *in) AVFrame 74 libavfilter/vf_find_rect.c AVFrame *frame = av_frame_alloc(); AVFrame 104 libavfilter/vf_find_rect.c static float compare(const AVFrame *haystack, const AVFrame *obj, int offx, int offy) AVFrame 181 libavfilter/vf_find_rect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 45 libavfilter/vf_floodfill.c int (*is_same)(AVFrame *frame, int x, int y, AVFrame 47 libavfilter/vf_floodfill.c void (*set_pixel)(AVFrame *frame, int x, int y, AVFrame 49 libavfilter/vf_floodfill.c void (*pick_pixel)(AVFrame *frame, int x, int y, AVFrame 60 libavfilter/vf_floodfill.c static int is_same4(AVFrame *frame, int x, int y, AVFrame 73 libavfilter/vf_floodfill.c static int is_same4_16(AVFrame *frame, int x, int y, AVFrame 86 libavfilter/vf_floodfill.c static int is_same3(AVFrame *frame, int x, int y, AVFrame 98 libavfilter/vf_floodfill.c static int is_same3_16(AVFrame *frame, int x, int y, AVFrame 110 libavfilter/vf_floodfill.c static int is_same1(AVFrame *frame, int x, int y, AVFrame 120 libavfilter/vf_floodfill.c static int is_same1_16(AVFrame *frame, int x, int y, AVFrame 130 libavfilter/vf_floodfill.c static void set_pixel1(AVFrame *frame, int x, int y, AVFrame 136 libavfilter/vf_floodfill.c static void set_pixel1_16(AVFrame *frame, int x, int y, AVFrame 142 libavfilter/vf_floodfill.c static void set_pixel3(AVFrame *frame, int x, int y, AVFrame 150 libavfilter/vf_floodfill.c static void set_pixel3_16(AVFrame *frame, int x, int y, AVFrame 158 libavfilter/vf_floodfill.c static void set_pixel4(AVFrame *frame, int x, int y, AVFrame 167 libavfilter/vf_floodfill.c static void set_pixel4_16(AVFrame *frame, int x, int y, AVFrame 176 libavfilter/vf_floodfill.c static void pick_pixel1(AVFrame *frame, int x, int y, AVFrame 183 libavfilter/vf_floodfill.c static void pick_pixel1_16(AVFrame *frame, int x, int y, AVFrame 190 libavfilter/vf_floodfill.c static void pick_pixel3(AVFrame *frame, int x, int y, AVFrame 201 libavfilter/vf_floodfill.c static void pick_pixel3_16(AVFrame *frame, int x, int y, AVFrame 212 libavfilter/vf_floodfill.c static void pick_pixel4(AVFrame *frame, int x, int y, AVFrame 225 libavfilter/vf_floodfill.c static void pick_pixel4_16(AVFrame *frame, int x, int y, AVFrame 281 libavfilter/vf_floodfill.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 62 libavfilter/vf_fps.c AVFrame *frames[2]; ///< buffered frames AVFrame 107 libavfilter/vf_fps.c static AVFrame *shift_frame(AVFilterContext *ctx, FPSContext *s) AVFrame 109 libavfilter/vf_fps.c AVFrame *frame; AVFrame 139 libavfilter/vf_fps.c AVFrame *frame; AVFrame 182 libavfilter/vf_fps.c AVFrame *frame; AVFrame 215 libavfilter/vf_fps.c AVFrame *frame; AVFrame 51 libavfilter/vf_framepack.c AVFrame *input_views[2]; ///< input frames AVFrame 145 libavfilter/vf_framepack.c AVFrame *out, AVFrame 210 libavfilter/vf_framepack.c AVFrame *out, AVFrame 249 libavfilter/vf_framepack.c AVFrame *dst) AVFrame 302 libavfilter/vf_framepack.c AVFrame *dst = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 65 libavfilter/vf_framerate.c static double get_scene_score(AVFilterContext *ctx, AVFrame *crnt, AVFrame *next) AVFrame 90 libavfilter/vf_framerate.c AVFrame *copy_src1, *copy_src2; AVFrame 98 libavfilter/vf_framerate.c AVFrame *work = s->work; AVFrame 99 libavfilter/vf_framerate.c AVFrame *src1 = td->copy_src1; AVFrame 100 libavfilter/vf_framerate.c AVFrame *src2 = td->copy_src2; AVFrame 308 libavfilter/vf_framerate.c AVFrame *inpicref; AVFrame 62 libavfilter/vf_framestep.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref) AVFrame 41 libavfilter/vf_freezedetect.c AVFrame *reference_frame; AVFrame 127 libavfilter/vf_freezedetect.c static int is_frozen(FreezeDetectContext *s, AVFrame *reference, AVFrame *frame) AVFrame 147 libavfilter/vf_freezedetect.c static int set_meta(FreezeDetectContext *s, AVFrame *frame, const char *key, const char *value) AVFrame 159 libavfilter/vf_freezedetect.c AVFrame *frame; AVFrame 36 libavfilter/vf_freezeframes.c AVFrame *replace_frame; AVFrame 78 libavfilter/vf_freezeframes.c AVFrame *frame = NULL; AVFrame 352 libavfilter/vf_frei0r.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 356 libavfilter/vf_frei0r.c AVFrame *out; AVFrame 454 libavfilter/vf_frei0r.c AVFrame *frame = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 548 libavfilter/vf_fspp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 553 libavfilter/vf_fspp.c AVFrame *out = in; AVFrame 266 libavfilter/vf_gblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 271 libavfilter/vf_gblur.c AVFrame *out; AVFrame 52 libavfilter/vf_geq.c AVFrame *picref; ///< current input buffer AVFrame 101 libavfilter/vf_geq.c AVFrame *picref = geq->picref; AVFrame 145 libavfilter/vf_geq.c AVFrame *picref = geq->picref; AVFrame 201 libavfilter/vf_geq.c AVFrame *picref = geq->picref; AVFrame 416 libavfilter/vf_geq.c static int geq_filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 423 libavfilter/vf_geq.c AVFrame *out; AVFrame 183 libavfilter/vf_gradfun.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 187 libavfilter/vf_gradfun.c AVFrame *out; AVFrame 170 libavfilter/vf_hflip.c AVFrame *in, *out; AVFrame 177 libavfilter/vf_hflip.c AVFrame *in = td->in; AVFrame 178 libavfilter/vf_hflip.c AVFrame *out = td->out; AVFrame 203 libavfilter/vf_hflip.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 208 libavfilter/vf_hflip.c AVFrame *out; AVFrame 132 libavfilter/vf_histeq.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 140 libavfilter/vf_histeq.c AVFrame *outpic; AVFrame 59 libavfilter/vf_histogram.c AVFrame *out; AVFrame 281 libavfilter/vf_histogram.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 286 libavfilter/vf_histogram.c AVFrame *out = s->out; AVFrame 450 libavfilter/vf_histogram.c AVFrame *clone = av_frame_clone(out); AVFrame 295 libavfilter/vf_hqdn3d.c AVFrame *in, *out; AVFrame 303 libavfilter/vf_hqdn3d.c AVFrame *out = td->out; AVFrame 304 libavfilter/vf_hqdn3d.c AVFrame *in = td->in; AVFrame 318 libavfilter/vf_hqdn3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 323 libavfilter/vf_hqdn3d.c AVFrame *out; AVFrame 45 libavfilter/vf_hqx.c AVFrame *in, *out; AVFrame 386 libavfilter/vf_hqx.c AVFrame *in = td->in, *out = td->out; AVFrame 487 libavfilter/vf_hqx.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 493 libavfilter/vf_hqx.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 369 libavfilter/vf_hue.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 373 libavfilter/vf_hue.c AVFrame *outpic; AVFrame 125 libavfilter/vf_hwdownload.c static int hwdownload_filter_frame(AVFilterLink *link, AVFrame *input) AVFrame 130 libavfilter/vf_hwdownload.c AVFrame *output = NULL; AVFrame 264 libavfilter/vf_hwmap.c static AVFrame *hwmap_get_buffer(AVFilterLink *inlink, int w, int h) AVFrame 271 libavfilter/vf_hwmap.c AVFrame *src, *dst; AVFrame 303 libavfilter/vf_hwmap.c static int hwmap_filter_frame(AVFilterLink *link, AVFrame *input) AVFrame 308 libavfilter/vf_hwmap.c AVFrame *map = NULL; AVFrame 171 libavfilter/vf_hwupload.c static int hwupload_filter_frame(AVFilterLink *link, AVFrame *input) AVFrame 176 libavfilter/vf_hwupload.c AVFrame *output = NULL; AVFrame 123 libavfilter/vf_hwupload_cuda.c static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 128 libavfilter/vf_hwupload_cuda.c AVFrame *out = NULL; AVFrame 92 libavfilter/vf_hysteresis.c AVFrame *out, *base, *alt; AVFrame 234 libavfilter/vf_idet.c static int filter_frame(AVFilterLink *link, AVFrame *picref) AVFrame 324 libavfilter/vf_idet.c AVFrame *next = av_frame_clone(idet->next); AVFrame 61 libavfilter/vf_idet.h AVFrame *cur; AVFrame 62 libavfilter/vf_idet.h AVFrame *next; AVFrame 63 libavfilter/vf_idet.h AVFrame *prev; AVFrame 148 libavfilter/vf_il.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 152 libavfilter/vf_il.c AVFrame *out; AVFrame 108 libavfilter/vf_kerndeint.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 112 libavfilter/vf_kerndeint.c AVFrame *outpic; AVFrame 42 libavfilter/vf_lagfun.c AVFrame *old; AVFrame 77 libavfilter/vf_lagfun.c AVFrame *in, *out, *old; AVFrame 85 libavfilter/vf_lagfun.c AVFrame *in = td->in; AVFrame 86 libavfilter/vf_lagfun.c AVFrame *out = td->out; AVFrame 87 libavfilter/vf_lagfun.c AVFrame *old = td->old; AVFrame 121 libavfilter/vf_lagfun.c AVFrame *in = td->in; AVFrame 122 libavfilter/vf_lagfun.c AVFrame *out = td->out; AVFrame 123 libavfilter/vf_lagfun.c AVFrame *old = td->old; AVFrame 175 libavfilter/vf_lagfun.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 181 libavfilter/vf_lagfun.c AVFrame *out; AVFrame 59 libavfilter/vf_lenscorrection.c AVFrame *in, *out; AVFrame 69 libavfilter/vf_lenscorrection.c AVFrame *in = td->in; AVFrame 70 libavfilter/vf_lenscorrection.c AVFrame *out = td->out; AVFrame 140 libavfilter/vf_lenscorrection.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 145 libavfilter/vf_lenscorrection.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 443 libavfilter/vf_lensfun.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 448 libavfilter/vf_lensfun.c AVFrame *out; AVFrame 43 libavfilter/vf_libopencv.c static void fill_iplimage_from_frame(IplImage *img, const AVFrame *frame, enum AVPixelFormat pixfmt) AVFrame 61 libavfilter/vf_libopencv.c static void fill_frame_from_iplimage(AVFrame *frame, const IplImage *img, enum AVPixelFormat pixfmt) AVFrame 378 libavfilter/vf_libopencv.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 383 libavfilter/vf_libopencv.c AVFrame *out; AVFrame 51 libavfilter/vf_libvmaf.c AVFrame *gmain; AVFrame 52 libavfilter/vf_libvmaf.c AVFrame *gref; AVFrame 199 libavfilter/vf_libvmaf.c AVFrame *master, *ref; AVFrame 31 libavfilter/vf_limiter.c AVFrame *in; AVFrame 32 libavfilter/vf_limiter.c AVFrame *out; AVFrame 175 libavfilter/vf_limiter.c AVFrame *in = td->in; AVFrame 176 libavfilter/vf_limiter.c AVFrame *out = td->out; AVFrame 204 libavfilter/vf_limiter.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 210 libavfilter/vf_limiter.c AVFrame *out; AVFrame 46 libavfilter/vf_lumakey.c AVFrame *frame = arg; AVFrame 78 libavfilter/vf_lumakey.c AVFrame *frame = arg; AVFrame 132 libavfilter/vf_lumakey.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 341 libavfilter/vf_lut.c AVFrame *in; AVFrame 342 libavfilter/vf_lut.c AVFrame *out; AVFrame 355 libavfilter/vf_lut.c AVFrame *in = td->in;\ AVFrame 356 libavfilter/vf_lut.c AVFrame *out = td->out;\ AVFrame 433 libavfilter/vf_lut.c AVFrame *in = td->in;\ AVFrame 434 libavfilter/vf_lut.c AVFrame *out = td->out;\ AVFrame 521 libavfilter/vf_lut.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 526 libavfilter/vf_lut.c AVFrame *out; AVFrame 71 libavfilter/vf_lut2.c AVFrame *prev_frame; /* only used with tlut2 */ AVFrame 77 libavfilter/vf_lut2.c AVFrame *out, *srcx, *srcy; AVFrame 251 libavfilter/vf_lut2.c AVFrame *out = td->out; \ AVFrame 252 libavfilter/vf_lut2.c AVFrame *srcx = td->srcx; \ AVFrame 253 libavfilter/vf_lut2.c AVFrame *srcy = td->srcy; \ AVFrame 296 libavfilter/vf_lut2.c AVFrame *out, *srcx = NULL, *srcy = NULL; AVFrame 576 libavfilter/vf_lut2.c static int tlut2_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 583 libavfilter/vf_lut2.c AVFrame *out; AVFrame 96 libavfilter/vf_lut3d.c AVFrame *in, *out; AVFrame 282 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 283 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 368 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 369 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 433 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 434 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 1098 libavfilter/vf_lut3d.c static AVFrame *apply_lut(AVFilterLink *inlink, AVFrame *in) AVFrame 1103 libavfilter/vf_lut3d.c AVFrame *out; AVFrame 1127 libavfilter/vf_lut3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1130 libavfilter/vf_lut3d.c AVFrame *out = apply_lut(inlink, in); AVFrame 1242 libavfilter/vf_lut3d.c static void update_clut_packed(LUT3DContext *lut3d, const AVFrame *frame) AVFrame 1279 libavfilter/vf_lut3d.c static void update_clut_planar(LUT3DContext *lut3d, const AVFrame *frame) AVFrame 1326 libavfilter/vf_lut3d.c static void update_clut_float(LUT3DContext *lut3d, const AVFrame *frame) AVFrame 1431 libavfilter/vf_lut3d.c AVFrame *master, *second, *out; AVFrame 1781 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 1782 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 1877 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 1878 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 1942 libavfilter/vf_lut3d.c const AVFrame *in = td->in; \ AVFrame 1943 libavfilter/vf_lut3d.c const AVFrame *out = td->out; \ AVFrame 2082 libavfilter/vf_lut3d.c static AVFrame *apply_1d_lut(AVFilterLink *inlink, AVFrame *in) AVFrame 2087 libavfilter/vf_lut3d.c AVFrame *out; AVFrame 2111 libavfilter/vf_lut3d.c static int filter_frame_1d(AVFilterLink *inlink, AVFrame *in) AVFrame 2114 libavfilter/vf_lut3d.c AVFrame *out = apply_1d_lut(inlink, in); AVFrame 35 libavfilter/vf_maskedclamp.c AVFrame *b, *o, *m, *d; AVFrame 137 libavfilter/vf_maskedclamp.c AVFrame *out, *base, *dark, *bright; AVFrame 68 libavfilter/vf_maskedmerge.c AVFrame *base, *overlay, *mask; AVFrame 69 libavfilter/vf_maskedmerge.c AVFrame *out; AVFrame 76 libavfilter/vf_maskedmerge.c AVFrame *base = td->base; AVFrame 77 libavfilter/vf_maskedmerge.c AVFrame *overlay = td->overlay; AVFrame 78 libavfilter/vf_maskedmerge.c AVFrame *mask = td->mask; AVFrame 79 libavfilter/vf_maskedmerge.c AVFrame *out = td->out; AVFrame 114 libavfilter/vf_maskedmerge.c AVFrame *out, *base, *overlay, *mask; AVFrame 34 libavfilter/vf_maskedminmax.c AVFrame *src, *f1, *f2, *dst; AVFrame 199 libavfilter/vf_maskedminmax.c AVFrame *out, *src, *f1, *f2; AVFrame 49 libavfilter/vf_maskedthreshold.c AVFrame *src, *ref, *dst; AVFrame 171 libavfilter/vf_maskedthreshold.c AVFrame *out, *src, *ref; AVFrame 44 libavfilter/vf_maskfun.c AVFrame *empty; AVFrame 45 libavfilter/vf_maskfun.c int (*getsum)(AVFilterContext *ctx, AVFrame *out); AVFrame 89 libavfilter/vf_maskfun.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 96 libavfilter/vf_maskfun.c AVFrame *out = av_frame_clone(s->empty); AVFrame 115 libavfilter/vf_maskfun.c static int getsum##name(AVFilterContext *ctx, AVFrame *out) \ AVFrame 150 libavfilter/vf_maskfun.c AVFrame *out = arg; \ AVFrame 171 libavfilter/vf_mcdeint.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 175 libavfilter/vf_mcdeint.c AVFrame *outpic, *frame_dec; AVFrame 182 libavfilter/vf_median.c AVFrame *in, *out; AVFrame 189 libavfilter/vf_median.c AVFrame *in = td->in; AVFrame 190 libavfilter/vf_median.c AVFrame *out = td->out; AVFrame 218 libavfilter/vf_median.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 224 libavfilter/vf_median.c AVFrame *out; AVFrame 141 libavfilter/vf_mergeplanes.c AVFrame *in[4] = { NULL }; AVFrame 142 libavfilter/vf_mergeplanes.c AVFrame *out; AVFrame 44 libavfilter/vf_mestimate.c AVFrame *prev, *cur, *next; AVFrame 146 libavfilter/vf_mestimate.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 152 libavfilter/vf_mestimate.c AVFrame *out; AVFrame 94 libavfilter/vf_midequalizer.c AVFrame *out, *in0, *in1; AVFrame 162 libavfilter/vf_minterpolate.c AVFrame *avf; AVFrame 742 libavfilter/vf_minterpolate.c static int inject_frame(AVFilterLink *inlink, AVFrame *avf_in) AVFrame 918 libavfilter/vf_minterpolate.c static void set_frame_data(MIContext *mi_ctx, int alpha, AVFrame *avf_out) AVFrame 1079 libavfilter/vf_minterpolate.c static void interpolate(AVFilterLink *inlink, AVFrame *avf_out) AVFrame 1162 libavfilter/vf_minterpolate.c static int filter_frame(AVFilterLink *inlink, AVFrame *avf_in) AVFrame 1192 libavfilter/vf_minterpolate.c AVFrame *avf_out; AVFrame 123 libavfilter/vf_misc_vaapi.c static int misc_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 128 libavfilter/vf_misc_vaapi.c AVFrame *output_frame = NULL; AVFrame 52 libavfilter/vf_mix.c AVFrame **frames; AVFrame 132 libavfilter/vf_mix.c AVFrame **in, *out; AVFrame 139 libavfilter/vf_mix.c AVFrame **in = td->in; AVFrame 140 libavfilter/vf_mix.c AVFrame *out = td->out; AVFrame 197 libavfilter/vf_mix.c AVFrame **in = s->frames; AVFrame 198 libavfilter/vf_mix.c AVFrame *out; AVFrame 349 libavfilter/vf_mix.c static int tmix_filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 355 libavfilter/vf_mix.c AVFrame *out; AVFrame 50 libavfilter/vf_mpdecimate.c AVFrame *ref; ///< reference picture AVFrame 110 libavfilter/vf_mpdecimate.c AVFrame *cur, AVFrame *ref) AVFrame 198 libavfilter/vf_mpdecimate.c static int filter_frame(AVFilterLink *inlink, AVFrame *cur) AVFrame 32 libavfilter/vf_neighbor.c AVFrame *in, *out; AVFrame 264 libavfilter/vf_neighbor.c AVFrame *out = td->out; AVFrame 265 libavfilter/vf_neighbor.c AVFrame *in = td->in; AVFrame 314 libavfilter/vf_neighbor.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 320 libavfilter/vf_neighbor.c AVFrame *out; AVFrame 121 libavfilter/vf_neighbor_opencl.c static int neighbor_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 126 libavfilter/vf_neighbor_opencl.c AVFrame *output = NULL; AVFrame 473 libavfilter/vf_nlmeans.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 480 libavfilter/vf_nlmeans.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 286 libavfilter/vf_nlmeans_opencl.c static int nlmeans_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 291 libavfilter/vf_nlmeans_opencl.c AVFrame *output = NULL; AVFrame 55 libavfilter/vf_nnedi.c AVFrame *src; AVFrame 56 libavfilter/vf_nnedi.c AVFrame *second; AVFrame 57 libavfilter/vf_nnedi.c AVFrame *dst; AVFrame 86 libavfilter/vf_nnedi.c void (*copy_pad)(const AVFrame *, FrameData *, struct NNEDIContext *, int); AVFrame 204 libavfilter/vf_nnedi.c static void copy_pad(const AVFrame *src, FrameData *frame_data, NNEDIContext *s, int fn) AVFrame 693 libavfilter/vf_nnedi.c AVFrame *src = s->src; AVFrame 794 libavfilter/vf_nnedi.c static int filter_frame(AVFilterLink *inlink, AVFrame *src) AVFrame 806 libavfilter/vf_nnedi.c AVFrame *dst; AVFrame 840 libavfilter/vf_nnedi.c AVFrame *dst = av_frame_clone(src); AVFrame 891 libavfilter/vf_nnedi.c AVFrame *next = av_frame_clone(s->second); AVFrame 39 libavfilter/vf_noise.c AVFrame *in, *out; AVFrame 242 libavfilter/vf_noise.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 248 libavfilter/vf_noise.c AVFrame *out; AVFrame 121 libavfilter/vf_normalize.c void (*find_min_max)(struct NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]); AVFrame 122 libavfilter/vf_normalize.c void (*process)(struct NormalizeContext *s, AVFrame *in, AVFrame *out); AVFrame 140 libavfilter/vf_normalize.c static void find_min_max(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) AVFrame 156 libavfilter/vf_normalize.c static void process(NormalizeContext *s, AVFrame *in, AVFrame *out) AVFrame 173 libavfilter/vf_normalize.c static void find_min_max_planar(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) AVFrame 193 libavfilter/vf_normalize.c static void process_planar(NormalizeContext *s, AVFrame *in, AVFrame *out) AVFrame 214 libavfilter/vf_normalize.c static void find_min_max_16(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) AVFrame 230 libavfilter/vf_normalize.c static void process_16(NormalizeContext *s, AVFrame *in, AVFrame *out) AVFrame 247 libavfilter/vf_normalize.c static void find_min_max_planar_16(NormalizeContext *s, AVFrame *in, NormalizeLocal min[3], NormalizeLocal max[3]) AVFrame 267 libavfilter/vf_normalize.c static void process_planar_16(NormalizeContext *s, AVFrame *in, AVFrame *out) AVFrame 291 libavfilter/vf_normalize.c static void normalize(NormalizeContext *s, AVFrame *in, AVFrame *out) AVFrame 479 libavfilter/vf_normalize.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 484 libavfilter/vf_normalize.c AVFrame *out; AVFrame 96 libavfilter/vf_ocr.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 45 libavfilter/vf_overlay.c AVFrame *dst, *src; AVFrame 358 libavfilter/vf_overlay.c AVFrame *dst, const AVFrame *src, AVFrame 445 libavfilter/vf_overlay.c AVFrame *dst, const AVFrame *src, AVFrame 553 libavfilter/vf_overlay.c static inline void alpha_composite(const AVFrame *src, const AVFrame *dst, AVFrame 602 libavfilter/vf_overlay.c AVFrame *dst, const AVFrame *src, AVFrame 630 libavfilter/vf_overlay.c AVFrame *dst, const AVFrame *src, AVFrame 933 libavfilter/vf_overlay.c AVFrame *mainpic, *second; AVFrame 151 libavfilter/vf_overlay_cuda.c AVFrame *input_main, *input_overlay; AVFrame 125 libavfilter/vf_overlay_opencl.c AVFrame *input_main, *input_overlay; AVFrame 126 libavfilter/vf_overlay_opencl.c AVFrame *output; AVFrame 235 libavfilter/vf_overlay_qsv.c AVFrame *frame = NULL; AVFrame 312 libavfilter/vf_overlay_qsv.c static int filter_callback(AVFilterLink *outlink, AVFrame *frame) AVFrame 229 libavfilter/vf_overlay_vulkan.c static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame 230 libavfilter/vf_overlay_vulkan.c AVFrame *main_f, AVFrame *overlay_f) AVFrame 355 libavfilter/vf_overlay_vulkan.c AVFrame *input_main, *input_overlay, *out; AVFrame 245 libavfilter/vf_owdenoise.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 250 libavfilter/vf_owdenoise.c AVFrame *out; AVFrame 228 libavfilter/vf_pad.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 231 libavfilter/vf_pad.c AVFrame *frame; AVFrame 258 libavfilter/vf_pad.c static int buffer_needs_copy(PadContext *s, AVFrame *frame, AVBufferRef *buf) AVFrame 310 libavfilter/vf_pad.c static int frame_needs_copy(PadContext *s, AVFrame *frame) AVFrame 323 libavfilter/vf_pad.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 327 libavfilter/vf_pad.c AVFrame *out; AVFrame 81 libavfilter/vf_pad_opencl.c static int pad_opencl_init(AVFilterContext *avctx, AVFrame *input_frame) AVFrame 142 libavfilter/vf_pad_opencl.c static int filter_frame(AVFilterLink *link, AVFrame *input_frame) AVFrame 147 libavfilter/vf_pad_opencl.c AVFrame *output_frame = NULL; AVFrame 71 libavfilter/vf_palettegen.c AVFrame *prev_frame; // previous frame used for the diff stats_mode AVFrame 232 libavfilter/vf_palettegen.c static void write_palette(AVFilterContext *ctx, AVFrame *out) AVFrame 283 libavfilter/vf_palettegen.c static double set_colorquant_ratio_meta(AVFrame *out, int nb_out, int nb_in) AVFrame 296 libavfilter/vf_palettegen.c static AVFrame *get_palette_frame(AVFilterContext *ctx) AVFrame 298 libavfilter/vf_palettegen.c AVFrame *out; AVFrame 436 libavfilter/vf_palettegen.c const AVFrame *f1, const AVFrame *f2) AVFrame 459 libavfilter/vf_palettegen.c static int update_histogram_frame(struct hist_node *hist, const AVFrame *f) AVFrame 479 libavfilter/vf_palettegen.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 493 libavfilter/vf_palettegen.c AVFrame *out; AVFrame 80 libavfilter/vf_paletteuse.c typedef int (*set_frame_func)(struct PaletteUseContext *s, AVFrame *out, AVFrame *in, AVFrame 98 libavfilter/vf_paletteuse.c AVFrame *last_in; AVFrame 99 libavfilter/vf_paletteuse.c AVFrame *last_out; AVFrame 394 libavfilter/vf_paletteuse.c static av_always_inline int set_frame(PaletteUseContext *s, AVFrame *out, AVFrame *in, AVFrame 778 libavfilter/vf_paletteuse.c static void debug_mean_error(PaletteUseContext *s, const AVFrame *in1, AVFrame 779 libavfilter/vf_paletteuse.c const AVFrame *in2, int frame_count) AVFrame 809 libavfilter/vf_paletteuse.c const AVFrame *prv_src, const AVFrame *cur_src, AVFrame 810 libavfilter/vf_paletteuse.c const AVFrame *prv_dst, AVFrame *cur_dst, AVFrame 897 libavfilter/vf_paletteuse.c static int apply_palette(AVFilterLink *inlink, AVFrame *in, AVFrame **outf) AVFrame 904 libavfilter/vf_paletteuse.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 976 libavfilter/vf_paletteuse.c static void load_palette(PaletteUseContext *s, const AVFrame *palette_frame) AVFrame 1015 libavfilter/vf_paletteuse.c AVFrame *master, *second, *out = NULL; AVFrame 1037 libavfilter/vf_paletteuse.c static int set_frame_##name(PaletteUseContext *s, AVFrame *out, AVFrame *in, \ AVFrame 448 libavfilter/vf_perspective.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 453 libavfilter/vf_perspective.c AVFrame *out; AVFrame 68 libavfilter/vf_phase.c AVFrame *frame; /* previous frame */ AVFrame 73 libavfilter/vf_phase.c enum PhaseMode (*analyze_plane)(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new); AVFrame 161 libavfilter/vf_phase.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 168 libavfilter/vf_phase.c AVFrame *out; AVFrame 55 libavfilter/vf_photosensitivity.c AVFrame *last_frame_av; AVFrame 88 libavfilter/vf_photosensitivity.c AVFrame *in; AVFrame 143 libavfilter/vf_photosensitivity.c static void convert_frame(AVFilterContext *ctx, AVFrame *in, PhotosensitivityFrame *out, int skip) AVFrame 154 libavfilter/vf_photosensitivity.c AVFrame *target; AVFrame 155 libavfilter/vf_photosensitivity.c AVFrame *source; AVFrame 182 libavfilter/vf_photosensitivity.c static void blend_frame(AVFilterContext *ctx, AVFrame *target, AVFrame *source, float factor) AVFrame 218 libavfilter/vf_photosensitivity.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 222 libavfilter/vf_photosensitivity.c AVFrame *src, *out; AVFrame 56 libavfilter/vf_pixdesctest.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 60 libavfilter/vf_pixdesctest.c AVFrame *out; AVFrame 121 libavfilter/vf_pp.c static int pp_filter_frame(AVFilterLink *inlink, AVFrame *inbuf) AVFrame 128 libavfilter/vf_pp.c AVFrame *outbuf; AVFrame 317 libavfilter/vf_pp7.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 322 libavfilter/vf_pp7.c AVFrame *out = in; AVFrame 32 libavfilter/vf_premultiply.c AVFrame *m, *a, *d; AVFrame 372 libavfilter/vf_premultiply.c AVFrame *out = td->d; AVFrame 373 libavfilter/vf_premultiply.c AVFrame *alpha = td->a; AVFrame 374 libavfilter/vf_premultiply.c AVFrame *base = td->m; AVFrame 404 libavfilter/vf_premultiply.c AVFrame **out, AVFrame *base, AVFrame *alpha) AVFrame 536 libavfilter/vf_premultiply.c AVFrame *out = NULL, *base, *alpha; AVFrame 637 libavfilter/vf_premultiply.c AVFrame *frame = NULL; AVFrame 638 libavfilter/vf_premultiply.c AVFrame *out = NULL; AVFrame 128 libavfilter/vf_procamp_vaapi.c static int procamp_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 133 libavfilter/vf_procamp_vaapi.c AVFrame *output_frame = NULL; AVFrame 40 libavfilter/vf_program_opencl.c AVFrame **frames; AVFrame 88 libavfilter/vf_program_opencl.c AVFrame *output = NULL; AVFrame 599 libavfilter/vf_pseudocolor.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 604 libavfilter/vf_pseudocolor.c AVFrame *out; AVFrame 149 libavfilter/vf_psnr.c AVFrame *master, *ref; AVFrame 658 libavfilter/vf_pullup.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 665 libavfilter/vf_pullup.c AVFrame *out; AVFrame 87 libavfilter/vf_qp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 93 libavfilter/vf_qp.c AVFrame *out = NULL; AVFrame 38 libavfilter/vf_random.c AVFrame *frames[MAX_FRAMES]; AVFrame 67 libavfilter/vf_random.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 72 libavfilter/vf_random.c AVFrame *out; AVFrame 102 libavfilter/vf_random.c AVFrame *out = s->frames[s->nb_frames - 1]; AVFrame 278 libavfilter/vf_readeia608.c static void extract_line(AVFilterContext *ctx, AVFrame *in, int w, int nb_line) AVFrame 393 libavfilter/vf_readeia608.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 216 libavfilter/vf_readvitc.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 79 libavfilter/vf_remap.c AVFrame *in, *xin, *yin, *out; AVFrame 150 libavfilter/vf_remap.c const AVFrame *in = td->in; \ AVFrame 151 libavfilter/vf_remap.c const AVFrame *xin = td->xin; \ AVFrame 152 libavfilter/vf_remap.c const AVFrame *yin = td->yin; \ AVFrame 153 libavfilter/vf_remap.c const AVFrame *out = td->out; \ AVFrame 201 libavfilter/vf_remap.c const AVFrame *in = td->in; \ AVFrame 202 libavfilter/vf_remap.c const AVFrame *xin = td->xin; \ AVFrame 203 libavfilter/vf_remap.c const AVFrame *yin = td->yin; \ AVFrame 204 libavfilter/vf_remap.c const AVFrame *out = td->out; \ AVFrame 288 libavfilter/vf_remap.c AVFrame *out, *in, *xpic, *ypic; AVFrame 519 libavfilter/vf_removegrain.c AVFrame *in, *out; AVFrame 527 libavfilter/vf_removegrain.c AVFrame *in = td->in; AVFrame 528 libavfilter/vf_removegrain.c AVFrame *out = td->out; AVFrame 591 libavfilter/vf_removegrain.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 597 libavfilter/vf_removegrain.c AVFrame *out; AVFrame 495 libavfilter/vf_removelogo.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 499 libavfilter/vf_removelogo.c AVFrame *outpicref; AVFrame 31 libavfilter/vf_repeatfields.c AVFrame *frame; AVFrame 76 libavfilter/vf_repeatfields.c static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) AVFrame 86 libavfilter/vf_repeatfields.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) { AVFrame 90 libavfilter/vf_repeatfields.c AVFrame *out; AVFrame 112 libavfilter/vf_repeatfields.c AVFrame *new; AVFrame 141 libavfilter/vf_repeatfields.c AVFrame *new; AVFrame 86 libavfilter/vf_rotate.c AVFrame *in, *out; AVFrame 423 libavfilter/vf_rotate.c AVFrame *in = td->in; AVFrame 424 libavfilter/vf_rotate.c AVFrame *out = td->out; AVFrame 510 libavfilter/vf_rotate.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 514 libavfilter/vf_rotate.c AVFrame *out; AVFrame 282 libavfilter/vf_sab.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 286 libavfilter/vf_sab.c AVFrame *outpic; AVFrame 626 libavfilter/vf_scale.c static int scale_slice(AVFilterLink *link, AVFrame *out_buf, AVFrame *cur_pic, struct SwsContext *sws, int y, int h, int mul, int field) AVFrame 652 libavfilter/vf_scale.c static int scale_frame(AVFilterLink *link, AVFrame *in, AVFrame **frame_out) AVFrame 657 libavfilter/vf_scale.c AVFrame *out; AVFrame 815 libavfilter/vf_scale.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 819 libavfilter/vf_scale.c AVFrame *out; AVFrame 829 libavfilter/vf_scale.c static int filter_frame_ref(AVFilterLink *link, AVFrame *in) AVFrame 72 libavfilter/vf_scale_cuda.c AVFrame *frame; AVFrame 74 libavfilter/vf_scale_cuda.c AVFrame *tmp_frame; AVFrame 387 libavfilter/vf_scale_cuda.c AVFrame *out, AVFrame *in) AVFrame 472 libavfilter/vf_scale_cuda.c static int cudascale_scale(AVFilterContext *ctx, AVFrame *out, AVFrame *in) AVFrame 475 libavfilter/vf_scale_cuda.c AVFrame *src = in; AVFrame 500 libavfilter/vf_scale_cuda.c static int cudascale_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 507 libavfilter/vf_scale_cuda.c AVFrame *out = NULL; AVFrame 73 libavfilter/vf_scale_npp.c AVFrame *frame; AVFrame 80 libavfilter/vf_scale_npp.c AVFrame *tmp_frame; AVFrame 384 libavfilter/vf_scale_npp.c AVFrame *out, AVFrame *in) AVFrame 408 libavfilter/vf_scale_npp.c AVFrame *out, AVFrame *in) AVFrame 436 libavfilter/vf_scale_npp.c AVFrame *out, AVFrame *in) AVFrame 461 libavfilter/vf_scale_npp.c AVFrame *out, AVFrame *in) = { AVFrame 467 libavfilter/vf_scale_npp.c static int nppscale_scale(AVFilterContext *ctx, AVFrame *out, AVFrame *in) AVFrame 470 libavfilter/vf_scale_npp.c AVFrame *src = in; AVFrame 501 libavfilter/vf_scale_npp.c static int nppscale_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 509 libavfilter/vf_scale_npp.c AVFrame *out = NULL; AVFrame 549 libavfilter/vf_scale_qsv.c static int qsvscale_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 558 libavfilter/vf_scale_qsv.c AVFrame *out = NULL; AVFrame 102 libavfilter/vf_scale_vaapi.c static int scale_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 108 libavfilter/vf_scale_vaapi.c AVFrame *output_frame = NULL; AVFrame 107 libavfilter/vf_scale_vulkan.c static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in) AVFrame 294 libavfilter/vf_scale_vulkan.c static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *in_f) AVFrame 394 libavfilter/vf_scale_vulkan.c static int scale_vulkan_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 401 libavfilter/vf_scale_vulkan.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 44 libavfilter/vf_scdet.c AVFrame *prev_picref; AVFrame 116 libavfilter/vf_scdet.c static double get_scene_score(AVFilterContext *ctx, AVFrame *frame) AVFrame 120 libavfilter/vf_scdet.c AVFrame *prev_picref = s->prev_picref; AVFrame 148 libavfilter/vf_scdet.c static int set_meta(SCDetContext *s, AVFrame *frame, const char *key, const char *value) AVFrame 159 libavfilter/vf_scdet.c AVFrame *frame; AVFrame 76 libavfilter/vf_scroll.c AVFrame *in, *out; AVFrame 84 libavfilter/vf_scroll.c AVFrame *in = td->in; AVFrame 85 libavfilter/vf_scroll.c AVFrame *out = td->out; AVFrame 111 libavfilter/vf_scroll.c static void scroll(AVFilterContext *ctx, AVFrame *in, AVFrame *out) AVFrame 141 libavfilter/vf_scroll.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 145 libavfilter/vf_scroll.c AVFrame *out; AVFrame 77 libavfilter/vf_selectivecolor.c AVFrame *in, *out; AVFrame 321 libavfilter/vf_selectivecolor.c const AVFrame *in = td->in; \ AVFrame 322 libavfilter/vf_selectivecolor.c AVFrame *out = td->out; \ AVFrame 414 libavfilter/vf_selectivecolor.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 419 libavfilter/vf_selectivecolor.c AVFrame *out; AVFrame 28 libavfilter/vf_separatefields.c AVFrame *second; AVFrame 54 libavfilter/vf_separatefields.c static void extract_field(AVFrame *frame, int nb_planes, int type) AVFrame 65 libavfilter/vf_separatefields.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 78 libavfilter/vf_separatefields.c AVFrame *second = s->second; AVFrame 125 libavfilter/vf_separatefields.c AVFrame *in; AVFrame 121 libavfilter/vf_setparams.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 60 libavfilter/vf_showinfo.c static void dump_spherical(AVFilterContext *ctx, AVFrame *frame, AVFrameSideData *sd) AVFrame 193 libavfilter/vf_showinfo.c static void dump_color_property(AVFilterContext *ctx, AVFrame *frame) AVFrame 260 libavfilter/vf_showinfo.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 79 libavfilter/vf_showpalette.c static int disp_palette(AVFrame *out, const AVFrame *in, int size) AVFrame 94 libavfilter/vf_showpalette.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 97 libavfilter/vf_showpalette.c AVFrame *out; AVFrame 34 libavfilter/vf_shuffleframes.c AVFrame **frames; AVFrame 83 libavfilter/vf_shuffleframes.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 99 libavfilter/vf_shuffleframes.c AVFrame *out; AVFrame 95 libavfilter/vf_shuffleplanes.c static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 111 libavfilter/vf_shuffleplanes.c AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height); AVFrame 47 libavfilter/vf_signalstats.c AVFrame *frame_prev; AVFrame 56 libavfilter/vf_signalstats.c AVFrame *frame_sat; AVFrame 57 libavfilter/vf_signalstats.c AVFrame *frame_hue; AVFrame 61 libavfilter/vf_signalstats.c const AVFrame *in; AVFrame 62 libavfilter/vf_signalstats.c AVFrame *out; AVFrame 66 libavfilter/vf_signalstats.c const AVFrame *src; AVFrame 67 libavfilter/vf_signalstats.c AVFrame *dst_sat, *dst_hue; AVFrame 143 libavfilter/vf_signalstats.c static AVFrame *alloc_frame(enum AVPixelFormat pixfmt, int w, int h) AVFrame 145 libavfilter/vf_signalstats.c AVFrame *frame = av_frame_alloc(); AVFrame 201 libavfilter/vf_signalstats.c static void burn_frame8(const SignalstatsContext *s, AVFrame *f, int x, int y) AVFrame 210 libavfilter/vf_signalstats.c static void burn_frame16(const SignalstatsContext *s, AVFrame *f, int x, int y) AVFrame 224 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 225 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 258 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 259 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 298 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 299 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 346 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 347 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 389 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 390 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 423 libavfilter/vf_signalstats.c const AVFrame *in = td->in; AVFrame 424 libavfilter/vf_signalstats.c AVFrame *out = td->out; AVFrame 470 libavfilter/vf_signalstats.c const AVFrame *src = td->src; AVFrame 471 libavfilter/vf_signalstats.c AVFrame *dst_sat = td->dst_sat; AVFrame 472 libavfilter/vf_signalstats.c AVFrame *dst_hue = td->dst_hue; AVFrame 508 libavfilter/vf_signalstats.c const AVFrame *src = td->src; AVFrame 509 libavfilter/vf_signalstats.c AVFrame *dst_sat = td->dst_sat; AVFrame 510 libavfilter/vf_signalstats.c AVFrame *dst_hue = td->dst_hue; AVFrame 547 libavfilter/vf_signalstats.c static int filter_frame8(AVFilterLink *link, AVFrame *in) AVFrame 552 libavfilter/vf_signalstats.c AVFrame *out = in; AVFrame 578 libavfilter/vf_signalstats.c AVFrame *prev; AVFrame 580 libavfilter/vf_signalstats.c AVFrame *sat = s->frame_sat; AVFrame 581 libavfilter/vf_signalstats.c AVFrame *hue = s->frame_hue; AVFrame 769 libavfilter/vf_signalstats.c static int filter_frame16(AVFilterLink *link, AVFrame *in) AVFrame 774 libavfilter/vf_signalstats.c AVFrame *out = in; AVFrame 800 libavfilter/vf_signalstats.c AVFrame *prev; AVFrame 802 libavfilter/vf_signalstats.c AVFrame *sat = s->frame_sat; AVFrame 803 libavfilter/vf_signalstats.c AVFrame *hue = s->frame_hue; AVFrame 986 libavfilter/vf_signalstats.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 149 libavfilter/vf_signature.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 241 libavfilter/vf_smartblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic) AVFrame 245 libavfilter/vf_smartblur.c AVFrame *outpic; AVFrame 358 libavfilter/vf_spp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 363 libavfilter/vf_spp.c AVFrame *out = in; AVFrame 199 libavfilter/vf_sr.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 204 libavfilter/vf_sr.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 289 libavfilter/vf_ssim.c AVFrame *master, *ref; AVFrame 57 libavfilter/vf_stack.c AVFrame **frames; AVFrame 141 libavfilter/vf_stack.c AVFrame *out = arg; AVFrame 142 libavfilter/vf_stack.c AVFrame **in = s->frames; AVFrame 166 libavfilter/vf_stack.c AVFrame **in = s->frames; AVFrame 167 libavfilter/vf_stack.c AVFrame *out; AVFrame 150 libavfilter/vf_stereo3d.c AVFrame *prev; AVFrame 605 libavfilter/vf_stereo3d.c AVFrame *ileft, *iright; AVFrame 606 libavfilter/vf_stereo3d.c AVFrame *out; AVFrame 613 libavfilter/vf_stereo3d.c AVFrame *ileft = td->ileft; AVFrame 614 libavfilter/vf_stereo3d.c AVFrame *iright = td->iright; AVFrame 615 libavfilter/vf_stereo3d.c AVFrame *out = td->out; AVFrame 633 libavfilter/vf_stereo3d.c static void interleave_cols_to_any(Stereo3DContext *s, int *out_off, int p, AVFrame *in, AVFrame *out, int d) AVFrame 670 libavfilter/vf_stereo3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 675 libavfilter/vf_stereo3d.c AVFrame *out = NULL, *oleft, *oright, *ileft, *iright; AVFrame 702 libavfilter/vf_stereo3d.c FFSWAP(AVFrame *, ileft, iright); AVFrame 1069 libavfilter/vf_stereo3d.c FFSWAP(AVFrame *, oleft, oright); AVFrame 163 libavfilter/vf_subtitles.c static void overlay_ass_image(AssContext *ass, AVFrame *picref, AVFrame 178 libavfilter/vf_subtitles.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 308 libavfilter/vf_super2xsai.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 311 libavfilter/vf_super2xsai.c AVFrame *outpicref = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 79 libavfilter/vf_swaprect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 44 libavfilter/vf_swapuv.c static void do_swap(AVFrame *frame) AVFrame 57 libavfilter/vf_swapuv.c static AVFrame *get_video_buffer(AVFilterLink *link, int w, int h) AVFrame 59 libavfilter/vf_swapuv.c AVFrame *picref = ff_default_get_video_buffer(link, w, h); AVFrame 64 libavfilter/vf_swapuv.c static int filter_frame(AVFilterLink *link, AVFrame *inpicref) AVFrame 52 libavfilter/vf_telecine.c AVFrame *frame[5]; AVFrame 53 libavfilter/vf_telecine.c AVFrame *temp; AVFrame 171 libavfilter/vf_telecine.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref) AVFrame 242 libavfilter/vf_telecine.c AVFrame *frame = av_frame_clone(s->frame[i]); AVFrame 72 libavfilter/vf_threshold.c AVFrame *in; AVFrame 73 libavfilter/vf_threshold.c AVFrame *threshold; AVFrame 74 libavfilter/vf_threshold.c AVFrame *min; AVFrame 75 libavfilter/vf_threshold.c AVFrame *max; AVFrame 76 libavfilter/vf_threshold.c AVFrame *out; AVFrame 83 libavfilter/vf_threshold.c AVFrame *min = td->min; AVFrame 84 libavfilter/vf_threshold.c AVFrame *max = td->max; AVFrame 85 libavfilter/vf_threshold.c AVFrame *threshold = td->threshold; AVFrame 86 libavfilter/vf_threshold.c AVFrame *in = td->in; AVFrame 87 libavfilter/vf_threshold.c AVFrame *out = td->out; AVFrame 122 libavfilter/vf_threshold.c AVFrame *out, *in, *threshold, *min, *max; AVFrame 37 libavfilter/vf_thumbnail.c AVFrame *buf; ///< cached frame AVFrame 91 libavfilter/vf_thumbnail.c static AVFrame *get_best_frame(AVFilterContext *ctx) AVFrame 93 libavfilter/vf_thumbnail.c AVFrame *picref; AVFrame 131 libavfilter/vf_thumbnail.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 49 libavfilter/vf_thumbnail_cuda.c AVFrame *buf; ///< cached frame AVFrame 117 libavfilter/vf_thumbnail_cuda.c static AVFrame *get_best_frame(AVFilterContext *ctx) AVFrame 119 libavfilter/vf_thumbnail_cuda.c AVFrame *picref; AVFrame 197 libavfilter/vf_thumbnail_cuda.c static int thumbnail(AVFilterContext *ctx, int *histogram, AVFrame *in) AVFrame 247 libavfilter/vf_thumbnail_cuda.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 46 libavfilter/vf_tile.c AVFrame *out_ref; AVFrame 47 libavfilter/vf_tile.c AVFrame *prev_out_ref; AVFrame 159 libavfilter/vf_tile.c static void draw_blank_frame(AVFilterContext *ctx, AVFrame *out_buf) AVFrame 176 libavfilter/vf_tile.c AVFrame *out_buf = tile->out_ref; AVFrame 195 libavfilter/vf_tile.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 363 libavfilter/vf_tinterlace.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 368 libavfilter/vf_tinterlace.c AVFrame *cur, *next, *out; AVFrame 130 libavfilter/vf_tonemap.c static void tonemap(TonemapContext *s, AVFrame *out, const AVFrame *in, AVFrame 195 libavfilter/vf_tonemap.c AVFrame *in, *out; AVFrame 204 libavfilter/vf_tonemap.c AVFrame *in = td->in; AVFrame 205 libavfilter/vf_tonemap.c AVFrame *out = td->out; AVFrame 218 libavfilter/vf_tonemap.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 224 libavfilter/vf_tonemap.c AVFrame *out; AVFrame 307 libavfilter/vf_tonemap_opencl.c AVFrame *output, AVFrame *input, float peak) { AVFrame 338 libavfilter/vf_tonemap_opencl.c static int tonemap_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 343 libavfilter/vf_tonemap_opencl.c AVFrame *output = NULL; AVFrame 50 libavfilter/vf_tonemap_vaapi.c static int tonemap_vaapi_save_metadata(AVFilterContext *avctx, AVFrame *input_frame) AVFrame 151 libavfilter/vf_tonemap_vaapi.c static int tonemap_vaapi_set_filter_params(AVFilterContext *avctx, AVFrame *input_frame) AVFrame 234 libavfilter/vf_tonemap_vaapi.c static int tonemap_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 240 libavfilter/vf_tonemap_vaapi.c AVFrame *output_frame = NULL; AVFrame 45 libavfilter/vf_tpad.c AVFrame *cache_start; AVFrame 46 libavfilter/vf_tpad.c AVFrame *cache_stop; AVFrame 77 libavfilter/vf_tpad.c AVFrame *frame = NULL; AVFrame 254 libavfilter/vf_transpose.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 264 libavfilter/vf_transpose.c AVFrame *in, *out; AVFrame 272 libavfilter/vf_transpose.c AVFrame *out = td->out; AVFrame 273 libavfilter/vf_transpose.c AVFrame *in = td->in; AVFrame 329 libavfilter/vf_transpose.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 335 libavfilter/vf_transpose.c AVFrame *out; AVFrame 71 libavfilter/vf_transpose_npp.c AVFrame *frame; AVFrame 77 libavfilter/vf_transpose_npp.c AVFrame *tmp_frame; AVFrame 299 libavfilter/vf_transpose_npp.c AVFrame *out, AVFrame *in) AVFrame 333 libavfilter/vf_transpose_npp.c AVFrame *out, AVFrame *in) AVFrame 355 libavfilter/vf_transpose_npp.c AVFrame *out, AVFrame *in) = { AVFrame 360 libavfilter/vf_transpose_npp.c static int npptranspose_filter(AVFilterContext *ctx, AVFrame *out, AVFrame *in) AVFrame 363 libavfilter/vf_transpose_npp.c AVFrame *src = in; AVFrame 395 libavfilter/vf_transpose_npp.c static int npptranspose_filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 402 libavfilter/vf_transpose_npp.c AVFrame *out = NULL; AVFrame 126 libavfilter/vf_transpose_opencl.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 135 libavfilter/vf_transpose_opencl.c static int transpose_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 140 libavfilter/vf_transpose_opencl.c AVFrame *output = NULL; AVFrame 119 libavfilter/vf_transpose_vaapi.c static int transpose_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) AVFrame 125 libavfilter/vf_transpose_vaapi.c AVFrame *output_frame = NULL; AVFrame 224 libavfilter/vf_transpose_vaapi.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 136 libavfilter/vf_unsharp.c static int apply_unsharp_c(AVFilterContext *ctx, AVFrame *in, AVFrame *out) AVFrame 277 libavfilter/vf_unsharp.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 281 libavfilter/vf_unsharp.c AVFrame *out; AVFrame 209 libavfilter/vf_unsharp_opencl.c static int unsharp_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) AVFrame 214 libavfilter/vf_unsharp_opencl.c AVFrame *output = NULL; AVFrame 33 libavfilter/vf_untile.c AVFrame *frame; AVFrame 113 libavfilter/vf_untile.c AVFrame *out; AVFrame 52 libavfilter/vf_uspp.c AVFrame *frame; AVFrame 53 libavfilter/vf_uspp.c AVFrame *frame_dec; AVFrame 380 libavfilter/vf_uspp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 385 libavfilter/vf_uspp.c AVFrame *out = in; AVFrame 49 libavfilter/vf_v360.c AVFrame *in; AVFrame 50 libavfilter/vf_v360.c AVFrame *out; AVFrame 276 libavfilter/vf_v360.c const AVFrame *in = td->in; \ AVFrame 277 libavfilter/vf_v360.c AVFrame *out = td->out; \ AVFrame 4245 libavfilter/vf_v360.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 4250 libavfilter/vf_v360.c AVFrame *out; AVFrame 413 libavfilter/vf_vaguedenoiser.c static void filter(VagueDenoiserContext *s, AVFrame *in, AVFrame *out) AVFrame 537 libavfilter/vf_vaguedenoiser.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 542 libavfilter/vf_vaguedenoiser.c AVFrame *out; AVFrame 81 libavfilter/vf_vectorscope.c AVFrame *in, AVFrame *out, int pd); AVFrame 82 libavfilter/vf_vectorscope.c void (*graticulef)(struct VectorscopeContext *s, AVFrame *out, AVFrame 293 libavfilter/vf_vectorscope.c static void envelope_instant16(VectorscopeContext *s, AVFrame *out) AVFrame 314 libavfilter/vf_vectorscope.c static void envelope_peak16(VectorscopeContext *s, AVFrame *out) AVFrame 345 libavfilter/vf_vectorscope.c static void envelope_instant(VectorscopeContext *s, AVFrame *out) AVFrame 365 libavfilter/vf_vectorscope.c static void envelope_peak(VectorscopeContext *s, AVFrame *out) AVFrame 395 libavfilter/vf_vectorscope.c static void envelope16(VectorscopeContext *s, AVFrame *out) AVFrame 406 libavfilter/vf_vectorscope.c static void envelope(VectorscopeContext *s, AVFrame *out) AVFrame 417 libavfilter/vf_vectorscope.c static void vectorscope16(VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd) AVFrame 617 libavfilter/vf_vectorscope.c static void vectorscope8(VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd) AVFrame 961 libavfilter/vf_vectorscope.c static void none_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 965 libavfilter/vf_vectorscope.c static void draw_ihtext(AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 990 libavfilter/vf_vectorscope.c static void draw_ihtext16(AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint16_t color[4]) AVFrame 1016 libavfilter/vf_vectorscope.c static void draw_htext(AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 1042 libavfilter/vf_vectorscope.c static void draw_htext16(AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint16_t color[4]) AVFrame 1068 libavfilter/vf_vectorscope.c static void color_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1136 libavfilter/vf_vectorscope.c static void color_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1202 libavfilter/vf_vectorscope.c static void green_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1262 libavfilter/vf_vectorscope.c static void green_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1320 libavfilter/vf_vectorscope.c static void invert_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1379 libavfilter/vf_vectorscope.c static void invert_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) AVFrame 1437 libavfilter/vf_vectorscope.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 1442 libavfilter/vf_vectorscope.c AVFrame *out; AVFrame 54 libavfilter/vf_vflip.c static AVFrame *get_video_buffer(AVFilterLink *link, int w, int h) AVFrame 57 libavfilter/vf_vflip.c AVFrame *frame; AVFrame 77 libavfilter/vf_vflip.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 38 libavfilter/vf_vfrdet.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 50 libavfilter/vf_vibrance.c AVFrame *frame = arg; AVFrame 107 libavfilter/vf_vibrance.c AVFrame *frame = arg; AVFrame 163 libavfilter/vf_vibrance.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 159 libavfilter/vf_vidstabdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 244 libavfilter/vf_vidstabtransform.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 252 libavfilter/vf_vidstabtransform.c AVFrame *out; AVFrame 161 libavfilter/vf_vignette.c static void update_context(VignetteContext *s, AVFilterLink *inlink, AVFrame *frame) AVFrame 211 libavfilter/vf_vignette.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 217 libavfilter/vf_vignette.c AVFrame *out; AVFrame 188 libavfilter/vf_vmafmotion.c double ff_vmafmotion_process(VMAFMotionData *s, AVFrame *ref) AVFrame 220 libavfilter/vf_vmafmotion.c static void do_vmafmotion(AVFilterContext *ctx, AVFrame *ref) AVFrame 297 libavfilter/vf_vmafmotion.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref) AVFrame 470 libavfilter/vf_vpp_qsv.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref) AVFrame 43 libavfilter/vf_w3fdif.c AVFrame *prev, *cur, *next; ///< previous, current, next frames AVFrame 348 libavfilter/vf_w3fdif.c AVFrame *out, *cur, *adj; AVFrame 356 libavfilter/vf_w3fdif.c AVFrame *out = td->out; AVFrame 357 libavfilter/vf_w3fdif.c AVFrame *cur = td->cur; AVFrame 358 libavfilter/vf_w3fdif.c AVFrame *adj = td->adj; AVFrame 461 libavfilter/vf_w3fdif.c AVFrame *out, *adj; AVFrame 497 libavfilter/vf_w3fdif.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFrame 515 libavfilter/vf_w3fdif.c AVFrame *out = av_frame_clone(s->cur); AVFrame 547 libavfilter/vf_w3fdif.c AVFrame *next = av_frame_clone(s->next); AVFrame 33 libavfilter/vf_waveform.c AVFrame *in; AVFrame 34 libavfilter/vf_waveform.c AVFrame *out; AVFrame 120 libavfilter/vf_waveform.c void (*graticulef)(struct WaveformContext *s, AVFrame *out); AVFrame 123 libavfilter/vf_waveform.c void (*draw_text)(AVFrame *out, int x, int y, int mult, AVFrame 394 libavfilter/vf_waveform.c static void envelope_instant16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 442 libavfilter/vf_waveform.c static void envelope_instant(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 489 libavfilter/vf_waveform.c static void envelope_peak16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 559 libavfilter/vf_waveform.c static void envelope_peak(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 628 libavfilter/vf_waveform.c static void envelope16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 639 libavfilter/vf_waveform.c static void envelope(WaveformContext *s, AVFrame *out, int plane, int component, int offset) AVFrame 683 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 802 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 803 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 821 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 939 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 940 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 958 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1078 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1079 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1097 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1215 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1216 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1240 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1241 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1374 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1375 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1526 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1613 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1614 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1632 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1717 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1718 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1736 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1850 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1851 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 1869 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 1982 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 1983 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 2001 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 2116 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 2117 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 2135 libavfilter/vf_waveform.c AVFrame *in, AVFrame *out, AVFrame 2249 libavfilter/vf_waveform.c AVFrame *in = td->in; \ AVFrame 2250 libavfilter/vf_waveform.c AVFrame *out = td->out; \ AVFrame 2624 libavfilter/vf_waveform.c static void draw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2650 libavfilter/vf_waveform.c static void draw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2676 libavfilter/vf_waveform.c static void draw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2701 libavfilter/vf_waveform.c static void draw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2768 libavfilter/vf_waveform.c static void idraw_htext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2794 libavfilter/vf_waveform.c static void idraw_htext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2820 libavfilter/vf_waveform.c static void idraw_vtext(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2845 libavfilter/vf_waveform.c static void idraw_vtext16(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) AVFrame 2870 libavfilter/vf_waveform.c static void graticule_none(WaveformContext *s, AVFrame *out) AVFrame 2874 libavfilter/vf_waveform.c static void graticule_row(WaveformContext *s, AVFrame *out) AVFrame 2915 libavfilter/vf_waveform.c static void graticule16_row(WaveformContext *s, AVFrame *out) AVFrame 2957 libavfilter/vf_waveform.c static void graticule_column(WaveformContext *s, AVFrame *out) AVFrame 2998 libavfilter/vf_waveform.c static void graticule16_column(WaveformContext *s, AVFrame *out) AVFrame 3373 libavfilter/vf_waveform.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 3378 libavfilter/vf_waveform.c AVFrame *out; AVFrame 35 libavfilter/vf_weave.c AVFrame *prev; AVFrame 100 libavfilter/vf_weave.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 105 libavfilter/vf_weave.c AVFrame *out; AVFrame 54 libavfilter/vf_xbr.c AVFrame *in, *out; AVFrame 218 libavfilter/vf_xbr.c const AVFrame *input = td->in; AVFrame 219 libavfilter/vf_xbr.c AVFrame *output = td->out; AVFrame 356 libavfilter/vf_xbr.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 363 libavfilter/vf_xbr.c AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h); AVFrame 90 libavfilter/vf_xfade.c AVFrame *xf[2]; AVFrame 95 libavfilter/vf_xfade.c void (*transitionf)(AVFilterContext *ctx, const AVFrame *a, const AVFrame *b, AVFrame *out, float progress, AVFrame 105 libavfilter/vf_xfade.c const AVFrame *xf[2]; AVFrame 106 libavfilter/vf_xfade.c AVFrame *out; AVFrame 195 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 254 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 283 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 313 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 343 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 373 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 403 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 436 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 469 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 500 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 531 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 564 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 599 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 634 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 667 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 700 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 728 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 756 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 784 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 811 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 838 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 867 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 896 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 923 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 950 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 977 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1011 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1037 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1069 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1098 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1127 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1156 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1186 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1215 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1245 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1274 libavfilter/vf_xfade.c const AVFrame *a, const AVFrame *b, AVFrame *out, \ AVFrame 1305 libavfilter/vf_xfade.c AVFrame *in = s->xf[nb]; AVFrame 1466 libavfilter/vf_xfade.c static int xfade_frame(AVFilterContext *ctx, AVFrame *a, AVFrame *b) AVFrame 1472 libavfilter/vf_xfade.c AVFrame *out; AVFrame 1490 libavfilter/vf_xfade.c AVFrame *in = NULL; AVFrame 68 libavfilter/vf_xfade_opencl.c AVFrame *xf[2]; AVFrame 139 libavfilter/vf_xfade_opencl.c static int xfade_frame(AVFilterContext *avctx, AVFrame *a, AVFrame *b) AVFrame 143 libavfilter/vf_xfade_opencl.c AVFrame *output; AVFrame 263 libavfilter/vf_xfade_opencl.c AVFrame *in = NULL; AVFrame 369 libavfilter/vf_xfade_opencl.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h) AVFrame 52 libavfilter/vf_xmedian.c AVFrame **frames; AVFrame 134 libavfilter/vf_xmedian.c AVFrame **in, *out; AVFrame 148 libavfilter/vf_xmedian.c AVFrame **in = td->in; AVFrame 149 libavfilter/vf_xmedian.c AVFrame *out = td->out; AVFrame 193 libavfilter/vf_xmedian.c AVFrame **in = td->in; AVFrame 194 libavfilter/vf_xmedian.c AVFrame *out = td->out; AVFrame 237 libavfilter/vf_xmedian.c AVFrame **in = s->frames; AVFrame 238 libavfilter/vf_xmedian.c AVFrame *out; AVFrame 385 libavfilter/vf_xmedian.c static int tmedian_filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 391 libavfilter/vf_xmedian.c AVFrame *out; AVFrame 34 libavfilter/vf_yadif.c AVFrame *frame; AVFrame 229 libavfilter/vf_yadif.c static void filter(AVFilterContext *ctx, AVFrame *dstpic, AVFrame 121 libavfilter/vf_yadif_cuda.c static void filter(AVFilterContext *ctx, AVFrame *dst, AVFrame 220 libavfilter/vf_yaepblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFrame 225 libavfilter/vf_yaepblur.c AVFrame *out; AVFrame 94 libavfilter/vf_zoompan.c AVFrame *in; AVFrame 153 libavfilter/vf_zoompan.c static int output_single_frame(AVFilterContext *ctx, AVFrame *in, double *var_values, int i, AVFrame 162 libavfilter/vf_zoompan.c AVFrame *out; AVFrame 462 libavfilter/vf_zscale.c static void format_init(zimg_image_format *format, AVFrame *frame, const AVPixFmtDescriptor *desc, AVFrame 507 libavfilter/vf_zscale.c static int realign_frame(const AVPixFmtDescriptor *desc, AVFrame **frame) AVFrame 509 libavfilter/vf_zscale.c AVFrame *aligned = NULL; AVFrame 545 libavfilter/vf_zscale.c static int filter_frame(AVFilterLink *link, AVFrame *in) AVFrame 555 libavfilter/vf_zscale.c AVFrame *out = NULL; AVFrame 39 libavfilter/video.c AVFrame *ff_null_get_video_buffer(AVFilterLink *link, int w, int h) AVFrame 44 libavfilter/video.c AVFrame *ff_default_get_video_buffer(AVFilterLink *link, int w, int h) AVFrame 46 libavfilter/video.c AVFrame *frame = NULL; AVFrame 55 libavfilter/video.c AVFrame *frame = av_frame_alloc(); AVFrame 99 libavfilter/video.c AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h) AVFrame 101 libavfilter/video.c AVFrame *ret = NULL; AVFrame 26 libavfilter/video.h AVFrame *ff_default_get_video_buffer(AVFilterLink *link, int w, int h); AVFrame 27 libavfilter/video.h AVFrame *ff_null_get_video_buffer(AVFilterLink *link, int w, int h); AVFrame 39 libavfilter/video.h AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h); AVFrame 55 libavfilter/vmaf_motion.h double ff_vmafmotion_process(VMAFMotionData *data, AVFrame *frame); AVFrame 23 libavfilter/vsink_nullsink.c static int filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 260 libavfilter/vsrc_cellauto.c static void fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 291 libavfilter/vsrc_cellauto.c AVFrame *picref = ff_get_video_buffer(outlink, s->w, s->h); AVFrame 173 libavfilter/vsrc_gradients.c AVFrame *frame = arg; AVFrame 196 libavfilter/vsrc_gradients.c AVFrame *frame = arg; AVFrame 249 libavfilter/vsrc_gradients.c AVFrame *frame = ff_get_video_buffer(outlink, s->w, s->h); AVFrame 73 libavfilter/vsrc_life.c void (*draw)(AVFilterContext*, AVFrame*); AVFrame 346 libavfilter/vsrc_life.c static void fill_picture_monoblack(AVFilterContext *ctx, AVFrame *picref) AVFrame 371 libavfilter/vsrc_life.c static void fill_picture_rgb(AVFilterContext *ctx, AVFrame *picref) AVFrame 401 libavfilter/vsrc_life.c AVFrame *picref = ff_get_video_buffer(outlink, life->w, life->h); AVFrame 401 libavfilter/vsrc_mandelbrot.c AVFrame *picref = ff_get_video_buffer(link, s->w, s->h); AVFrame 308 libavfilter/vsrc_mptestsrc.c AVFrame *picref; AVFrame 106 libavfilter/vsrc_sierpinski.c AVFrame *frame = arg; AVFrame 131 libavfilter/vsrc_sierpinski.c AVFrame *frame = arg; AVFrame 174 libavfilter/vsrc_sierpinski.c static void draw_sierpinski(AVFilterContext *ctx, AVFrame *frame) AVFrame 203 libavfilter/vsrc_sierpinski.c AVFrame *frame = ff_get_video_buffer(link, s->w, s->h); AVFrame 62 libavfilter/vsrc_testsrc.c AVFrame *picref; ///< cached reference containing the painted picture AVFrame 64 libavfilter/vsrc_testsrc.c void (* fill_picture_fn)(AVFilterContext *ctx, AVFrame *frame); AVFrame 144 libavfilter/vsrc_testsrc.c AVFrame *frame; AVFrame 193 libavfilter/vsrc_testsrc.c static void color_fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 284 libavfilter/vsrc_testsrc.c static void haldclutsrc_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 411 libavfilter/vsrc_testsrc.c static void nullsrc_fill_picture(AVFilterContext *ctx, AVFrame *picref) { } AVFrame 527 libavfilter/vsrc_testsrc.c static void test_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 714 libavfilter/vsrc_testsrc.c static void draw_text(TestSourceContext *s, AVFrame *frame, FFDrawColor *color, AVFrame 732 libavfilter/vsrc_testsrc.c static void test2_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 995 libavfilter/vsrc_testsrc.c static void rgbtest_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 1078 libavfilter/vsrc_testsrc.c static void yuvtest_fill_picture8(AVFilterContext *ctx, AVFrame *frame) AVFrame 1135 libavfilter/vsrc_testsrc.c static void yuvtest_fill_picture16(AVFilterContext *ctx, AVFrame *frame) AVFrame 1314 libavfilter/vsrc_testsrc.c AVFrame *frame) AVFrame 1383 libavfilter/vsrc_testsrc.c static void pal75bars_fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 1431 libavfilter/vsrc_testsrc.c static void pal100bars_fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 1477 libavfilter/vsrc_testsrc.c static void smptebars_fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 1544 libavfilter/vsrc_testsrc.c static void smptehdbars_fill_picture(AVFilterContext *ctx, AVFrame *picref) AVFrame 1654 libavfilter/vsrc_testsrc.c static void allyuv_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 1735 libavfilter/vsrc_testsrc.c static void allrgb_fill_picture(AVFilterContext *ctx, AVFrame *frame) AVFrame 465 libavfilter/vulkan.c AVFrame *frame, VkPipelineStageFlagBits in_wait_dst_flag) AVFrame 467 libavfilter/vulkan.c AVFrame **dst; AVFrame 131 libavfilter/vulkan.h AVFrame **frame_deps; AVFrame 343 libavfilter/vulkan.h AVFrame *frame, VkPipelineStageFlagBits in_wait_dst_flag); AVFrame 59 libavfilter/yadif.h AVFrame *cur; AVFrame 60 libavfilter/yadif.h AVFrame *next; AVFrame 61 libavfilter/yadif.h AVFrame *prev; AVFrame 62 libavfilter/yadif.h AVFrame *out; AVFrame 64 libavfilter/yadif.h void (*filter)(AVFilterContext *ctx, AVFrame *dstpic, int parity, int tff); AVFrame 91 libavfilter/yadif.h int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame); AVFrame 69 libavfilter/yadif_common.c static int checkstride(YADIFContext *yadif, const AVFrame *a, const AVFrame *b) AVFrame 78 libavfilter/yadif_common.c static void fixstride(AVFilterLink *link, AVFrame *f) AVFrame 80 libavfilter/yadif_common.c AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height); AVFrame 92 libavfilter/yadif_common.c int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame) AVFrame 176 libavfilter/yadif_common.c AVFrame *next = av_frame_clone(yadif->next); AVFrame 585 libavformat/avformat.h AVFrame **frame, unsigned flags); AVFrame 2646 libavformat/avformat.h AVFrame *frame); AVFrame 2665 libavformat/avformat.h AVFrame *frame); AVFrame 3012 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVFrame 3022 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVFrame 636 libavformat/mux.c (*(AVFrame **)pkt->data)->nb_samples : AVFrame 727 libavformat/mux.c AVFrame **frame = (AVFrame **)pkt->data; AVFrame 1328 libavformat/mux.c av_frame_free((AVFrame **)data); AVFrame 1333 libavformat/mux.c AVFrame *frame, int interleaved) AVFrame 1347 libavformat/mux.c AVFrame **framep = av_mallocz(bufsize); AVFrame 1377 libavformat/mux.c AVFrame *frame) AVFrame 1383 libavformat/mux.c AVFrame *frame) AVFrame 48 libavformat/uncodedframecrcenc.c static void video_frame_cksum(AVBPrint *bp, AVFrame *frame) AVFrame 77 libavformat/uncodedframecrcenc.c static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) AVFrame 128 libavformat/uncodedframecrcenc.c AVFrame **frame, unsigned flags) AVFrame 3054 libavformat/utils.c AVFrame *frame = av_frame_alloc(); AVFrame 5112 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame) AVFrame 5135 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) AVFrame 304 libavformat/vapoursynth.c AVFrame *frame = (AVFrame *)data; AVFrame 341 libavformat/vapoursynth.c AVFrame *frame = NULL; AVFrame 184 libavformat/yuv4mpegenc.c AVFrame *frame; AVFrame 191 libavformat/yuv4mpegenc.c frame = (AVFrame *)pkt->data; AVFrame 568 libavresample/avresample.h AVFrame *output, AVFrame *input); AVFrame 589 libavresample/avresample.h int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in); AVFrame 505 libavresample/utils.c int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) AVFrame 527 libavresample/utils.c AVFrame *out, AVFrame *in) AVFrame 551 libavresample/utils.c AVFrame *out, AVFrame *in) AVFrame 587 libavresample/utils.c static inline int available_samples(AVFrame *out) AVFrame 604 libavresample/utils.c AVFrame *out, AVFrame *in) AVFrame 24 libavutil/downmix_info.c AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame) AVFrame 105 libavutil/downmix_info.h AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame); AVFrame 31 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp) AVFrame 32 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration) AVFrame 33 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos) AVFrame 34 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout) AVFrame 35 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int, channels) AVFrame 36 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int, sample_rate) AVFrame 37 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata) AVFrame 38 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int, decode_error_flags) AVFrame 39 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int, pkt_size) AVFrame 40 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorSpace, colorspace) AVFrame 41 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorRange, color_range) AVFrame 55 libavutil/frame.c int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int qp_type) AVFrame 91 libavutil/frame.c int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type) AVFrame 139 libavutil/frame.c static void get_frame_defaults(AVFrame *frame) AVFrame 178 libavutil/frame.c static void wipe_side_data(AVFrame *frame) AVFrame 190 libavutil/frame.c AVFrame *av_frame_alloc(void) AVFrame 192 libavutil/frame.c AVFrame *frame = av_mallocz(sizeof(*frame)); AVFrame 203 libavutil/frame.c void av_frame_free(AVFrame **frame) AVFrame 212 libavutil/frame.c static int get_video_buffer(AVFrame *frame, int align) AVFrame 269 libavutil/frame.c static int get_audio_buffer(AVFrame *frame, int align) AVFrame 325 libavutil/frame.c int av_frame_get_buffer(AVFrame *frame, int align) AVFrame 338 libavutil/frame.c static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy) AVFrame 444 libavutil/frame.c int av_frame_ref(AVFrame *dst, const AVFrame *src) AVFrame 541 libavutil/frame.c AVFrame *av_frame_clone(const AVFrame *src) AVFrame 543 libavutil/frame.c AVFrame *ret = av_frame_alloc(); AVFrame 554 libavutil/frame.c void av_frame_unref(AVFrame *frame) AVFrame 583 libavutil/frame.c void av_frame_move_ref(AVFrame *dst, AVFrame *src) AVFrame 595 libavutil/frame.c int av_frame_is_writable(AVFrame *frame) AVFrame 612 libavutil/frame.c int av_frame_make_writable(AVFrame *frame) AVFrame 614 libavutil/frame.c AVFrame tmp; AVFrame 659 libavutil/frame.c int av_frame_copy_props(AVFrame *dst, const AVFrame *src) AVFrame 664 libavutil/frame.c AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane) AVFrame 695 libavutil/frame.c AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame, AVFrame 727 libavutil/frame.c AVFrameSideData *av_frame_new_side_data(AVFrame *frame, AVFrame 739 libavutil/frame.c AVFrameSideData *av_frame_get_side_data(const AVFrame *frame, AVFrame 751 libavutil/frame.c static int frame_copy_video(AVFrame *dst, const AVFrame *src) AVFrame 776 libavutil/frame.c static int frame_copy_audio(AVFrame *dst, const AVFrame *src) AVFrame 800 libavutil/frame.c int av_frame_copy(AVFrame *dst, const AVFrame *src) AVFrame 813 libavutil/frame.c void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type) AVFrame 858 libavutil/frame.c static int calc_cropping_offsets(size_t offsets[4], const AVFrame *frame, AVFrame 890 libavutil/frame.c int av_frame_apply_cropping(AVFrame *frame, int flags) AVFrame 688 libavutil/frame.h int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame); AVFrame 690 libavutil/frame.h void av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val); AVFrame 692 libavutil/frame.h int64_t av_frame_get_pkt_duration (const AVFrame *frame); AVFrame 694 libavutil/frame.h void av_frame_set_pkt_duration (AVFrame *frame, int64_t val); AVFrame 696 libavutil/frame.h int64_t av_frame_get_pkt_pos (const AVFrame *frame); AVFrame 698 libavutil/frame.h void av_frame_set_pkt_pos (AVFrame *frame, int64_t val); AVFrame 700 libavutil/frame.h int64_t av_frame_get_channel_layout (const AVFrame *frame); AVFrame 702 libavutil/frame.h void av_frame_set_channel_layout (AVFrame *frame, int64_t val); AVFrame 704 libavutil/frame.h int av_frame_get_channels (const AVFrame *frame); AVFrame 706 libavutil/frame.h void av_frame_set_channels (AVFrame *frame, int val); AVFrame 708 libavutil/frame.h int av_frame_get_sample_rate (const AVFrame *frame); AVFrame 710 libavutil/frame.h void av_frame_set_sample_rate (AVFrame *frame, int val); AVFrame 712 libavutil/frame.h AVDictionary *av_frame_get_metadata (const AVFrame *frame); AVFrame 714 libavutil/frame.h void av_frame_set_metadata (AVFrame *frame, AVDictionary *val); AVFrame 716 libavutil/frame.h int av_frame_get_decode_error_flags (const AVFrame *frame); AVFrame 718 libavutil/frame.h void av_frame_set_decode_error_flags (AVFrame *frame, int val); AVFrame 720 libavutil/frame.h int av_frame_get_pkt_size(const AVFrame *frame); AVFrame 722 libavutil/frame.h void av_frame_set_pkt_size(AVFrame *frame, int val); AVFrame 725 libavutil/frame.h int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); AVFrame 727 libavutil/frame.h int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); AVFrame 730 libavutil/frame.h enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame); AVFrame 732 libavutil/frame.h void av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val); AVFrame 734 libavutil/frame.h enum AVColorRange av_frame_get_color_range(const AVFrame *frame); AVFrame 736 libavutil/frame.h void av_frame_set_color_range(AVFrame *frame, enum AVColorRange val); AVFrame 755 libavutil/frame.h AVFrame *av_frame_alloc(void); AVFrame 764 libavutil/frame.h void av_frame_free(AVFrame **frame); AVFrame 781 libavutil/frame.h int av_frame_ref(AVFrame *dst, const AVFrame *src); AVFrame 790 libavutil/frame.h AVFrame *av_frame_clone(const AVFrame *src); AVFrame 795 libavutil/frame.h void av_frame_unref(AVFrame *frame); AVFrame 804 libavutil/frame.h void av_frame_move_ref(AVFrame *dst, AVFrame *src); AVFrame 829 libavutil/frame.h int av_frame_get_buffer(AVFrame *frame, int align); AVFrame 843 libavutil/frame.h int av_frame_is_writable(AVFrame *frame); AVFrame 856 libavutil/frame.h int av_frame_make_writable(AVFrame *frame); AVFrame 869 libavutil/frame.h int av_frame_copy(AVFrame *dst, const AVFrame *src); AVFrame 879 libavutil/frame.h int av_frame_copy_props(AVFrame *dst, const AVFrame *src); AVFrame 889 libavutil/frame.h AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane); AVFrame 900 libavutil/frame.h AVFrameSideData *av_frame_new_side_data(AVFrame *frame, AVFrame 916 libavutil/frame.h AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame, AVFrame 924 libavutil/frame.h AVFrameSideData *av_frame_get_side_data(const AVFrame *frame, AVFrame 930 libavutil/frame.h void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type); AVFrame 964 libavutil/frame.h int av_frame_apply_cropping(AVFrame *frame, int flags); AVFrame 36 libavutil/hdr_dynamic_metadata.c AVDynamicHDRPlus *av_dynamic_hdr_plus_create_side_data(AVFrame *frame) AVFrame 341 libavutil/hdr_dynamic_metadata.h AVDynamicHDRPlus *av_dynamic_hdr_plus_create_side_data(AVFrame *frame); AVFrame 308 libavutil/hwcontext.c AVFrame **frames; AVFrame 397 libavutil/hwcontext.c static int transfer_data_alloc(AVFrame *dst, const AVFrame *src, int flags) AVFrame 400 libavutil/hwcontext.c AVFrame *frame_tmp; AVFrame 443 libavutil/hwcontext.c int av_hwframe_transfer_data(AVFrame *dst, const AVFrame *src, int flags) AVFrame 502 libavutil/hwcontext.c int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags) AVFrame 510 libavutil/hwcontext.c AVFrame *src_frame; AVFrame 738 libavutil/hwcontext.c AVFrame *dst, const AVFrame *src, AVFrame 789 libavutil/hwcontext.c int av_hwframe_map(AVFrame *dst, const AVFrame *src, int flags) AVFrame 923 libavutil/hwcontext.c int ff_hwframe_map_replace(AVFrame *dst, const AVFrame *src) AVFrame 382 libavutil/hwcontext.h int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags); AVFrame 413 libavutil/hwcontext.h int av_hwframe_transfer_data(AVFrame *dst, const AVFrame *src, int flags); AVFrame 579 libavutil/hwcontext.h int av_hwframe_map(AVFrame *dst, const AVFrame *src, int flags); AVFrame 158 libavutil/hwcontext_cuda.c static int cuda_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 204 libavutil/hwcontext_cuda.c static int cuda_transfer_data(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 205 libavutil/hwcontext_cuda.c const AVFrame *src) AVFrame 286 libavutil/hwcontext_d3d11va.c static int d3d11va_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 367 libavutil/hwcontext_d3d11va.c static int d3d11va_transfer_data(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 368 libavutil/hwcontext_d3d11va.c const AVFrame *src) AVFrame 373 libavutil/hwcontext_d3d11va.c const AVFrame *frame = download ? src : dst; AVFrame 374 libavutil/hwcontext_d3d11va.c const AVFrame *other = download ? dst : src; AVFrame 70 libavutil/hwcontext_drm.c static int drm_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) AVFrame 105 libavutil/hwcontext_drm.c AVFrame *dst, const AVFrame *src, int flags) AVFrame 189 libavutil/hwcontext_drm.c AVFrame *dst, const AVFrame *src) AVFrame 191 libavutil/hwcontext_drm.c AVFrame *map; AVFrame 220 libavutil/hwcontext_drm.c AVFrame *dst, const AVFrame *src) AVFrame 222 libavutil/hwcontext_drm.c AVFrame *map; AVFrame 251 libavutil/hwcontext_drm.c static int drm_map_from(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 252 libavutil/hwcontext_drm.c const AVFrame *src, int flags) AVFrame 236 libavutil/hwcontext_dxva2.c static int dxva2_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 275 libavutil/hwcontext_dxva2.c static int dxva2_map_frame(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src, AVFrame 333 libavutil/hwcontext_dxva2.c static int dxva2_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 334 libavutil/hwcontext_dxva2.c const AVFrame *src) AVFrame 336 libavutil/hwcontext_dxva2.c AVFrame *map; AVFrame 359 libavutil/hwcontext_dxva2.c static int dxva2_transfer_data_from(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 360 libavutil/hwcontext_dxva2.c const AVFrame *src) AVFrame 362 libavutil/hwcontext_dxva2.c AVFrame *map; AVFrame 390 libavutil/hwcontext_dxva2.c AVFrame *dst, const AVFrame *src, int flags) AVFrame 83 libavutil/hwcontext_internal.h int (*frames_get_buffer)(AVHWFramesContext *ctx, AVFrame *frame); AVFrame 87 libavutil/hwcontext_internal.h int (*transfer_data_to)(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 88 libavutil/hwcontext_internal.h const AVFrame *src); AVFrame 89 libavutil/hwcontext_internal.h int (*transfer_data_from)(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 90 libavutil/hwcontext_internal.h const AVFrame *src); AVFrame 92 libavutil/hwcontext_internal.h int (*map_to)(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 93 libavutil/hwcontext_internal.h const AVFrame *src, int flags); AVFrame 94 libavutil/hwcontext_internal.h int (*map_from)(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 95 libavutil/hwcontext_internal.h const AVFrame *src, int flags); AVFrame 136 libavutil/hwcontext_internal.h AVFrame *source; AVFrame 155 libavutil/hwcontext_internal.h AVFrame *dst, const AVFrame *src, AVFrame 164 libavutil/hwcontext_internal.h int ff_hwframe_map_replace(AVFrame *dst, const AVFrame *src); AVFrame 1739 libavutil/hwcontext_opencl.c static int opencl_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) AVFrame 1802 libavutil/hwcontext_opencl.c AVFrame *dst, const AVFrame *src) AVFrame 1857 libavutil/hwcontext_opencl.c AVFrame *dst, const AVFrame *src) AVFrame 1947 libavutil/hwcontext_opencl.c static int opencl_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1948 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2045 libavutil/hwcontext_opencl.c AVFrame *drm_frame; AVFrame 2070 libavutil/hwcontext_opencl.c AVFrame *dst, const AVFrame *src, AVFrame 2155 libavutil/hwcontext_opencl.c AVFrame *dst, const AVFrame *src, AVFrame 2158 libavutil/hwcontext_opencl.c AVFrame *tmp; AVFrame 2234 libavutil/hwcontext_opencl.c static int opencl_map_from_qsv(AVHWFramesContext *dst_fc, AVFrame *dst, AVFrame 2235 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2350 libavutil/hwcontext_opencl.c static int opencl_map_from_dxva2(AVHWFramesContext *dst_fc, AVFrame *dst, AVFrame 2351 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2511 libavutil/hwcontext_opencl.c static int opencl_map_from_d3d11(AVHWFramesContext *dst_fc, AVFrame *dst, AVFrame 2512 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2666 libavutil/hwcontext_opencl.c static int opencl_map_from_drm_arm(AVHWFramesContext *dst_fc, AVFrame *dst, AVFrame 2667 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2801 libavutil/hwcontext_opencl.c static int opencl_map_from(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2802 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 2810 libavutil/hwcontext_opencl.c static int opencl_map_to(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2811 libavutil/hwcontext_opencl.c const AVFrame *src, int flags) AVFrame 582 libavutil/hwcontext_qsv.c static int qsv_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 663 libavutil/hwcontext_qsv.c AVFrame *dst, const AVFrame *src, int flags) AVFrame 670 libavutil/hwcontext_qsv.c AVFrame *dummy; AVFrame 733 libavutil/hwcontext_qsv.c static int qsv_transfer_data_child(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 734 libavutil/hwcontext_qsv.c const AVFrame *src) AVFrame 741 libavutil/hwcontext_qsv.c AVFrame *dummy; AVFrame 767 libavutil/hwcontext_qsv.c static int map_frame_to_surface(const AVFrame *frame, mfxFrameSurface1 *surface) AVFrame 810 libavutil/hwcontext_qsv.c static int qsv_transfer_data_from(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 811 libavutil/hwcontext_qsv.c const AVFrame *src) AVFrame 879 libavutil/hwcontext_qsv.c static int qsv_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 880 libavutil/hwcontext_qsv.c const AVFrame *src) AVFrame 890 libavutil/hwcontext_qsv.c AVFrame tmp_frame; AVFrame 891 libavutil/hwcontext_qsv.c const AVFrame *src_frame; AVFrame 1029 libavutil/hwcontext_qsv.c AVFrame *dst, const AVFrame *src, int flags) AVFrame 649 libavutil/hwcontext_vaapi.c static int vaapi_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) AVFrame 737 libavutil/hwcontext_vaapi.c AVFrame *dst, const AVFrame *src, int flags) AVFrame 872 libavutil/hwcontext_vaapi.c AVFrame *dst, const AVFrame *src) AVFrame 874 libavutil/hwcontext_vaapi.c AVFrame *map; AVFrame 903 libavutil/hwcontext_vaapi.c AVFrame *dst, const AVFrame *src) AVFrame 905 libavutil/hwcontext_vaapi.c AVFrame *map; AVFrame 933 libavutil/hwcontext_vaapi.c static int vaapi_map_to_memory(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 934 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 999 libavutil/hwcontext_vaapi.c static int vaapi_map_from_drm(AVHWFramesContext *src_fc, AVFrame *dst, AVFrame 1000 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 1128 libavutil/hwcontext_vaapi.c static int vaapi_map_to_drm_esh(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1129 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 1246 libavutil/hwcontext_vaapi.c static int vaapi_map_to_drm_abh(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1247 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 1367 libavutil/hwcontext_vaapi.c static int vaapi_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1368 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 1384 libavutil/hwcontext_vaapi.c static int vaapi_map_to(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1385 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 1397 libavutil/hwcontext_vaapi.c static int vaapi_map_from(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1398 libavutil/hwcontext_vaapi.c const AVFrame *src, int flags) AVFrame 277 libavutil/hwcontext_vdpau.c static int vdpau_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 315 libavutil/hwcontext_vdpau.c static int vdpau_transfer_data_from(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 316 libavutil/hwcontext_vdpau.c const AVFrame *src) AVFrame 370 libavutil/hwcontext_vdpau.c static int vdpau_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst, AVFrame 371 libavutil/hwcontext_vdpau.c const AVFrame *src) AVFrame 78 libavutil/hwcontext_videotoolbox.c static int vt_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) AVFrame 114 libavutil/hwcontext_videotoolbox.c static int vt_map_frame(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src, AVFrame 171 libavutil/hwcontext_videotoolbox.c AVFrame *dst, const AVFrame *src) AVFrame 173 libavutil/hwcontext_videotoolbox.c AVFrame *map; AVFrame 202 libavutil/hwcontext_videotoolbox.c AVFrame *dst, const AVFrame *src) AVFrame 204 libavutil/hwcontext_videotoolbox.c AVFrame *map; AVFrame 1759 libavutil/hwcontext_vulkan.c static int vulkan_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) AVFrame 1825 libavutil/hwcontext_vulkan.c static int vulkan_map_frame_to_mem(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 1826 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2189 libavutil/hwcontext_vulkan.c static int vulkan_map_from_drm(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2190 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2230 libavutil/hwcontext_vulkan.c AVFrame *dst, const AVFrame *src, AVFrame 2234 libavutil/hwcontext_vulkan.c AVFrame *tmp = av_frame_alloc(); AVFrame 2267 libavutil/hwcontext_vulkan.c const AVFrame *frame) AVFrame 2393 libavutil/hwcontext_vulkan.c AVFrame *dst, const AVFrame *src) AVFrame 2476 libavutil/hwcontext_vulkan.c static int vulkan_map_to(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2477 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2521 libavutil/hwcontext_vulkan.c static int vulkan_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2522 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2622 libavutil/hwcontext_vulkan.c static int vulkan_map_to_vaapi(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2623 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2626 libavutil/hwcontext_vulkan.c AVFrame *tmp = av_frame_alloc(); AVFrame 2649 libavutil/hwcontext_vulkan.c static int vulkan_map_from(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2650 libavutil/hwcontext_vulkan.c const AVFrame *src, int flags) AVFrame 2870 libavutil/hwcontext_vulkan.c static int transfer_image_buf(AVHWFramesContext *hwfc, const AVFrame *f, AVFrame 2985 libavutil/hwcontext_vulkan.c static int vulkan_transfer_data_from_mem(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 2986 libavutil/hwcontext_vulkan.c const AVFrame *src) AVFrame 2989 libavutil/hwcontext_vulkan.c AVFrame tmp; AVFrame 3010 libavutil/hwcontext_vulkan.c AVFrame *map = av_frame_alloc(); AVFrame 3084 libavutil/hwcontext_vulkan.c static int vulkan_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 3085 libavutil/hwcontext_vulkan.c const AVFrame *src) AVFrame 3105 libavutil/hwcontext_vulkan.c static int vulkan_transfer_data_to_cuda(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 3106 libavutil/hwcontext_vulkan.c const AVFrame *src) AVFrame 3174 libavutil/hwcontext_vulkan.c static int vulkan_transfer_data_to_mem(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 3175 libavutil/hwcontext_vulkan.c const AVFrame *src) AVFrame 3178 libavutil/hwcontext_vulkan.c AVFrame tmp; AVFrame 3194 libavutil/hwcontext_vulkan.c AVFrame *map = av_frame_alloc(); AVFrame 3268 libavutil/hwcontext_vulkan.c static int vulkan_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, AVFrame 3269 libavutil/hwcontext_vulkan.c const AVFrame *src) AVFrame 32 libavutil/mastering_display_metadata.c AVMasteringDisplayMetadata *av_mastering_display_metadata_create_side_data(AVFrame *frame) AVFrame 55 libavutil/mastering_display_metadata.c AVContentLightMetadata *av_content_light_metadata_create_side_data(AVFrame *frame) AVFrame 87 libavutil/mastering_display_metadata.h AVMasteringDisplayMetadata *av_mastering_display_metadata_create_side_data(AVFrame *frame); AVFrame 126 libavutil/mastering_display_metadata.h AVContentLightMetadata *av_content_light_metadata_create_side_data(AVFrame *frame); AVFrame 33 libavutil/stereo3d.c AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame) AVFrame 208 libavutil/stereo3d.h AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame); AVFrame 57 libavutil/video_enc_params.c av_video_enc_params_create_side_data(AVFrame *frame, enum AVVideoEncParamsType type, AVFrame 160 libavutil/video_enc_params.h av_video_enc_params_create_side_data(AVFrame *frame, enum AVVideoEncParamsType type, AVFrame 556 libswresample/swresample.h AVFrame *output, const AVFrame *input); AVFrame 572 libswresample/swresample.h int swr_config_frame(SwrContext *swr, const AVFrame *out, const AVFrame *in); AVFrame 26 libswresample/swresample_frame.c int swr_config_frame(SwrContext *s, const AVFrame *out, const AVFrame *in) AVFrame 55 libswresample/swresample_frame.c const AVFrame *out, const AVFrame *in) AVFrame 79 libswresample/swresample_frame.c AVFrame *out, const AVFrame *in) AVFrame 110 libswresample/swresample_frame.c static inline int available_samples(AVFrame *out) AVFrame 124 libswresample/swresample_frame.c AVFrame *out, const AVFrame *in) AVFrame 36 tests/api/api-band-test.c static void draw_horiz_band(AVCodecContext *ctx, const AVFrame *fr, int offset[4], AVFrame 73 tests/api/api-band-test.c AVFrame *fr = NULL; AVFrame 34 tests/api/api-codec-param-test.c AVFrame *frame = NULL; AVFrame 112 tests/api/api-flac-test.c AVFrame *in_frame, *out_frame; AVFrame 48 tests/api/api-h264-slice-test.c static int decode(AVCodecContext *dec_ctx, AVFrame *frame, AVFrame 113 tests/api/api-h264-slice-test.c AVFrame *frame = NULL; AVFrame 38 tests/api/api-h264-test.c AVFrame *fr = NULL; AVFrame 76 tests/api/api-seek-test.c AVCodecContext *ctx, AVFrame *fr, uint64_t ts_start, uint64_t ts_end, int no_seeking) AVFrame 179 tests/api/api-seek-test.c AVFrame *fr = NULL; AVFrame 47 tests/api/api-threadmessage-test.c AVFrame *frame; AVFrame 108 tools/target_dec_fuzzer.c int (*decode_handler)(AVCodecContext *avctx, AVFrame *picture, AVFrame 275 tools/target_dec_fuzzer.c AVFrame *frame = av_frame_alloc(); AVFrame 47 tools/uncoded_frame.c AVFrame *frame = NULL; AVFrame 32 tools/venc_data_dump.c static int decode_read(AVCodecContext *decoder, AVFrame *frame, int flush, int max_frames) AVFrame 110 tools/venc_data_dump.c AVFrame *frame = NULL;