AVFrame           107 doc/examples/decoding_encoding.c     AVFrame *frame;
AVFrame           250 doc/examples/decoding_encoding.c     AVFrame *decoded_frame = NULL;
AVFrame           353 doc/examples/decoding_encoding.c     AVFrame *frame;
AVFrame           507 doc/examples/decoding_encoding.c                               AVFrame *frame, int *frame_count, AVPacket *pkt, int last)
AVFrame           540 doc/examples/decoding_encoding.c     AVFrame *frame;
AVFrame            53 doc/examples/demuxing_decoding.c static AVFrame *frame = NULL;
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           198 doc/examples/filtering_audio.c static void print_frame(const AVFrame *frame)
AVFrame           216 doc/examples/filtering_audio.c     AVFrame *frame = av_frame_alloc();
AVFrame           217 doc/examples/filtering_audio.c     AVFrame *filt_frame = av_frame_alloc();
AVFrame           172 doc/examples/filtering_video.c static void display_frame(const AVFrame *frame, AVRational time_base)
AVFrame           207 doc/examples/filtering_video.c     AVFrame *frame = av_frame_alloc();
AVFrame           208 doc/examples/filtering_video.c     AVFrame *filt_frame = av_frame_alloc();
AVFrame            60 doc/examples/muxing.c     AVFrame *frame;
AVFrame            61 doc/examples/muxing.c     AVFrame *tmp_frame;
AVFrame           181 doc/examples/muxing.c static AVFrame *alloc_audio_frame(enum AVSampleFormat sample_fmt,
AVFrame           185 doc/examples/muxing.c     AVFrame *frame = av_frame_alloc();
AVFrame           267 doc/examples/muxing.c static AVFrame *get_audio_frame(OutputStream *ost)
AVFrame           269 doc/examples/muxing.c     AVFrame *frame = ost->tmp_frame;
AVFrame           300 doc/examples/muxing.c     AVFrame *frame;
AVFrame           360 doc/examples/muxing.c static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height)
AVFrame           362 doc/examples/muxing.c     AVFrame *picture;
AVFrame           420 doc/examples/muxing.c static void fill_yuv_image(AVFrame *pict, int frame_index,
AVFrame           449 doc/examples/muxing.c static AVFrame *get_video_frame(OutputStream *ost)
AVFrame           494 doc/examples/muxing.c     AVFrame *frame;
AVFrame           154 doc/examples/qsvdec.c static int get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
AVFrame           220 doc/examples/qsvdec.c                          AVFrame *frame, AVPacket *pkt,
AVFrame           313 doc/examples/qsvdec.c     AVFrame *frame = NULL;
AVFrame           223 doc/examples/transcode_aac.c static int init_input_frame(AVFrame **frame)
AVFrame           303 doc/examples/transcode_aac.c static int decode_audio_frame(AVFrame *frame,
AVFrame           449 doc/examples/transcode_aac.c     AVFrame *input_frame = NULL;
AVFrame           508 doc/examples/transcode_aac.c static int init_output_frame(AVFrame **frame,
AVFrame           550 doc/examples/transcode_aac.c static int encode_audio_frame(AVFrame *frame,
AVFrame           602 doc/examples/transcode_aac.c     AVFrame *output_frame;
AVFrame           366 doc/examples/transcoding.c static int encode_write_frame(AVFrame *filt_frame, unsigned int stream_index, int *got_frame) {
AVFrame           370 doc/examples/transcoding.c     int (*enc_func)(AVCodecContext *, AVPacket *, const AVFrame *, int *) =
AVFrame           402 doc/examples/transcoding.c static int filter_encode_write_frame(AVFrame *frame, unsigned int stream_index)
AVFrame           405 doc/examples/transcoding.c     AVFrame *filt_frame;
AVFrame           470 doc/examples/transcoding.c     AVFrame *frame = NULL;
AVFrame           475 doc/examples/transcoding.c     int (*dec_func)(AVCodecContext *, AVFrame *, int *, const AVPacket *);
AVFrame           168 ffmpeg.c           AVFrame *frame = ist->sub2video.frame;
AVFrame           211 ffmpeg.c           AVFrame *frame = ist->sub2video.frame;
AVFrame           225 ffmpeg.c           AVFrame *frame = ist->sub2video.frame;
AVFrame           751 ffmpeg.c                                AVFrame *frame)
AVFrame           885 ffmpeg.c                                AVFrame *next_picture,
AVFrame          1010 ffmpeg.c           AVFrame *in_picture;
AVFrame          1224 ffmpeg.c           AVFrame *filtered_frame = NULL;
AVFrame          1615 ffmpeg.c                   int (*encode)(AVCodecContext*, AVPacket*, const AVFrame*, int*) = NULL;
AVFrame          1813 ffmpeg.c           AVFrame *decoded_frame, *f;
AVFrame          1947 ffmpeg.c           AVFrame *decoded_frame, *f;
AVFrame          2375 ffmpeg.c       static int get_buffer(AVCodecContext *s, AVFrame *frame, int flags)
AVFrame           255 ffmpeg.h           AVFrame *decoded_frame;
AVFrame           256 ffmpeg.h           AVFrame *filter_frame; /* a ref of decoded_frame, to be sent to filters */
AVFrame           297 ffmpeg.h               AVFrame *frame;
AVFrame           318 ffmpeg.h           int  (*hwaccel_get_buffer)(AVCodecContext *s, AVFrame *frame, int flags);
AVFrame           319 ffmpeg.h           int  (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame);
AVFrame           394 ffmpeg.h           AVFrame *filtered_frame;
AVFrame           395 ffmpeg.h           AVFrame *last_frame;
AVFrame           115 ffmpeg_dxva2.c     AVFrame                     *tmp_frame;
AVFrame           203 ffmpeg_dxva2.c static int dxva2_get_buffer(AVCodecContext *s, AVFrame *frame, int flags)
AVFrame           252 ffmpeg_dxva2.c static int dxva2_retrieve_data(AVCodecContext *s, AVFrame *frame)
AVFrame            26 ffmpeg_vda.c       AVFrame *tmp_frame;
AVFrame            29 ffmpeg_vda.c   static int vda_retrieve_data(AVCodecContext *s, AVFrame *frame)
AVFrame            56 ffmpeg_vdpau.c     AVFrame *tmp_frame;
AVFrame            97 ffmpeg_vdpau.c static int vdpau_get_buffer(AVCodecContext *s, AVFrame *frame, int flags)
AVFrame           140 ffmpeg_vdpau.c static int vdpau_retrieve_data(AVCodecContext *s, AVFrame *frame)
AVFrame           148 ffplay.c           AVFrame *frame;
AVFrame           541 ffplay.c       static int decoder_decode_frame(Decoder *d, AVFrame *frame, AVSubtitle *sub) {
AVFrame          1785 ffplay.c       static int queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t pos, int serial)
AVFrame          1880 ffplay.c       static int get_video_frame(VideoState *is, AVFrame *frame)
AVFrame          1957 ffplay.c       static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const char *vfilters, AVFrame *frame)
AVFrame          2126 ffplay.c           AVFrame *frame = av_frame_alloc();
AVFrame          2219 ffplay.c           AVFrame *frame = av_frame_alloc();
AVFrame          1758 ffprobe.c      static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
AVFrame          1849 ffprobe.c                                                AVFrame *frame, AVPacket *pkt)
AVFrame          1918 ffprobe.c          AVFrame *frame = NULL;
AVFrame            43 libavcodec/012v.c     AVFrame *pic = data;
AVFrame           833 libavcodec/4xm.c     AVFrame *picture      = data;
AVFrame            59 libavcodec/8bps.c     AVFrame *frame = data;
AVFrame            90 libavcodec/8svx.c     AVFrame *frame       = data;
AVFrame            69 libavcodec/a64multienc.c static void to_meta_with_crop(AVCodecContext *avctx, const AVFrame *p, int *dest)
AVFrame           269 libavcodec/a64multienc.c                                  const AVFrame *p, int *got_packet)
AVFrame           267 libavcodec/aac.h     AVFrame *frame;
AVFrame          3089 libavcodec/aacdec.c             ((AVFrame *)data)->data[1] =((AVFrame *)data)->data[0];
AVFrame          3091 libavcodec/aacdec.c             ((AVFrame *)data)->data[0] =((AVFrame *)data)->data[1];
AVFrame           493 libavcodec/aacenc.c static void copy_input_samples(AACEncContext *s, const AVFrame *frame)
AVFrame           516 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            38 libavcodec/aasc.c     AVFrame *frame;
AVFrame          1411 libavcodec/ac3dec.c     AVFrame *frame     = data;
AVFrame           311 libavcodec/ac3enc.h                               const AVFrame *frame, int *got_packet_ptr);
AVFrame           313 libavcodec/ac3enc.h                               const AVFrame *frame, int *got_packet_ptr);
AVFrame           392 libavcodec/ac3enc_template.c                            const AVFrame *frame, int *got_packet_ptr)
AVFrame           664 libavcodec/adpcm.c     AVFrame *frame     = data;
AVFrame           472 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           141 libavcodec/aic.c     AVFrame        *frame;
AVFrame           262 libavcodec/alac.c static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index,
AVFrame           456 libavcodec/alac.c     AVFrame *frame    = data;
AVFrame           608 libavcodec/alacenc.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame            33 libavcodec/aliaspixdec.c     AVFrame *f = data;
AVFrame            39 libavcodec/aliaspixenc.c                         const AVFrame *frame, int *got_packet)
AVFrame          1474 libavcodec/alsdec.c     AVFrame *frame           = data;
AVFrame           953 libavcodec/amrnbdec.c     AVFrame *frame     = data;
AVFrame          1096 libavcodec/amrwbdec.c     AVFrame *frame     = data;
AVFrame            32 libavcodec/anm.c     AVFrame *frame;
AVFrame            54 libavcodec/ansi.c     AVFrame *frame;
AVFrame          1396 libavcodec/apedec.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           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           192 libavcodec/asvenc.c static inline void dct_get(ASV1Context *a, const AVFrame *frame,
AVFrame           219 libavcodec/asvenc.c                         const AVFrame *pict, int *got_packet)
AVFrame           226 libavcodec/asvenc.c         AVFrame *clone = av_frame_alloc();
AVFrame           275 libavcodec/atrac1.c     AVFrame *frame     = data;
AVFrame           737 libavcodec/atrac3.c     AVFrame *frame     = data;
AVFrame           331 libavcodec/atrac3plusdec.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            44 libavcodec/aura.c     AVFrame *frame = data;
AVFrame          1477 libavcodec/avcodec.h                             const AVFrame *src, int offset[AV_NUM_DATA_POINTERS],
AVFrame          2132 libavcodec/avcodec.h     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2146 libavcodec/avcodec.h     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2161 libavcodec/avcodec.h     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2244 libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVFrame          2743 libavcodec/avcodec.h     AVFrame *coded_frame;
AVFrame          3256 libavcodec/avcodec.h     int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
AVFrame          3322 libavcodec/avcodec.h     int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
AVFrame          3622 libavcodec/avcodec.h AVFrame *avcodec_alloc_frame(void);
AVFrame          3632 libavcodec/avcodec.h void avcodec_get_frame_defaults(AVFrame *frame);
AVFrame          3647 libavcodec/avcodec.h void avcodec_free_frame(AVFrame **frame);
AVFrame          3960 libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3961 libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3962 libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3970 libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVFrame          4139 libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVFrame          4185 libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVFrame          4571 libavcodec/avcodec.h                           const AVFrame *frame, int *got_packet_ptr);
AVFrame          4590 libavcodec/avcodec.h                          const AVFrame *pict);
AVFrame          4628 libavcodec/avcodec.h                           const AVFrame *frame, int *got_packet_ptr);
AVFrame          5006 libavcodec/avcodec.h int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
AVFrame            81 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            57 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           807 libavcodec/bink.c static int binkb_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb,
AVFrame           953 libavcodec/bink.c static int bink_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb,
AVFrame          1185 libavcodec/bink.c     AVFrame *frame = data;
AVFrame           290 libavcodec/binkaudio.c     AVFrame *frame      = data;
AVFrame            39 libavcodec/bintext.c     AVFrame *frame;
AVFrame            36 libavcodec/bmp.c     AVFrame *p         = data;
AVFrame            71 libavcodec/bmpenc.c                             const AVFrame *pict, int *got_packet)
AVFrame            73 libavcodec/bmpenc.c     const AVFrame * const p = pict;
AVFrame            44 libavcodec/bmvaudio.c     AVFrame *frame     = data;
AVFrame           203 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           391 libavcodec/cavs.c static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height,
AVFrame           478 libavcodec/cavs.c         AVFrame *ref = h->DPB[mv->ref].f;
AVFrame           488 libavcodec/cavs.c         AVFrame *ref = h->DPB[0].f;
AVFrame           159 libavcodec/cavs.h     AVFrame *f;
AVFrame            67 libavcodec/cdgraphics.c     AVFrame *frame;
AVFrame           200 libavcodec/cdgraphics.c                        AVFrame *new_frame, int roll_over)
AVFrame           269 libavcodec/cdgraphics.c     AVFrame *frame = data;
AVFrame           124 libavcodec/cdxl.c static void cdxl_decode_rgb(CDXLVideoContext *c, AVFrame *frame)
AVFrame           133 libavcodec/cdxl.c static void cdxl_decode_ham6(CDXLVideoContext *c, AVFrame *frame)
AVFrame           176 libavcodec/cdxl.c static void cdxl_decode_ham8(CDXLVideoContext *c, AVFrame *frame)
AVFrame           223 libavcodec/cdxl.c     AVFrame * const p = data;
AVFrame            61 libavcodec/cinepak.c     AVFrame *frame;
AVFrame           140 libavcodec/cinepakenc.c     AVFrame *last_frame;
AVFrame           141 libavcodec/cinepakenc.c     AVFrame *best_frame;
AVFrame           142 libavcodec/cinepakenc.c     AVFrame *scratch_frame;
AVFrame           143 libavcodec/cinepakenc.c     AVFrame *input_frame;
AVFrame          1121 libavcodec/cinepakenc.c static int rd_frame(CinepakEncContext *s, const AVFrame *frame, int isakeyframe, unsigned char *buf, int buf_size)
AVFrame          1232 libavcodec/cinepakenc.c             FFSWAP(AVFrame *, s->best_frame, s->scratch_frame);
AVFrame          1271 libavcodec/cinepakenc.c                                 const AVFrame *frame, int *got_packet)
AVFrame          1286 libavcodec/cinepakenc.c     FFSWAP(AVFrame *, s->last_frame, s->best_frame);
AVFrame            38 libavcodec/cljrdec.c     AVFrame * const p = data;
AVFrame            40 libavcodec/cljrenc.c                         const AVFrame *p, int *got_packet)
AVFrame           211 libavcodec/cllc.c static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
AVFrame           255 libavcodec/cllc.c static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
AVFrame           299 libavcodec/cllc.c static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic)
AVFrame           358 libavcodec/cllc.c     AVFrame *pic = data;
AVFrame           105 libavcodec/cngdec.c     AVFrame *frame = data;
AVFrame            70 libavcodec/cngenc.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame           956 libavcodec/cook.c     AVFrame *frame     = data;
AVFrame            46 libavcodec/cpia.c     AVFrame *frame;
AVFrame            62 libavcodec/cpia.c     AVFrame *frame = cpia->frame;
AVFrame           128 libavcodec/crystalhd.c     AVFrame *pic;
AVFrame            34 libavcodec/cscd.c     AVFrame *pic;
AVFrame            40 libavcodec/cscd.c static void copy_frame_default(AVFrame *f, const uint8_t *src,
AVFrame            52 libavcodec/cscd.c static void add_frame_default(AVFrame *f, const uint8_t *src,
AVFrame            66 libavcodec/cyuv.c     AVFrame *frame = data;
AVFrame          1325 libavcodec/dcadec.c     AVFrame *frame     = data;
AVFrame           914 libavcodec/dcaenc.c                         const AVFrame *frame, int *got_packet_ptr)
AVFrame           340 libavcodec/dfa.c     AVFrame *frame = data;
AVFrame            82 libavcodec/diracdec.c     AVFrame *avframe;
AVFrame          1676 libavcodec/diracdec.c static int get_buffer_with_edge(AVCodecContext *avctx, AVFrame *f, int flags)
AVFrame          1779 libavcodec/diracdec.c static int get_delayed_pic(DiracContext *s, AVFrame *picture, int *got_frame)
AVFrame          1906 libavcodec/diracdec.c     AVFrame *picture    = data;
AVFrame          1924 libavcodec/diracdec.c         return get_delayed_pic(s, (AVFrame *)data, got_frame);
AVFrame           115 libavcodec/dnxhddec.c static int dnxhd_decode_header(DNXHDContext *ctx, AVFrame *frame,
AVFrame           338 libavcodec/dnxhddec.c static int dnxhd_decode_macroblock(DNXHDContext *ctx, AVFrame *frame,
AVFrame           422 libavcodec/dnxhddec.c static int dnxhd_decode_macroblocks(DNXHDContext *ctx, AVFrame *frame,
AVFrame           447 libavcodec/dnxhddec.c     AVFrame *picture = data;
AVFrame          1028 libavcodec/dnxhdenc.c static void dnxhd_load_picture(DNXHDEncContext *ctx, const AVFrame *frame)
AVFrame          1044 libavcodec/dnxhdenc.c                                 const AVFrame *frame, int *got_packet)
AVFrame           174 libavcodec/dpcm.c     AVFrame *frame = data;
AVFrame            75 libavcodec/dpx.c     AVFrame *const p = data;
AVFrame           173 libavcodec/dpxenc.c                         const AVFrame *frame, int *got_packet)
AVFrame           122 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            42 libavcodec/dv.h     AVFrame         *frame;
AVFrame           719 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            34 libavcodec/dxtory.c static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic,
AVFrame            61 libavcodec/dxtory.c static int dxtory_decode_v1_410(AVCodecContext *avctx, AVFrame *pic,
AVFrame           104 libavcodec/dxtory.c static int dxtory_decode_v1_420(AVCodecContext *avctx, AVFrame *pic,
AVFrame           141 libavcodec/dxtory.c static int dxtory_decode_v1_444(AVCodecContext *avctx, AVFrame *pic,
AVFrame           240 libavcodec/dxtory.c static int dxtory_decode_v2_565(AVCodecContext *avctx, AVFrame *pic,
AVFrame           322 libavcodec/dxtory.c static int dxtory_decode_v2_rgb(AVCodecContext *avctx, AVFrame *pic,
AVFrame           410 libavcodec/dxtory.c static int dxtory_decode_v2_410(AVCodecContext *avctx, AVFrame *pic,
AVFrame           513 libavcodec/dxtory.c static int dxtory_decode_v2_420(AVCodecContext *avctx, AVFrame *pic,
AVFrame           613 libavcodec/dxtory.c static int dxtory_decode_v2_444(AVCodecContext *avctx, AVFrame *pic,
AVFrame           683 libavcodec/dxtory.c     AVFrame *pic = data;
AVFrame            33 libavcodec/dxva2.c void *ff_dxva2_get_surface(const AVFrame *frame)
AVFrame            39 libavcodec/dxva2.c                                     const AVFrame *frame)
AVFrame            94 libavcodec/dxva2.c int ff_dxva2_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVFrame            38 libavcodec/dxva2_internal.h void *ff_dxva2_get_surface(const AVFrame *frame);
AVFrame            41 libavcodec/dxva2_internal.h                                     const AVFrame *frame);
AVFrame            49 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           204 libavcodec/eatgq.c     AVFrame *frame     = data;
AVFrame            43 libavcodec/eatgv.c     AVFrame *last_frame;
AVFrame           147 libavcodec/eatgv.c static int tgv_decode_inter(TgvContext *s, AVFrame *frame,
AVFrame           270 libavcodec/eatgv.c     AVFrame *frame         = data;
AVFrame            76 libavcodec/eatqi.c static inline void tqi_idct_put(TqiContext *t, AVFrame *frame, int16_t (*block)[64])
AVFrame           112 libavcodec/eatqi.c     AVFrame *frame = data;
AVFrame            42 libavcodec/error_resilience.h     AVFrame *f;
AVFrame            45 libavcodec/escape124.c     AVFrame *frame;
AVFrame           205 libavcodec/escape124.c     AVFrame *frame = data;
AVFrame           196 libavcodec/escape130.c     AVFrame *pic        = data;
AVFrame           741 libavcodec/evrcdec.c     AVFrame *frame     = data;
AVFrame            85 libavcodec/exr.c     AVFrame *picture;
AVFrame           831 libavcodec/exr.c     AVFrame *const p = s->picture;
AVFrame          1246 libavcodec/exr.c     AVFrame *picture = data;
AVFrame            93 libavcodec/ffv1.h     AVFrame *cur;
AVFrame           364 libavcodec/ffv1dec.c     AVFrame * const p = f->cur;
AVFrame           864 libavcodec/ffv1dec.c     AVFrame *p;
AVFrame          1110 libavcodec/ffv1enc.c     const AVFrame *const p = f->picture.f;
AVFrame          1176 libavcodec/ffv1enc.c                         const AVFrame *pict, int *got_packet)
AVFrame          1180 libavcodec/ffv1enc.c     AVFrame *const p    = f->picture.f;
AVFrame           428 libavcodec/ffwavesynth.c     AVFrame *frame = rframe;
AVFrame            40 libavcodec/fic.c     AVFrame *frame;
AVFrame            41 libavcodec/fic.c     AVFrame *final_frame;
AVFrame           499 libavcodec/flacdec.c     AVFrame *frame     = data;
AVFrame          1237 libavcodec/flacenc.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame            53 libavcodec/flashsv.c     AVFrame        *frame;
AVFrame           851 libavcodec/flashsv2enc.c                                  const AVFrame *p, int *got_packet)
AVFrame           144 libavcodec/flashsvenc.c static int encode_bitstream(FlashSVContext *s, const AVFrame *p, uint8_t *buf,
AVFrame           219 libavcodec/flashsvenc.c                                 const AVFrame *pict, int *got_packet)
AVFrame           222 libavcodec/flashsvenc.c     const AVFrame * const p = pict;
AVFrame            74 libavcodec/flicvideo.c     AVFrame *frame;
AVFrame            74 libavcodec/frame_thread_encoder.c         AVFrame *frame;
AVFrame           249 libavcodec/frame_thread_encoder.c int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr){
AVFrame           257 libavcodec/frame_thread_encoder.c         AVFrame *new = av_frame_alloc();
AVFrame            25 libavcodec/frame_thread_encoder.h int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr);
AVFrame           138 libavcodec/fraps.c     AVFrame * const f = data;
AVFrame            49 libavcodec/frwu.c     AVFrame *pic = data;
AVFrame           666 libavcodec/g2meet.c     AVFrame *pic = data;
AVFrame            90 libavcodec/g722dec.c     AVFrame *frame = data;
AVFrame           354 libavcodec/g722enc.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame          1156 libavcodec/g723_1.c     AVFrame *frame     = data;
AVFrame          2340 libavcodec/g723_1.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame           343 libavcodec/g726.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame           429 libavcodec/g726.c     AVFrame *frame     = data;
AVFrame           417 libavcodec/g729dec.c     AVFrame *frame = data;
AVFrame            46 libavcodec/gif.c     AVFrame *last_frame;
AVFrame           266 libavcodec/gif.c                             const AVFrame *pict, int *got_packet)
AVFrame           308 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           416 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           409 libavcodec/h263dec.c     AVFrame *pict = data;
AVFrame           100 libavcodec/h264.c     AVFrame *cur  = &h->cur_pic.f;
AVFrame           101 libavcodec/h264.c     AVFrame *last = h->ref_list[0][0].f.data[0] ? &h->ref_list[0][0].f : NULL;
AVFrame           116 libavcodec/h264.c         AVFrame *src;
AVFrame          1736 libavcodec/h264.c static int output_frame(H264Context *h, AVFrame *dst, H264Picture *srcp)
AVFrame          1738 libavcodec/h264.c     AVFrame *src = &srcp->f;
AVFrame          1790 libavcodec/h264.c     AVFrame *pict      = data;
AVFrame          1880 libavcodec/h264.c                 AVFrame *f = &h->next_output_pic->f;
AVFrame           293 libavcodec/h264.h     struct AVFrame f;
AVFrame          1287 libavcodec/hevc.c                         AVFrame *ref, const Mv *mv, int x_off, int y_off,
AVFrame          1348 libavcodec/hevc.c                        AVFrame *ref0, const Mv *mv0, int x_off, int y_off,
AVFrame          1349 libavcodec/hevc.c                        int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv)
AVFrame          1503 libavcodec/hevc.c static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1,
AVFrame          2511 libavcodec/hevc.c     AVFrame *out = s->ref->frame;
AVFrame          3012 libavcodec/hevc.c static int verify_md5(HEVCContext *s, AVFrame *frame)
AVFrame           706 libavcodec/hevc.h     AVFrame *frame;
AVFrame           810 libavcodec/hevc.h     AVFrame *frame;
AVFrame           811 libavcodec/hevc.h     AVFrame *output_frame;
AVFrame          1004 libavcodec/hevc.h int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc);
AVFrame          1010 libavcodec/hevc.h int ff_hevc_output_frame(HEVCContext *s, AVFrame *frame, int flush);
AVFrame           134 libavcodec/hevc_refs.c int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc)
AVFrame           170 libavcodec/hevc_refs.c int ff_hevc_output_frame(HEVCContext *s, AVFrame *out, int flush)
AVFrame           206 libavcodec/hevc_refs.c             AVFrame *dst = out;
AVFrame           207 libavcodec/hevc_refs.c             AVFrame *src = frame->frame;
AVFrame           132 libavcodec/hnm4video.c static void copy_processed_frame(AVCodecContext *avctx, AVFrame *frame)
AVFrame           396 libavcodec/hnm4video.c     AVFrame *frame = data;
AVFrame            42 libavcodec/hqx.c typedef int (*mb_decode_func)(HQXContext *ctx, AVFrame *pic,
AVFrame           192 libavcodec/hqx.c static inline void put_blocks(AVFrame *pic, int plane,
AVFrame           263 libavcodec/hqx.c static int hqx_decode_422(HQXContext *ctx, AVFrame *pic,
AVFrame           296 libavcodec/hqx.c static int hqx_decode_422a(HQXContext *ctx, AVFrame *pic,
AVFrame           345 libavcodec/hqx.c static int hqx_decode_444(HQXContext *ctx, AVFrame *pic,
AVFrame           380 libavcodec/hqx.c static int hqx_decode_444a(HQXContext *ctx, AVFrame *pic,
AVFrame           432 libavcodec/hqx.c static int decode_slice(HQXContext *ctx, AVFrame *pic, GetBitContext *gb,
AVFrame           490 libavcodec/hqx.c     AVFrame *pic = data;
AVFrame           843 libavcodec/huffyuvdec.c static void draw_slice(HYuvContext *s, AVFrame *frame, int y)
AVFrame           908 libavcodec/huffyuvdec.c     AVFrame *const p = data;
AVFrame           750 libavcodec/huffyuvenc.c                         const AVFrame *pict, int *got_packet)
AVFrame           759 libavcodec/huffyuvenc.c     const AVFrame * const p = pict;
AVFrame           172 libavcodec/idcinvideo.c static int idcin_decode_vlcs(IdcinContext *s, AVFrame *frame)
AVFrame           218 libavcodec/idcinvideo.c     AVFrame *frame = data;
AVFrame            45 libavcodec/iff.c     AVFrame *frame;
AVFrame          1017 libavcodec/imc.c     AVFrame *frame     = data;
AVFrame            37 libavcodec/indeo2.c     AVFrame *picture;
AVFrame           146 libavcodec/indeo2.c     AVFrame *picture     = data;
AVFrame           147 libavcodec/indeo2.c     AVFrame * const p    = s->picture;
AVFrame          1073 libavcodec/indeo3.c     AVFrame *frame     = data;
AVFrame           105 libavcodec/internal.h     AVFrame *to_free;
AVFrame           154 libavcodec/internal.h int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame);
AVFrame           157 libavcodec/internal.h void avpriv_color_frame(AVFrame *frame, const int color[4]);
AVFrame           211 libavcodec/internal.h int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
AVFrame           217 libavcodec/internal.h int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame);
AVFrame           254 libavcodec/internal.h int ff_side_data_update_matrix_encoding(AVFrame *frame,
AVFrame           267 libavcodec/internal.h int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
AVFrame            54 libavcodec/interplayvideo.c     AVFrame *second_last_frame;
AVFrame            55 libavcodec/interplayvideo.c     AVFrame *last_frame;
AVFrame            69 libavcodec/interplayvideo.c static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y)
AVFrame            91 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame)
AVFrame            96 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame)
AVFrame           101 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame)
AVFrame           125 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame)
AVFrame           151 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame)
AVFrame           172 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame)
AVFrame           185 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame)
AVFrame           194 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame)
AVFrame           238 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame)
AVFrame           316 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame)
AVFrame           386 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xA(IpvideoContext *s, AVFrame *frame)
AVFrame           452 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xB(IpvideoContext *s, AVFrame *frame)
AVFrame           466 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xC(IpvideoContext *s, AVFrame *frame)
AVFrame           485 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xD(IpvideoContext *s, AVFrame *frame)
AVFrame           510 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xE(IpvideoContext *s, AVFrame *frame)
AVFrame           527 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xF(IpvideoContext *s, AVFrame *frame)
AVFrame           548 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x6_16(IpvideoContext *s, AVFrame *frame)
AVFrame           560 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x7_16(IpvideoContext *s, AVFrame *frame)
AVFrame           597 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x8_16(IpvideoContext *s, AVFrame *frame)
AVFrame           673 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0x9_16(IpvideoContext *s, AVFrame *frame)
AVFrame           740 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xA_16(IpvideoContext *s, AVFrame *frame)
AVFrame           806 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xB_16(IpvideoContext *s, AVFrame *frame)
AVFrame           822 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xC_16(IpvideoContext *s, AVFrame *frame)
AVFrame           842 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xD_16(IpvideoContext *s, AVFrame *frame)
AVFrame           863 libavcodec/interplayvideo.c static int ipvideo_decode_block_opcode_0xE_16(IpvideoContext *s, AVFrame *frame)
AVFrame           882 libavcodec/interplayvideo.c static int (* const ipvideo_decode_block[])(IpvideoContext *s, AVFrame *frame) = {
AVFrame           893 libavcodec/interplayvideo.c static int (* const ipvideo_decode_block16[])(IpvideoContext *s, AVFrame *frame) = {
AVFrame           904 libavcodec/interplayvideo.c static void ipvideo_decode_opcodes(IpvideoContext *s, AVFrame *frame)
AVFrame           987 libavcodec/interplayvideo.c     AVFrame *frame = data;
AVFrame          1024 libavcodec/interplayvideo.c     FFSWAP(AVFrame*, s->second_last_frame, s->last_frame);
AVFrame          1057 libavcodec/ivi_common.c     AVFrame       *frame = data;
AVFrame           272 libavcodec/ivi_common.h     AVFrame         *p_frame;
AVFrame            63 libavcodec/j2kenc.c     const AVFrame *picture;
AVFrame           918 libavcodec/j2kenc.c                         const AVFrame *pict, int *got_packet)
AVFrame          1170 libavcodec/jpeg2000dec.c                                 AVFrame *picture)
AVFrame          1591 libavcodec/jpeg2000dec.c     AVFrame *picture = data;
AVFrame           250 libavcodec/jpeglsenc.c                              const AVFrame *pict, int *got_packet)
AVFrame           252 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           532 libavcodec/lagarith.c     AVFrame *const p  = data;
AVFrame           168 libavcodec/lcldec.c     AVFrame *frame = data;
AVFrame            75 libavcodec/lclenc.c                         const AVFrame *p, int *got_packet)
AVFrame            98 libavcodec/libaacplus.c                                 const AVFrame *frame, int *got_packet)
AVFrame           109 libavcodec/libcelt_dec.c     AVFrame *frame = data;
AVFrame           180 libavcodec/libfaac.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame           318 libavcodec/libfdk-aacdec.c     AVFrame *frame = data;
AVFrame           310 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           184 libavcodec/libmp3lame.c                                 const AVFrame *frame, int *got_packet_ptr)
AVFrame            94 libavcodec/libopencore-amr.c     AVFrame *frame     = data;
AVFrame           227 libavcodec/libopencore-amr.c                                const AVFrame *frame, int *got_packet_ptr)
AVFrame           325 libavcodec/libopencore-amr.c     AVFrame *frame     = data;
AVFrame           163 libavcodec/libopenh264enc.c                             const AVFrame *frame, int *got_packet)
AVFrame           173 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copy_to_packed8(AVFrame *picture, opj_image_t *image) {
AVFrame           185 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copy_to_packed16(AVFrame *picture, opj_image_t *image) {
AVFrame           203 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copyto8(AVFrame *picture, opj_image_t *image) {
AVFrame           221 libavcodec/libopenjpegdec.c static inline void libopenjpeg_copyto16(AVFrame *picture, opj_image_t *image) {
AVFrame           260 libavcodec/libopenjpegdec.c     AVFrame *picture        = data;
AVFrame           257 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVFrame           297 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed12(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVFrame           336 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVFrame           376 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVFrame           417 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVFrame           461 libavcodec/libopenjpegenc.c                                     const AVFrame *frame, int *got_packet)
AVFrame           469 libavcodec/libopenjpegenc.c     AVFrame *gbrframe;
AVFrame           131 libavcodec/libopusdec.c     AVFrame *frame               = data;
AVFrame           310 libavcodec/libopusenc.c                           const AVFrame *frame, int *got_packet_ptr)
AVFrame           215 libavcodec/libschroedingerdec.c     AVFrame *avframe = data;
AVFrame           238 libavcodec/libschroedingerenc.c                                                    const AVFrame *frame)
AVFrame           265 libavcodec/libschroedingerenc.c                                         const AVFrame *frame, int *got_packet)
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            52 libavcodec/libstagefright.cpp     AVFrame *vframe;
AVFrame            77 libavcodec/libstagefright.cpp     AVFrame *prev_frame;
AVFrame           364 libavcodec/libstagefright.cpp     AVFrame *ret_frame;
AVFrame           465 libavcodec/libstagefright.cpp     *(AVFrame*)data = *ret_frame;
AVFrame           275 libavcodec/libtheoraenc.c                         const AVFrame *frame, int *got_packet)
AVFrame           104 libavcodec/libtwolame.c                                 const AVFrame *frame, int *got_packet_ptr)
AVFrame           144 libavcodec/libutvideodec.cpp     AVFrame *pic = avctx->coded_frame;
AVFrame           227 libavcodec/libutvideodec.cpp     av_frame_move_ref((AVFrame*)data, pic);
AVFrame           135 libavcodec/libutvideoenc.cpp                                 const AVFrame *pic, int *got_packet)
AVFrame           124 libavcodec/libvo-aacenc.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame           112 libavcodec/libvo-amrwbenc.c                                const AVFrame *frame, int *got_packet_ptr)
AVFrame           141 libavcodec/libvorbisdec.c     AVFrame *frame = data;
AVFrame           275 libavcodec/libvorbisenc.c                                   const AVFrame *frame, int *got_packet_ptr)
AVFrame           119 libavcodec/libvpxdec.c     AVFrame *picture = data;
AVFrame           540 libavcodec/libvpxenc.c                       AVPacket *pkt, AVFrame *coded_frame)
AVFrame           595 libavcodec/libvpxenc.c                         AVFrame *coded_frame)
AVFrame           698 libavcodec/libvpxenc.c                       const AVFrame *frame, int *got_packet)
AVFrame            44 libavcodec/libwavpackenc.c                                 const AVFrame *frame, int *got_output)
AVFrame            44 libavcodec/libwebpenc.c     AVFrame *ref;
AVFrame           107 libavcodec/libwebpenc.c                                 const AVFrame *frame, int *got_packet)
AVFrame           110 libavcodec/libwebpenc.c     AVFrame *alt_frame = NULL;
AVFrame           160 libavcodec/libx264.c static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame,
AVFrame           217 libavcodec/libx265.c                                 const AVFrame *pic, int *got_packet)
AVFrame           114 libavcodec/libxavs.c                       const AVFrame *frame, int *got_packet)
AVFrame           704 libavcodec/libxvid.c                              const AVFrame *picture, int *got_packet)
AVFrame           708 libavcodec/libxvid.c     AVFrame *p             = avctx->coded_frame;
AVFrame            62 libavcodec/ljpegenc.c                             const AVFrame *frame)
AVFrame           123 libavcodec/ljpegenc.c                                        const AVFrame *frame, int predictor,
AVFrame           188 libavcodec/ljpegenc.c                             const AVFrame *frame)
AVFrame           211 libavcodec/ljpegenc.c                               const AVFrame *pict, int *got_packet)
AVFrame           198 libavcodec/loco.c     AVFrame * const p     = data;
AVFrame           239 libavcodec/mace.c     AVFrame *frame     = data;
AVFrame           149 libavcodec/mdec.c static inline void idct_put(MDECContext *a, AVFrame *frame, int mb_x, int mb_y)
AVFrame           346 libavcodec/mimic.c static void prepare_avpic(MimicContext *ctx, AVPicture *dst, AVFrame *src)
AVFrame          1196 libavcodec/mjpegdec.c                              const AVFrame *reference)
AVFrame          1375 libavcodec/mjpegdec.c                         int mb_bitmask_size, const AVFrame *reference)
AVFrame          1939 libavcodec/mjpegdec.c     AVFrame     *frame = data;
AVFrame            96 libavcodec/mjpegdec.h     AVFrame *picture; /* picture structure */
AVFrame            97 libavcodec/mjpegdec.h     AVFrame *picture_ptr; /* pointer to picture structure */
AVFrame           144 libavcodec/mjpegdec.h                         const AVFrame *reference);
AVFrame           216 libavcodec/mjpegenc.c                               const AVFrame *pic_arg, int *got_packet)
AVFrame           220 libavcodec/mjpegenc.c     AVFrame *pic;
AVFrame          1044 libavcodec/mlpdec.c                        AVFrame *frame, int *got_frame_ptr)
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          2055 libavcodec/mpeg12dec.c static int slice_end(AVCodecContext *avctx, AVFrame *pict)
AVFrame          2401 libavcodec/mpeg12dec.c static int decode_chunks(AVCodecContext *avctx, AVFrame *picture,
AVFrame          2739 libavcodec/mpeg12dec.c     AVFrame *picture = data;
AVFrame            89 libavcodec/mpegaudiodec_template.c     AVFrame *frame;
AVFrame          1918 libavcodec/mpegaudiodec_template.c     AVFrame *frame         = data;
AVFrame           745 libavcodec/mpegaudioenc_template.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame            31 libavcodec/mpegutils.c                         AVFrame *cur, AVFrame *last,
AVFrame            50 libavcodec/mpegutils.c         AVFrame *src;
AVFrame           123 libavcodec/mpegutils.h void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last,
AVFrame          1749 libavcodec/mpegvideo.c static void gray_frame(AVFrame *frame)
AVFrame          2151 libavcodec/mpegvideo.c void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
AVFrame          2527 libavcodec/mpegvideo.c void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict)
AVFrame          2534 libavcodec/mpegvideo.c int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type)
AVFrame           103 libavcodec/mpegvideo.h     struct AVFrame *f;
AVFrame           683 libavcodec/mpegvideo.h     AVFrame *tmp_frames[MAX_B_FRAMES + 2];
AVFrame           772 libavcodec/mpegvideo.h                           const AVFrame *frame, int *got_packet);
AVFrame           778 libavcodec/mpegvideo.h void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict);
AVFrame           779 libavcodec/mpegvideo.h void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
AVFrame           784 libavcodec/mpegvideo.h int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type);
AVFrame          1079 libavcodec/mpegvideo_enc.c static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg)
AVFrame          1262 libavcodec/mpegvideo_enc.c static int encode_frame(AVCodecContext *c, AVFrame *frame)
AVFrame          1705 libavcodec/mpegvideo_enc.c                           const AVFrame *pic_arg, int *got_packet)
AVFrame            42 libavcodec/msrle.c     AVFrame *frame;
AVFrame            33 libavcodec/mss1.c     AVFrame       *pic;
AVFrame            39 libavcodec/mss2.c     AVFrame       *last_pic;
AVFrame           378 libavcodec/mss2.c     AVFrame *f;
AVFrame           469 libavcodec/mss2.c     AVFrame *frame   = data;
AVFrame           111 libavcodec/mss3.c     AVFrame          *pic;
AVFrame           128 libavcodec/mss4.c     AVFrame    *pic;
AVFrame            50 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            34 libavcodec/mvcdec.c     AVFrame *frame;
AVFrame            34 libavcodec/mxpegdec.c     AVFrame *picture[2]; /* pictures array */
AVFrame           160 libavcodec/mxpegdec.c                                   AVFrame *reference_ptr)
AVFrame           289 libavcodec/mxpegdec.c                     AVFrame *reference_ptr = s->picture[s->picture_index ^ 1];
AVFrame           144 libavcodec/nellymoserdec.c     AVFrame *frame     = data;
AVFrame           375 libavcodec/nellymoserenc.c                         const AVFrame *frame, int *got_packet_ptr)
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           157 libavcodec/nuv.c     AVFrame *picture   = data;
AVFrame           892 libavcodec/nvenc.c static int process_output_surface(AVCodecContext *avctx, AVPacket *pkt, AVFrame *coded_frame, NvencOutputSurface *tmpoutsurf)
AVFrame           980 libavcodec/nvenc.c     const AVFrame *frame, int *got_packet)
AVFrame           682 libavcodec/on2avc.c static int on2avc_reconstruct_stereo(On2AVCContext *c, AVFrame *dst, int offset)
AVFrame           728 libavcodec/on2avc.c                                       AVFrame *dst, int offset)
AVFrame           793 libavcodec/on2avc.c                                   int buf_size, AVFrame *dst, int offset)
AVFrame           840 libavcodec/on2avc.c     AVFrame *frame     = data;
AVFrame           261 libavcodec/options.c #define FOFFSET(x) offsetof(AVFrame,x)
AVFrame           331 libavcodec/options.c static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
AVFrame           446 libavcodec/opusdec.c     AVFrame *frame      = data;
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            84 libavcodec/pcm.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame           292 libavcodec/pcm.c     AVFrame *frame     = data;
AVFrame            70 libavcodec/pcx.c     AVFrame * const p  = data;
AVFrame           105 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, int value, int run,
AVFrame           105 libavcodec/pictordec.c     AVFrame *frame = data;
AVFrame           582 libavcodec/pngdec.c                              uint32_t length, AVFrame *p)
AVFrame           731 libavcodec/pngdec.c static void handle_small_bpp(PNGDecContext *s, AVFrame *p)
AVFrame           846 libavcodec/pngdec.c static void handle_p_frame_png(PNGDecContext *s, AVFrame *p)
AVFrame           867 libavcodec/pngdec.c                                AVFrame *p)
AVFrame           966 libavcodec/pngdec.c                                AVFrame *p, AVPacket *avpkt)
AVFrame           972 libavcodec/pngdec.c     AVFrame *ref;
AVFrame          1107 libavcodec/pngdec.c     AVFrame *p;
AVFrame          1160 libavcodec/pngdec.c     AVFrame *p;
AVFrame           290 libavcodec/pngenc.c                         const AVFrame *pict, int *got_packet)
AVFrame           293 libavcodec/pngenc.c     const AVFrame *const p = pict;
AVFrame            45 libavcodec/pnmdec.c     AVFrame * const p    = data;
AVFrame            27 libavcodec/pnmenc.c                             const AVFrame *p, int *got_packet)
AVFrame            40 libavcodec/proresdec.h     AVFrame *frame;
AVFrame           505 libavcodec/proresdec2.c     AVFrame *pic = ctx->frame;
AVFrame           617 libavcodec/proresdec2.c     AVFrame *frame = data;
AVFrame            56 libavcodec/proresdec_lgpl.c     AVFrame    *frame;
AVFrame           569 libavcodec/proresdec_lgpl.c     AVFrame *pic = ctx->frame;
AVFrame           371 libavcodec/proresenc_anatoliy.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x,
AVFrame           441 libavcodec/proresenc_anatoliy.c static int prores_encode_picture(AVCodecContext *avctx, const AVFrame *pic,
AVFrame           490 libavcodec/proresenc_anatoliy.c                                const AVFrame *pict, int *got_packet)
AVFrame           507 libavcodec/proresenc_kostya.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic,
AVFrame           750 libavcodec/proresenc_kostya.c static int find_slice_quant(AVCodecContext *avctx, const AVFrame *pic,
AVFrame           931 libavcodec/proresenc_kostya.c                         const AVFrame *pic, int *got_packet)
AVFrame            71 libavcodec/pthread_frame.c     AVFrame *frame;                 ///< Output frame (for decoding) or input (for encoding).
AVFrame            93 libavcodec/pthread_frame.c     AVFrame *released_buffers;
AVFrame            97 libavcodec/pthread_frame.c     AVFrame *requested_frame;       ///< AVFrame the codec passed to get_buffer()
AVFrame           308 libavcodec/pthread_frame.c         AVFrame *f;
AVFrame           404 libavcodec/pthread_frame.c                            AVFrame *picture, int *got_picture_ptr,
AVFrame           855 libavcodec/pthread_frame.c     AVFrame *dst, *tmp;
AVFrame            32 libavcodec/ptx.c     AVFrame * const p = data;
AVFrame           692 libavcodec/qcelpdec.c     AVFrame *frame     = data;
AVFrame          1853 libavcodec/qdm2.c     AVFrame *frame     = data;
AVFrame            39 libavcodec/qdrw.c     AVFrame * const p      = data;
AVFrame            33 libavcodec/qpeg.c     AVFrame *pic, *ref;
AVFrame           259 libavcodec/qpeg.c     AVFrame * const p = a->pic;
AVFrame           260 libavcodec/qpeg.c     AVFrame * const ref = a->ref;
AVFrame           266 libavcodec/qsv.c static AVFrame *find_frame(QSVContext *q, mfxFrameSurface1 *surf)
AVFrame           278 libavcodec/qsv.c                   AVFrame *frame, int *got_frame,
AVFrame           315 libavcodec/qsv.c         AVFrame *src_frame;
AVFrame           140 libavcodec/qsv_h264.c static int qsv_process_data(AVCodecContext *avctx, AVFrame *frame,
AVFrame           213 libavcodec/qsv_h264.c     AVFrame *frame    = data;
AVFrame            42 libavcodec/qsv_internal.h     AVFrame *frame;
AVFrame            81 libavcodec/qsv_internal.h                   AVFrame *frame, int *got_frame,
AVFrame            44 libavcodec/qtrle.c     AVFrame *frame;
AVFrame           140 libavcodec/qtrleenc.c static void qtrle_encode_line(QtrleEncContext *s, const AVFrame *p, int line, uint8_t **buf)
AVFrame           326 libavcodec/qtrleenc.c static int encode_frame(QtrleEncContext *s, const AVFrame *p, uint8_t *buf)
AVFrame           368 libavcodec/qtrleenc.c                               const AVFrame *pict, int *got_packet)
AVFrame           371 libavcodec/qtrleenc.c     AVFrame * const p = avctx->coded_frame;
AVFrame            44 libavcodec/r210dec.c     AVFrame *pic = data;
AVFrame            38 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           195 libavcodec/ra288.c     AVFrame *frame     = data;
AVFrame           425 libavcodec/ralf.c     AVFrame *frame   = data;
AVFrame           160 libavcodec/rawdec.c     AVFrame   *frame   = data;
AVFrame            47 libavcodec/rawenc.c                       const AVFrame *frame, int *got_packet)
AVFrame           179 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           223 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           781 libavcodec/roqvideoenc.c static void create_clusters(const AVFrame *frame, int w, int h, uint8_t *yuvClusters)
AVFrame           967 libavcodec/roqvideoenc.c     FFSWAP(AVFrame *, enc->current_frame, enc->last_frame);
AVFrame          1081 libavcodec/roqvideoenc.c                             const AVFrame *frame, int *got_packet)
AVFrame            50 libavcodec/rpza.c     AVFrame *frame;
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           704 libavcodec/rv10.c     AVFrame *pict = data;
AVFrame          1587 libavcodec/rv34.c static int finish_frame(AVCodecContext *avctx, AVFrame *pict)
AVFrame          1635 libavcodec/rv34.c     AVFrame *pict = data;
AVFrame            94 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           207 libavcodec/sgidec.c     AVFrame *p = data;
AVFrame            48 libavcodec/sgienc.c                         const AVFrame *frame, int *got_packet)
AVFrame            50 libavcodec/sgienc.c     const AVFrame * const p = frame;
AVFrame            35 libavcodec/sgirledec.c     AVFrame *frame;
AVFrame           418 libavcodec/shorten.c     AVFrame *frame     = data;
AVFrame           526 libavcodec/sipr.c     AVFrame *frame   = data;
AVFrame            51 libavcodec/smacker.c     AVFrame *pic;
AVFrame           624 libavcodec/smacker.c     AVFrame *frame     = data;
AVFrame            49 libavcodec/smc.c     AVFrame *frame;
AVFrame            36 libavcodec/smvjpegdec.c     AVFrame *picture[2]; /* pictures array */
AVFrame           149 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           124 libavcodec/snow.h     const AVFrame *new_picture;
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           243 libavcodec/snow.h int ff_snow_get_buffer(SnowContext *s, AVFrame *frame);
AVFrame           434 libavcodec/snowdec.c     AVFrame *picture = data;
AVFrame          1469 libavcodec/snowenc.c static int ratecontrol_1pass(SnowContext *s, AVFrame *pict)
AVFrame          1548 libavcodec/snowenc.c                         const AVFrame *pict, int *got_packet)
AVFrame          1552 libavcodec/snowenc.c     AVFrame *pic = pict;
AVFrame           714 libavcodec/sonic.c                               const AVFrame *frame, int *got_packet_ptr)
AVFrame           969 libavcodec/sonic.c     AVFrame *frame = data;
AVFrame            34 libavcodec/sunrast.c     AVFrame * const p        = data;
AVFrame           179 libavcodec/sunrastenc.c                                 const AVFrame *frame, int *got_packet_ptr)
AVFrame            59 libavcodec/svq1dec.c     AVFrame *prev;
AVFrame           516 libavcodec/svq1dec.c static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame)
AVFrame           615 libavcodec/svq1dec.c     AVFrame       *cur = data;
AVFrame           249 libavcodec/svq1enc.c     const AVFrame *f = s->avctx->coded_frame;
AVFrame           577 libavcodec/svq1enc.c                              const AVFrame *pict, int *got_packet)
AVFrame           580 libavcodec/svq1enc.c     AVFrame *const p        = avctx->coded_frame;
AVFrame           608 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           674 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            42 libavcodec/targaenc.c static int targa_encode_rle(uint8_t *outbuf, int out_size, const AVFrame *pic,
AVFrame            62 libavcodec/targaenc.c static int targa_encode_normal(uint8_t *outbuf, const AVFrame *pic, int bpp, int w, int h)
AVFrame            78 libavcodec/targaenc.c                               const AVFrame *p, int *got_packet)
AVFrame            36 libavcodec/thread.h     AVFrame *f;
AVFrame            61 libavcodec/thread.h int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
AVFrame            35 libavcodec/tiertexseqv.c     AVFrame *frame;
AVFrame           227 libavcodec/tiff.c                         const char *name, const char *sep, TiffContext *s, AVFrame *frame)
AVFrame           290 libavcodec/tiff.c static void unpack_yuv(TiffContext *s, AVFrame *p,
AVFrame           340 libavcodec/tiff.c static int tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
AVFrame           407 libavcodec/tiff.c static int tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
AVFrame           486 libavcodec/tiff.c static int tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
AVFrame           776 libavcodec/tiff.c static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
AVFrame          1169 libavcodec/tiff.c     AVFrame *const p = data;
AVFrame           200 libavcodec/tiffenc.c static void pack_yuv(TiffEncoderContext *s, const AVFrame *p,
AVFrame           243 libavcodec/tiffenc.c                         const AVFrame *pict, int *got_packet)
AVFrame           247 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           491 libavcodec/truemotion2.c static inline void tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           512 libavcodec/truemotion2.c static inline void tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           534 libavcodec/truemotion2.c static inline void tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           575 libavcodec/truemotion2.c static inline void tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           621 libavcodec/truemotion2.c static inline void tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           656 libavcodec/truemotion2.c static inline void tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           696 libavcodec/truemotion2.c static inline void tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by)
AVFrame           750 libavcodec/truemotion2.c static int tm2_decode_blocks(TM2Context *ctx, AVFrame *p)
AVFrame           879 libavcodec/truemotion2.c     AVFrame * const p    = l->pic;
AVFrame           309 libavcodec/truespeech.c     AVFrame *frame     = data;
AVFrame            50 libavcodec/tscc.c     AVFrame *frame;
AVFrame            71 libavcodec/tscc.c     AVFrame *frame = c->frame;
AVFrame            38 libavcodec/tscc2.c     AVFrame       *pic;
AVFrame           216 libavcodec/tta.c     AVFrame *frame     = data;
AVFrame            94 libavcodec/ttaenc.c static int32_t get_sample(const AVFrame *frame, int sample,
AVFrame           113 libavcodec/ttaenc.c                             const AVFrame *frame, int *got_packet_ptr)
AVFrame           479 libavcodec/twinvq.c     AVFrame *frame     = data;
AVFrame            34 libavcodec/txd.c     AVFrame * const p = data;
AVFrame            40 libavcodec/ulti.c     AVFrame *frame;
AVFrame            93 libavcodec/ulti.c static void ulti_convert_yuv(AVFrame *frame, int x, int y,
AVFrame           117 libavcodec/ulti.c static void ulti_pattern(AVFrame *frame, int x, int y,
AVFrame           140 libavcodec/ulti.c static void ulti_grad(AVFrame *frame, int x, int y, uint8_t *Y, int chroma, int angle)
AVFrame           259 libavcodec/utils.c int ff_side_data_update_matrix_encoding(AVFrame *frame,
AVFrame           474 libavcodec/utils.c int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
AVFrame           510 libavcodec/utils.c static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame)
AVFrame           609 libavcodec/utils.c static int audio_get_buffer(AVCodecContext *avctx, AVFrame *frame)
AVFrame           654 libavcodec/utils.c static int video_get_buffer(AVCodecContext *s, AVFrame *pic)
AVFrame           692 libavcodec/utils.c void avpriv_color_frame(AVFrame *frame, const int c[4])
AVFrame           715 libavcodec/utils.c int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags)
AVFrame           738 libavcodec/utils.c int ff_init_buffer_info(AVCodecContext *avctx, AVFrame *frame)
AVFrame           837 libavcodec/utils.c int avcodec_default_get_buffer(AVCodecContext *avctx, AVFrame *frame)
AVFrame           844 libavcodec/utils.c     AVFrame frame;
AVFrame           864 libavcodec/utils.c int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame)
AVFrame           869 libavcodec/utils.c static int get_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags)
AVFrame          1030 libavcodec/utils.c int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
AVFrame          1038 libavcodec/utils.c static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame)
AVFrame          1040 libavcodec/utils.c     AVFrame *tmp;
AVFrame          1077 libavcodec/utils.c int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)
AVFrame          1086 libavcodec/utils.c void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic)
AVFrame          1093 libavcodec/utils.c int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic)
AVFrame          1249 libavcodec/utils.c void avcodec_get_frame_defaults(AVFrame *frame)
AVFrame          1258 libavcodec/utils.c     memset(frame, 0, sizeof(AVFrame));
AVFrame          1262 libavcodec/utils.c AVFrame *avcodec_alloc_frame(void)
AVFrame          1267 libavcodec/utils.c void avcodec_free_frame(AVFrame **frame)
AVFrame          1784 libavcodec/utils.c static int pad_last_frame(AVCodecContext *s, AVFrame **dst, const AVFrame *src)
AVFrame          1786 libavcodec/utils.c     AVFrame *frame = NULL;
AVFrame          1823 libavcodec/utils.c                                               const AVFrame *frame,
AVFrame          1826 libavcodec/utils.c     AVFrame *extended_frame = NULL;
AVFrame          1827 libavcodec/utils.c     AVFrame *padded_frame = NULL;
AVFrame          1855 libavcodec/utils.c         memcpy(extended_frame, frame, sizeof(AVFrame));
AVFrame          1971 libavcodec/utils.c     AVFrame *frame;
AVFrame          2051 libavcodec/utils.c                                              const AVFrame *pict)
AVFrame          2087 libavcodec/utils.c                                               const AVFrame *frame,
AVFrame          2278 libavcodec/utils.c static int add_metadata_from_side_data(AVCodecContext *avctx, AVFrame *frame)
AVFrame          2290 libavcodec/utils.c static int unrefcount_frame(AVCodecInternal *avci, AVFrame *frame)
AVFrame          2336 libavcodec/utils.c int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVFrame          2434 libavcodec/utils.c     AVFrame *frame = av_frame_alloc();
AVFrame          2483 libavcodec/utils.c                                               AVFrame *frame,
AVFrame           534 libavcodec/utvideoenc.c                                 const AVFrame *pic, int *got_packet)
AVFrame            77 libavcodec/v210dec.c     AVFrame *pic = data;
AVFrame           110 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            45 libavcodec/v308enc.c                              const AVFrame *pic, int *got_packet)
AVFrame            35 libavcodec/v408dec.c     AVFrame *pic = data;
AVFrame            40 libavcodec/v408enc.c                              const AVFrame *pic, int *got_packet)
AVFrame            48 libavcodec/v410dec.c     AVFrame *pic = data;
AVFrame            46 libavcodec/v410enc.c                              const AVFrame *pic, int *got_packet)
AVFrame            39 libavcodec/vaapi_internal.h static inline VASurfaceID ff_vaapi_get_surface_id(AVFrame *pic)
AVFrame           191 libavcodec/vb.c     AVFrame *frame         = data;
AVFrame            83 libavcodec/vble.c static void vble_restore_plane(VBLEContext *ctx, AVFrame *pic,
AVFrame           119 libavcodec/vble.c     AVFrame *pic     = data;
AVFrame           375 libavcodec/vc1.h     AVFrame *sprite_output_frame;
AVFrame           306 libavcodec/vc1dec.c     AVFrame *f = s->current_picture.f;
AVFrame           614 libavcodec/vc1dec.c     AVFrame *pict = data;
AVFrame            53 libavcodec/vcr1.c     AVFrame *const p          = data;
AVFrame           146 libavcodec/vda_h264.c     AVFrame *frame                      = &h->cur_pic_ptr->f;
AVFrame           363 libavcodec/vda_h264.c     AVFrame *frame        = &h->cur_pic_ptr->f;
AVFrame           509 libavcodec/vda_h264.c static int vda_h264_alloc_frame(AVCodecContext *avctx, AVFrame *frame)
AVFrame            64 libavcodec/vda_h264_dec.c     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVFrame            66 libavcodec/vda_h264_dec.c     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame            88 libavcodec/vda_h264_dec.c static int get_buffer2(AVCodecContext *avctx, AVFrame *pic, int flag)
AVFrame           132 libavcodec/vda_h264_dec.c     AVFrame *pic = data;
AVFrame           276 libavcodec/vdpau.c int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVFrame            70 libavcodec/vdpau.h struct AVFrame;
AVFrame            72 libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
AVFrame            40 libavcodec/vdpau_internal.h static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic)
AVFrame           122 libavcodec/vdpau_internal.h int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVFrame           122 libavcodec/vima.c     AVFrame *frame = data;
AVFrame           135 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          1738 libavcodec/vorbisdec.c     AVFrame *frame     = data;
AVFrame          1022 libavcodec/vorbisenc.c                                const AVFrame *frame, int *got_packet_ptr)
AVFrame          2164 libavcodec/vp3.c         AVFrame *dst = data;
AVFrame           386 libavcodec/vp56.c     AVFrame *frame_current, *frame_ref;
AVFrame           504 libavcodec/vp56.c     AVFrame *const p = s->frames[VP56_FRAME_CURRENT];
AVFrame           587 libavcodec/vp56.c     AVFrame *const p = s->frames[VP56_FRAME_CURRENT];
AVFrame           678 libavcodec/vp56.c     FFSWAP(AVFrame *, s->frames[VP56_FRAME_CURRENT],
AVFrame           129 libavcodec/vp56.h     AVFrame *frames[4];
AVFrame           425 libavcodec/vp8.c static void copy_chroma(AVFrame *dst, AVFrame *src, int width, int height)
AVFrame           459 libavcodec/vp8.c         AVFrame *src, *dst;
AVFrame          2405 libavcodec/vp8.c     AVFrame *curframe = s->curframe->tf.f;
AVFrame          2626 libavcodec/vp9.c     AVFrame *ref1 = tref1->f, *ref2;
AVFrame          2951 libavcodec/vp9.c     AVFrame *f = s->frames[CUR_FRAME].tf.f;
AVFrame          3123 libavcodec/vp9.c     AVFrame *f = s->frames[CUR_FRAME].tf.f;
AVFrame          3194 libavcodec/vp9.c     AVFrame *f = s->frames[CUR_FRAME].tf.f;
AVFrame          3239 libavcodec/vp9.c     AVFrame *f = s->frames[CUR_FRAME].tf.f;
AVFrame          3761 libavcodec/vp9.c     AVFrame *f;
AVFrame           315 libavcodec/vqavideo.c static int vqa_decode_chunk(VqaContext *s, AVFrame *frame)
AVFrame           607 libavcodec/vqavideo.c     AVFrame *frame = data;
AVFrame           623 libavcodec/wavpack.c                                 AVFrame *frame, const uint8_t *buf, int buf_size)
AVFrame          1045 libavcodec/wavpack.c     AVFrame *frame     = data;
AVFrame          2866 libavcodec/wavpackenc.c                                 const AVFrame *frame, int *got_packet_ptr)
AVFrame           178 libavcodec/webp.c     AVFrame *frame;                     /* AVFrame for data */
AVFrame           190 libavcodec/webp.c     AVFrame *alpha_frame;               /* AVFrame for alpha data decompressed from VP8L */
AVFrame           933 libavcodec/webp.c static void inverse_prediction(AVFrame *frame, enum PredictionMode m, int x, int y)
AVFrame          1102 libavcodec/webp.c static int vp8_lossless_decode_frame(AVCodecContext *avctx, AVFrame *p,
AVFrame          1223 libavcodec/webp.c static void alpha_inverse_prediction(AVFrame *frame, enum AlphaFilter m)
AVFrame          1266 libavcodec/webp.c static int vp8_lossy_decode_alpha(AVCodecContext *avctx, AVFrame *p,
AVFrame          1319 libavcodec/webp.c static int vp8_lossy_decode_frame(AVCodecContext *avctx, AVFrame *p,
AVFrame          1357 libavcodec/webp.c     AVFrame * const p = data;
AVFrame           809 libavcodec/wmadec.c     AVFrame *frame = data;
AVFrame           100 libavcodec/wmaenc.c static void apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame)
AVFrame           358 libavcodec/wmaenc.c                              const AVFrame *frame, int *got_packet_ptr)
AVFrame            73 libavcodec/wmalosslessdec.c     AVFrame         *frame;
AVFrame          1330 libavcodec/wmaprodec.c static int decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr)
AVFrame          1750 libavcodec/wmavoice.c static int synth_superframe(AVCodecContext *ctx, AVFrame *frame,
AVFrame            65 libavcodec/wnv1.c     AVFrame * const p     = 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            70 libavcodec/x86/w64xmmtest.c                           const AVFrame *pict))
AVFrame            83 libavcodec/x86/w64xmmtest.c                            const AVFrame *frame, int *got_packet_ptr))
AVFrame            55 libavcodec/xan.c     AVFrame *last_frame;
AVFrame           208 libavcodec/xan.c static inline void xan_wc3_output_pixel_run(XanContext *s, AVFrame *frame,
AVFrame           238 libavcodec/xan.c static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame,
AVFrame           296 libavcodec/xan.c static int xan_wc3_decode_frame(XanContext *s, AVFrame *frame)
AVFrame           544 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           147 libavcodec/xfaceenc.c                               const AVFrame *frame, int *got_packet)
AVFrame            45 libavcodec/xl.c     AVFrame *const 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            33 libavcodec/xxan.c     AVFrame *pic;
AVFrame            41 libavcodec/y41pdec.c     AVFrame *pic = data;
AVFrame            45 libavcodec/y41penc.c                              const AVFrame *pic, int *got_packet)
AVFrame            34 libavcodec/yop.c     AVFrame *frame;
AVFrame           195 libavcodec/yop.c     AVFrame *frame = s->frame;
AVFrame            36 libavcodec/yuv4dec.c     AVFrame *pic = data;
AVFrame            39 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           404 libavcodec/zmbv.c     AVFrame *frame = data;
AVFrame           120 libavcodec/zmbvenc.c                         const AVFrame *pict, int *got_packet)
AVFrame           123 libavcodec/zmbvenc.c     const AVFrame * const p = pict;
AVFrame           117 libavdevice/alsa-audio-enc.c                              AVFrame **frame, unsigned flags)
AVFrame           528 libavdevice/decklink_dec.cpp     AVFrame *frame = ctx->video_st->codec->coded_frame;
AVFrame            41 libavdevice/decklink_enc.cpp     decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, long width,
AVFrame            61 libavdevice/decklink_enc.cpp     AVFrame *_avframe;
AVFrame            77 libavdevice/decklink_enc.cpp         AVFrame *avframe = frame->_avframe;
AVFrame           216 libavdevice/decklink_enc.cpp     AVFrame *avframe, *tmp;
AVFrame            55 libavdevice/lavfi.c     AVFrame *decoded_frame;
AVFrame           353 libavdevice/lavfi.c static int create_subcc_packet(AVFormatContext *avctx, AVFrame *frame,
AVFrame           382 libavdevice/lavfi.c     AVFrame *frame = lavfi->decoded_frame;
AVFrame          1171 libavdevice/opengl_enc.c         GLint length = ((AVFrame *)input)->linesize[plane];                                 \
AVFrame          1175 libavdevice/opengl_enc.c         data = ((AVFrame *)input)->data[plane];                                             \
AVFrame          1269 libavdevice/opengl_enc.c                               AVFrame **frame, unsigned flags)
AVFrame           674 libavdevice/pulse_audio_enc.c                              AVFrame **frame, unsigned flags)
AVFrame           980 libavdevice/v4l2.c     AVFrame *frame = ctx->streams[0]->codec->coded_frame;
AVFrame           330 libavdevice/xv.c static int xv_write_frame(AVFormatContext *s, int stream_index, AVFrame **frame,
AVFrame           260 libavfilter/aeval.c     AVFrame *samplesref;
AVFrame           398 libavfilter/aeval.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           403 libavfilter/aeval.c     AVFrame *out;
AVFrame           181 libavfilter/af_adelay.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           185 libavfilter/af_adelay.c     AVFrame *out_frame;
AVFrame           221 libavfilter/af_adelay.c         AVFrame *frame;
AVFrame           269 libavfilter/af_aecho.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           273 libavfilter/af_aecho.c     AVFrame *out_frame;
AVFrame           305 libavfilter/af_aecho.c         AVFrame *frame;
AVFrame           227 libavfilter/af_afade.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           232 libavfilter/af_afade.c     AVFrame *out_buf;
AVFrame           223 libavfilter/af_amerge.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           230 libavfilter/af_amerge.c     AVFrame *outbuf, *inbuf[SWR_CH_MAX];
AVFrame           274 libavfilter/af_amix.c     AVFrame *out_buf, *in_buf;
AVFrame           454 libavfilter/af_amix.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame            73 libavfilter/af_apad.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            98 libavfilter/af_apad.c         AVFrame *outsamplesref;
AVFrame           234 libavfilter/af_aphaser.c static int filter_frame(AVFilterLink *inlink, AVFrame *inbuf)
AVFrame           238 libavfilter/af_aphaser.c     AVFrame *outbuf;
AVFrame           178 libavfilter/af_aresample.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamplesref)
AVFrame           185 libavfilter/af_aresample.c     AVFrame *outsamplesref;
AVFrame           229 libavfilter/af_aresample.c static int flush_frame(AVFilterLink *outlink, int final, AVFrame **outsamplesref_ret)
AVFrame           234 libavfilter/af_aresample.c     AVFrame *outsamplesref;
AVFrame           268 libavfilter/af_aresample.c         AVFrame *outsamplesref;
AVFrame           284 libavfilter/af_aresample.c         AVFrame *outsamplesref;
AVFrame            88 libavfilter/af_asetnsamples.c     AVFrame *outsamples = NULL;
AVFrame           127 libavfilter/af_asetnsamples.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame            79 libavfilter/af_asetrate.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           174 libavfilter/af_ashowinfo.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           146 libavfilter/af_astats.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame            54 libavfilter/af_astreamsync.c         AVFrame *buf[QUEUE_SIZE];
AVFrame           124 libavfilter/af_astreamsync.c     AVFrame *buf = queue->buf[queue->tail];
AVFrame           180 libavfilter/af_astreamsync.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           151 libavfilter/af_asyncts.c             AVFrame *buf = ff_get_audio_buffer(link, nb_samples);
AVFrame           169 libavfilter/af_asyncts.c static int write_to_fifo(ASyncContext *s, AVFrame *buf)
AVFrame           177 libavfilter/af_asyncts.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           231 libavfilter/af_asyncts.c         AVFrame *buf_out = ff_get_audio_buffer(outlink, out_size);
AVFrame           145 libavfilter/af_atempo.c     AVFrame *dst_buffer;
AVFrame          1077 libavfilter/af_atempo.c static int filter_frame(AVFilterLink *inlink, AVFrame *src_buffer)
AVFrame           389 libavfilter/af_biquads.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           393 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           308 libavfilter/af_channelmap.c static int channelmap_filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           104 libavfilter/af_channelsplit.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           110 libavfilter/af_channelsplit.c         AVFrame *buf_out = av_frame_clone(buf);
AVFrame            61 libavfilter/af_compand.c     AVFrame *delay_frame;
AVFrame            67 libavfilter/af_compand.c     int (*compand)(AVFilterContext *ctx, AVFrame *frame);
AVFrame           171 libavfilter/af_compand.c static int compand_nodelay(AVFilterContext *ctx, AVFrame *frame)
AVFrame           177 libavfilter/af_compand.c     AVFrame *out_frame;
AVFrame           217 libavfilter/af_compand.c static int compand_delay(AVFilterContext *ctx, AVFrame *frame)
AVFrame           224 libavfilter/af_compand.c     AVFrame *out_frame   = NULL;
AVFrame           234 libavfilter/af_compand.c         AVFrame *delay_frame = s->delay_frame;
AVFrame           295 libavfilter/af_compand.c     AVFrame *frame       = NULL;
AVFrame           308 libavfilter/af_compand.c         AVFrame *delay_frame = s->delay_frame;
AVFrame           531 libavfilter/af_compand.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            81 libavfilter/af_dcshift.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            85 libavfilter/af_dcshift.c     AVFrame *out = ff_get_audio_buffer(inlink, in->nb_samples);
AVFrame           112 libavfilter/af_earwax.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           116 libavfilter/af_earwax.c     AVFrame *outsamples = ff_get_audio_buffer(inlink, insamples->nb_samples);
AVFrame           138 libavfilter/af_flanger.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           142 libavfilter/af_flanger.c     AVFrame *out_frame;
AVFrame            58 libavfilter/af_join.c     AVFrame **input_frames;
AVFrame            81 libavfilter/af_join.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           389 libavfilter/af_join.c     AVFrame *frame;
AVFrame           428 libavfilter/af_join.c         AVFrame *cur   = s->input_frames[ch->input];
AVFrame           140 libavfilter/af_ladspa.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           144 libavfilter/af_ladspa.c     AVFrame *out;
AVFrame           187 libavfilter/af_ladspa.c     AVFrame *out;
AVFrame           367 libavfilter/af_pan.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           372 libavfilter/af_pan.c     AVFrame *outsamples = ff_get_audio_buffer(outlink, n);
AVFrame           547 libavfilter/af_replaygain.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           553 libavfilter/af_replaygain.c     AVFrame *out;
AVFrame           186 libavfilter/af_resample.c         AVFrame *frame;
AVFrame           210 libavfilter/af_resample.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           218 libavfilter/af_resample.c         AVFrame *out;
AVFrame            43 libavfilter/af_silencedetect.c     void (*silencedetect)(struct SilenceDetectContext *s, AVFrame *insamples,
AVFrame            60 libavfilter/af_silencedetect.c static char *get_metadata_val(AVFrame *insamples, const char *key)
AVFrame            66 libavfilter/af_silencedetect.c static av_always_inline void update(SilenceDetectContext *s, AVFrame *insamples,
AVFrame            97 libavfilter/af_silencedetect.c static void silencedetect_##name(SilenceDetectContext *s, AVFrame *insamples,    \
AVFrame           136 libavfilter/af_silencedetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           185 libavfilter/af_silenceremove.c static void flush(AVFrame *out, AVFilterLink *outlink,
AVFrame           197 libavfilter/af_silenceremove.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           205 libavfilter/af_silenceremove.c     AVFrame *out;
AVFrame           399 libavfilter/af_silenceremove.c             AVFrame *frame;
AVFrame           337 libavfilter/af_volume.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           343 libavfilter/af_volume.c     AVFrame *out_buf;
AVFrame            52 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           108 libavfilter/asrc_anullsrc.c     AVFrame *samplesref;
AVFrame           240 libavfilter/asrc_flite.c     AVFrame *samplesref;
AVFrame           173 libavfilter/asrc_sine.c     AVFrame *frame;
AVFrame            36 libavfilter/audio.c AVFrame *ff_null_get_audio_buffer(AVFilterLink *link, int nb_samples)
AVFrame            41 libavfilter/audio.c AVFrame *ff_default_get_audio_buffer(AVFilterLink *link, int nb_samples)
AVFrame            43 libavfilter/audio.c     AVFrame *frame = av_frame_alloc();
AVFrame            70 libavfilter/audio.c AVFrame *ff_get_audio_buffer(AVFilterLink *link, int nb_samples)
AVFrame            72 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            32 libavfilter/avcodec.c AVFilterBufferRef *avfilter_get_video_buffer_ref_from_frame(const AVFrame *frame,
AVFrame            48 libavfilter/avcodec.c AVFilterBufferRef *avfilter_get_audio_buffer_ref_from_frame(const AVFrame *frame,
AVFrame            73 libavfilter/avcodec.c                                                       const AVFrame *frame,
AVFrame            86 libavfilter/avcodec.c int avfilter_copy_buf_props(AVFrame *dst, const AVFilterBufferRef *src)
AVFrame            42 libavfilter/avcodec.h AVFilterBufferRef *avfilter_get_video_buffer_ref_from_frame(const AVFrame *frame, int perms);
AVFrame            53 libavfilter/avcodec.h AVFilterBufferRef *avfilter_get_audio_buffer_ref_from_frame(const AVFrame *frame,
AVFrame            65 libavfilter/avcodec.h                                                       const AVFrame *frame,
AVFrame            44 libavfilter/avf_avectorscope.c     AVFrame *outpicref;
AVFrame           174 libavfilter/avf_avectorscope.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           162 libavfilter/avf_concat.c static int push_frame(AVFilterContext *ctx, unsigned in_no, AVFrame *buf)
AVFrame           187 libavfilter/avf_concat.c static int process_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           205 libavfilter/avf_concat.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h)
AVFrame           214 libavfilter/avf_concat.c static AVFrame *get_audio_buffer(AVFilterLink *inlink, int nb_samples)
AVFrame           223 libavfilter/avf_concat.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           261 libavfilter/avf_concat.c     AVFrame *buf;
AVFrame            68 libavfilter/avf_showcqt.c     AVFrame *outpicref;
AVFrame           706 libavfilter/avf_showcqt.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame            46 libavfilter/avf_showspectrum.c     AVFrame *outpicref;
AVFrame           176 libavfilter/avf_showspectrum.c         AVFrame *outpicref;
AVFrame           297 libavfilter/avf_showspectrum.c static int plot_spectrum_column(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           303 libavfilter/avf_showspectrum.c     AVFrame *outpicref = s->outpicref;
AVFrame           489 libavfilter/avf_showspectrum.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame            49 libavfilter/avf_showwaves.c     AVFrame *outpicref;
AVFrame           232 libavfilter/avf_showwaves.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           238 libavfilter/avf_showwaves.c     AVFrame *outpicref = showwaves->outpicref;
AVFrame            43 libavfilter/avfilter.c static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame);
AVFrame            45 libavfilter/avfilter.c void ff_tlog_ref(void *ctx, AVFrame *ref, int end)
AVFrame           358 libavfilter/avfilter.c             AVFrame *pbuf = link->partial_buf;
AVFrame          1000 libavfilter/avfilter.c static int default_filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame          1005 libavfilter/avfilter.c static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
AVFrame          1007 libavfilter/avfilter.c     int (*filter_frame)(AVFilterLink *, AVFrame *);
AVFrame          1010 libavfilter/avfilter.c     AVFrame *out = NULL;
AVFrame          1103 libavfilter/avfilter.c static int ff_filter_frame_needs_framing(AVFilterLink *link, AVFrame *frame)
AVFrame          1106 libavfilter/avfilter.c     AVFrame *pbuf = link->partial_buf;
AVFrame          1145 libavfilter/avfilter.c int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           307 libavfilter/avfilter.h     AVFrame *(*get_video_buffer)(AVFilterLink *link, int w, int h);
AVFrame           315 libavfilter/avfilter.h     AVFrame *(*get_audio_buffer)(AVFilterLink *link, int nb_samples);
AVFrame           337 libavfilter/avfilter.h     int (*filter_frame)(AVFilterLink *link, AVFrame *frame);
AVFrame           799 libavfilter/avfilter.h     AVFrame *partial_buf;
AVFrame          1117 libavfilter/avfilter.h int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src);
AVFrame          1126 libavfilter/avfilter.h int avfilter_copy_buf_props(AVFrame *dst, const AVFilterBufferRef *src);
AVFrame           129 libavfilter/buffer.c int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src)
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            69 libavfilter/buffersink.c     AVFrame *frame;
AVFrame            83 libavfilter/buffersink.c static int add_buffer_ref(AVFilterContext *ctx, AVFrame *ref)
AVFrame           102 libavfilter/buffersink.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           121 libavfilter/buffersink.c int attribute_align_arg av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame)
AVFrame           126 libavfilter/buffersink.c int attribute_align_arg av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags)
AVFrame           131 libavfilter/buffersink.c     AVFrame *cur_frame;
AVFrame           145 libavfilter/buffersink.c         cur_frame = *((AVFrame **)av_fifo_peek2(buf->fifo, 0));
AVFrame           157 libavfilter/buffersink.c static int read_from_fifo(AVFilterContext *ctx, AVFrame *frame,
AVFrame           162 libavfilter/buffersink.c     AVFrame *tmp;
AVFrame           180 libavfilter/buffersink.c                                                   AVFrame *frame, int nb_samples)
AVFrame           184 libavfilter/buffersink.c     AVFrame *cur_frame;
AVFrame           271 libavfilter/buffersink.c     AVFrame *frame = buf->priv;
AVFrame           280 libavfilter/buffersink.c     AVFrame *frame;
AVFrame           103 libavfilter/buffersink.h int av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags);
AVFrame           179 libavfilter/buffersink.h int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame);
AVFrame           198 libavfilter/buffersink.h int av_buffersink_get_samples(AVFilterContext *ctx, AVFrame *frame, int nb_samples);
AVFrame            80 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame)
AVFrame            82 libavfilter/buffersrc.c     return av_buffersrc_add_frame_flags(ctx, (AVFrame *)frame,
AVFrame            86 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame)
AVFrame            92 libavfilter/buffersrc.c                                            AVFrame *frame, int flags);
AVFrame            94 libavfilter/buffersrc.c int attribute_align_arg av_buffersrc_add_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags)
AVFrame            96 libavfilter/buffersrc.c     AVFrame *copy = NULL;
AVFrame           119 libavfilter/buffersrc.c                                            AVFrame *frame, int flags)
AVFrame           122 libavfilter/buffersrc.c     AVFrame *copy;
AVFrame           209 libavfilter/buffersrc.c     AVFrame *frame = NULL;
AVFrame           316 libavfilter/buffersrc.c     if (!(c->fifo = av_fifo_alloc(sizeof(AVFrame*))))
AVFrame           406 libavfilter/buffersrc.c     if (!(s->fifo = av_fifo_alloc(sizeof(AVFrame*))))
AVFrame           425 libavfilter/buffersrc.c         AVFrame *frame;
AVFrame           489 libavfilter/buffersrc.c     AVFrame *frame;
AVFrame           508 libavfilter/buffersrc.c     return size/sizeof(AVFrame*);
AVFrame           115 libavfilter/buffersrc.h int av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame);
AVFrame           135 libavfilter/buffersrc.h int av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame);
AVFrame           153 libavfilter/buffersrc.h                                  AVFrame *frame, int flags);
AVFrame            81 libavfilter/deshake.h     AVFrame *ref;              ///< Previous frame
AVFrame           104 libavfilter/deshake.h                       enum FillMethod fill, AVFrame *in, AVFrame *out);
AVFrame            40 libavfilter/deshake_opencl.c                         enum FillMethod fill, AVFrame *in, AVFrame *out)
AVFrame           157 libavfilter/deshake_opencl.c int ff_opencl_deshake_process_inout_buf(AVFilterContext *ctx, AVFrame *in, AVFrame *out)
AVFrame            37 libavfilter/deshake_opencl.h int ff_opencl_deshake_process_inout_buf(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
AVFrame            43 libavfilter/deshake_opencl.h                         enum FillMethod fill, AVFrame *in, AVFrame *out);
AVFrame            26 libavfilter/dualinput.c     AVFrame *mainpic = NULL, *secondpic = NULL;
AVFrame            70 libavfilter/dualinput.c                                    AVFilterLink *inlink, AVFrame *in)
AVFrame            36 libavfilter/dualinput.h     AVFrame *(*process)(AVFilterContext *ctx, AVFrame *main, const AVFrame *second);
AVFrame            42 libavfilter/dualinput.h int ff_dualinput_filter_frame(FFDualInputContext *s, AVFilterLink *inlink, AVFrame *in);
AVFrame           112 libavfilter/f_ebur128.c     AVFrame *outpicref;             ///< output picture reference, updated regularly
AVFrame           207 libavfilter/f_ebur128.c static void drawtext(AVFrame *pic, int x, int y, int ftid, const uint8_t *color, const char *fmt, ...)
AVFrame           240 libavfilter/f_ebur128.c static void drawline(AVFrame *pic, int x, int y, int len, int step)
AVFrame           257 libavfilter/f_ebur128.c     AVFrame *outpicref;
AVFrame           540 libavfilter/f_ebur128.c static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
AVFrame           548 libavfilter/f_ebur128.c     AVFrame *pic = ebur128->outpicref;
AVFrame            54 libavfilter/f_interleave.c     AVFrame *frame;
AVFrame            83 libavfilter/f_interleave.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           146 libavfilter/f_select.c     AVFrame *prev_picref;           ///< previous frame                          (scene detect only)
AVFrame           245 libavfilter/f_select.c static double get_scene_score(AVFilterContext *ctx, AVFrame *frame)
AVFrame           249 libavfilter/f_select.c     AVFrame *prev_picref = select->prev_picref;
AVFrame           284 libavfilter/f_select.c static void select_frame(AVFilterContext *ctx, AVFrame *frame)
AVFrame           367 libavfilter/f_select.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           448 libavfilter/f_sendcmd.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref)
AVFrame           151 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           178 libavfilter/framesync.c static void framesync_inject_frame(FFFrameSync *fs, unsigned in, AVFrame *frame)
AVFrame           197 libavfilter/framesync.c int ff_framesync_add_frame(FFFrameSync *fs, unsigned in, AVFrame *frame)
AVFrame           224 libavfilter/framesync.c int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe,
AVFrame           227 libavfilter/framesync.c     AVFrame *frame;
AVFrame           294 libavfilter/framesync.c                               AVFrame *in)
AVFrame           108 libavfilter/framesync.h     AVFrame *frame;
AVFrame           113 libavfilter/framesync.h     AVFrame *frame_next;
AVFrame           244 libavfilter/framesync.h int ff_framesync_add_frame(FFFrameSync *fs, unsigned in, AVFrame *frame);
AVFrame           268 libavfilter/framesync.h int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe,
AVFrame           286 libavfilter/framesync.h                               AVFrame *in);
AVFrame            51 libavfilter/interlace.h     AVFrame *cur, *next;   // the two frames from which the new one is obtained
AVFrame            80 libavfilter/internal.h     AVFrame *(*get_video_buffer)(AVFilterLink *link, int w, int h);
AVFrame            88 libavfilter/internal.h     AVFrame *(*get_audio_buffer)(AVFilterLink *link, int nb_samples);
AVFrame           100 libavfilter/internal.h     int (*filter_frame)(AVFilterLink *link, AVFrame *frame);
AVFrame           246 libavfilter/internal.h void ff_tlog_ref(void *ctx, AVFrame *ref, int end);
AVFrame           347 libavfilter/internal.h int ff_filter_frame(AVFilterLink *link, AVFrame *frame);
AVFrame            32 libavfilter/lavfutils.c     AVFrame *frame;
AVFrame           155 libavfilter/setpts.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           107 libavfilter/settb.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            72 libavfilter/split.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            78 libavfilter/split.c         AVFrame *buf_out;
AVFrame           387 libavfilter/src_movie.c                                    AVFrame *frame, enum AVMediaType frame_type,
AVFrame           454 libavfilter/src_movie.c     AVFrame *frame;
AVFrame            51 libavfilter/tinterlace.h     AVFrame *cur;
AVFrame            52 libavfilter/tinterlace.h     AVFrame *next;
AVFrame           144 libavfilter/trim.c static int trim_filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           243 libavfilter/trim.c static int atrim_filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           326 libavfilter/trim.c         AVFrame *out = ff_get_audio_buffer(ctx->outputs[0], end_sample - start_sample);
AVFrame            82 libavfilter/unsharp.h     int (* apply_unsharp)(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
AVFrame           163 libavfilter/unsharp_opencl.c int ff_opencl_apply_unsharp(AVFilterContext *ctx, AVFrame *in, AVFrame *out)
AVFrame           383 libavfilter/unsharp_opencl.c int ff_opencl_unsharp_process_inout_buf(AVFilterContext *ctx, AVFrame *in, AVFrame *out)
AVFrame            30 libavfilter/unsharp_opencl.h int ff_opencl_unsharp_process_inout_buf(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
AVFrame            32 libavfilter/unsharp_opencl.h int ff_opencl_apply_unsharp(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
AVFrame            99 libavfilter/vf_alphamerge.c                        AVFrame *main_buf,
AVFrame           100 libavfilter/vf_alphamerge.c                        AVFrame *alpha_buf)
AVFrame           129 libavfilter/vf_alphamerge.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           141 libavfilter/vf_alphamerge.c         AVFrame *main_buf, *alpha_buf;
AVFrame            93 libavfilter/vf_aspect.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame            66 libavfilter/vf_bbox.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           138 libavfilter/vf_blackdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
AVFrame            65 libavfilter/vf_blackframe.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            81 libavfilter/vf_blend.c     const AVFrame *top, *bottom;
AVFrame            82 libavfilter/vf_blend.c     AVFrame *dst;
AVFrame           100 libavfilter/vf_blend.c     AVFrame *prev_frame;        /* only used with tblend */
AVFrame           269 libavfilter/vf_blend.c static AVFrame *blend_frame(AVFilterContext *ctx, AVFrame *top_buf,
AVFrame           270 libavfilter/vf_blend.c                             const AVFrame *bottom_buf)
AVFrame           275 libavfilter/vf_blend.c     AVFrame *dst_buf;
AVFrame           441 libavfilter/vf_blend.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           502 libavfilter/vf_blend.c static int tblend_filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           508 libavfilter/vf_blend.c         AVFrame *out = blend_frame(inlink->dst, frame, b->prev_frame);
AVFrame           344 libavfilter/vf_boxblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           349 libavfilter/vf_boxblur.c     AVFrame *out;
AVFrame           193 libavfilter/vf_codecview.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           138 libavfilter/vf_colorbalance.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           150 libavfilter/vf_colorbalance.c     AVFrame *out;
AVFrame           140 libavfilter/vf_colorchannelmixer.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           151 libavfilter/vf_colorchannelmixer.c     AVFrame *out;
AVFrame           106 libavfilter/vf_colorlevels.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           112 libavfilter/vf_colorlevels.c     AVFrame *out;
AVFrame           183 libavfilter/vf_colormatrix.c                                   AVFrame *dst, AVFrame *src)
AVFrame           215 libavfilter/vf_colormatrix.c                                   AVFrame *dst, AVFrame *src)
AVFrame           257 libavfilter/vf_colormatrix.c                                   AVFrame *dst, AVFrame *src)
AVFrame           333 libavfilter/vf_colormatrix.c static int filter_frame(AVFilterLink *link, AVFrame *in)
AVFrame           338 libavfilter/vf_colormatrix.c     AVFrame *out;
AVFrame            30 libavfilter/vf_copy.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            33 libavfilter/vf_copy.c     AVFrame *out = ff_get_video_buffer(outlink, in->width, in->height);
AVFrame           242 libavfilter/vf_crop.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           158 libavfilter/vf_cropdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            73 libavfilter/vf_curves.c     AVFrame *in, *out;
AVFrame           487 libavfilter/vf_curves.c     const AVFrame *in  = td->in;
AVFrame           488 libavfilter/vf_curves.c     const AVFrame *out = td->out;
AVFrame           514 libavfilter/vf_curves.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           518 libavfilter/vf_curves.c     AVFrame *out;
AVFrame           659 libavfilter/vf_dctdnoiz.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           665 libavfilter/vf_dctdnoiz.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           213 libavfilter/vf_decimate.c             AVFrame *frame = dm->queue[i].frame;
AVFrame           119 libavfilter/vf_dejudder.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           210 libavfilter/vf_delogo.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           215 libavfilter/vf_delogo.c     AVFrame *out;
AVFrame           322 libavfilter/vf_deshake.c                                     enum FillMethod fill, AVFrame *in, AVFrame *out)
AVFrame           431 libavfilter/vf_deshake.c static int filter_frame(AVFilterLink *link, AVFrame *in)
AVFrame           435 libavfilter/vf_deshake.c     AVFrame *out;
AVFrame           206 libavfilter/vf_drawbox.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           319 libavfilter/vf_drawbox.c static int drawgrid_filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame          1052 libavfilter/vf_drawtext.c static int draw_glyphs(DrawTextContext *s, AVFrame *frame,
AVFrame          1094 libavfilter/vf_drawtext.c static int draw_text(AVFilterContext *ctx, AVFrame *frame,
AVFrame          1268 libavfilter/vf_drawtext.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           289 libavfilter/vf_edgedetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           295 libavfilter/vf_edgedetect.c     AVFrame *out;
AVFrame           123 libavfilter/vf_elbg.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           242 libavfilter/vf_eq.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           247 libavfilter/vf_eq.c     AVFrame *out;
AVFrame           206 libavfilter/vf_extractplanes.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           215 libavfilter/vf_extractplanes.c         AVFrame *out;
AVFrame           156 libavfilter/vf_fade.c static av_always_inline void filter_rgb(FadeContext *s, const AVFrame *frame,
AVFrame           185 libavfilter/vf_fade.c     AVFrame *frame = arg;
AVFrame           201 libavfilter/vf_fade.c     AVFrame *frame = arg;
AVFrame           224 libavfilter/vf_fade.c     AVFrame *frame = arg;
AVFrame           251 libavfilter/vf_fade.c     AVFrame *frame = arg;
AVFrame           272 libavfilter/vf_fade.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            69 libavfilter/vf_field.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame            78 libavfilter/vf_fieldmatch.c     AVFrame *prv,  *src,  *nxt;     ///< main sliding window of 3 frames
AVFrame            79 libavfilter/vf_fieldmatch.c     AVFrame *prv2, *src2, *nxt2;    ///< sliding window of the optional second stream
AVFrame           154 libavfilter/vf_fieldmatch.c static int get_width(const FieldMatchContext *fm, const AVFrame *f, int plane)
AVFrame           159 libavfilter/vf_fieldmatch.c static int get_height(const FieldMatchContext *fm, const AVFrame *f, int plane)
AVFrame           164 libavfilter/vf_fieldmatch.c static int64_t luma_abs_diff(const AVFrame *f1, const AVFrame *f2)
AVFrame           194 libavfilter/vf_fieldmatch.c static int calc_combed_score(const FieldMatchContext *fm, const AVFrame *src)
AVFrame           478 libavfilter/vf_fieldmatch.c static AVFrame *select_frame(FieldMatchContext *fm, int match)
AVFrame           492 libavfilter/vf_fieldmatch.c     const AVFrame *src = fm->src;
AVFrame           496 libavfilter/vf_fieldmatch.c         const AVFrame *prev, *next;
AVFrame           607 libavfilter/vf_fieldmatch.c static void copy_fields(const FieldMatchContext *fm, AVFrame *dst,
AVFrame           608 libavfilter/vf_fieldmatch.c                         const AVFrame *src, int field)
AVFrame           617 libavfilter/vf_fieldmatch.c static AVFrame *create_weave_frame(AVFilterContext *ctx, int match, int field,
AVFrame           618 libavfilter/vf_fieldmatch.c                                    const AVFrame *prv, AVFrame *src, const AVFrame *nxt)
AVFrame           620 libavfilter/vf_fieldmatch.c     AVFrame *dst;
AVFrame           645 libavfilter/vf_fieldmatch.c                    AVFrame **gen_frames, int field)
AVFrame           671 libavfilter/vf_fieldmatch.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           679 libavfilter/vf_fieldmatch.c     AVFrame *gen_frames[] = { NULL, NULL, NULL, NULL, NULL };
AVFrame           680 libavfilter/vf_fieldmatch.c     AVFrame *dst;
AVFrame            78 libavfilter/vf_fieldorder.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            85 libavfilter/vf_fieldorder.c     AVFrame *out;
AVFrame            82 libavfilter/vf_fps.c     if (!(s->fifo = av_fifo_alloc_array(2, sizeof(AVFrame*))))
AVFrame            94 libavfilter/vf_fps.c         AVFrame *tmp;
AVFrame           104 libavfilter/vf_fps.c         s->drop += av_fifo_size(s->fifo) / sizeof(AVFrame*);
AVFrame           139 libavfilter/vf_fps.c             AVFrame *buf;
AVFrame           156 libavfilter/vf_fps.c static int write_to_fifo(AVFifoBuffer *fifo, AVFrame *buf)
AVFrame           170 libavfilter/vf_fps.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           217 libavfilter/vf_fps.c         int drop = av_fifo_size(s->fifo)/sizeof(AVFrame*);
AVFrame           230 libavfilter/vf_fps.c         AVFrame *buf_out;
AVFrame           235 libavfilter/vf_fps.c             AVFrame *dup = av_frame_clone(buf_out);
AVFrame            49 libavfilter/vf_framepack.c     AVFrame *input_views[2];            ///< input frames
AVFrame           145 libavfilter/vf_framepack.c                                   AVFrame *dst,
AVFrame           188 libavfilter/vf_framepack.c                                 AVFrame *dst,
AVFrame           216 libavfilter/vf_framepack.c static av_always_inline void spatial_frame_pack(FramepackContext *s, AVFrame *dst)
AVFrame           234 libavfilter/vf_framepack.c static int filter_frame_left(AVFilterLink *inlink, AVFrame *frame)
AVFrame           241 libavfilter/vf_framepack.c static int filter_frame_right(AVFilterLink *inlink, AVFrame *frame)
AVFrame           286 libavfilter/vf_framepack.c         AVFrame *dst = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame            63 libavfilter/vf_framestep.c static int filter_frame(AVFilterLink *inlink, AVFrame *ref)
AVFrame           392 libavfilter/vf_frei0r.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           396 libavfilter/vf_frei0r.c     AVFrame *out;
AVFrame           494 libavfilter/vf_frei0r.c     AVFrame *frame = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame           545 libavfilter/vf_fspp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           550 libavfilter/vf_fspp.c     AVFrame *out = in;
AVFrame            39 libavfilter/vf_geq.c     AVFrame *picref;            ///< current input buffer
AVFrame            74 libavfilter/vf_geq.c     AVFrame *picref = geq->picref;
AVFrame           197 libavfilter/vf_geq.c static int geq_filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           202 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            79 libavfilter/vf_hflip.c     AVFrame *in, *out;
AVFrame            86 libavfilter/vf_hflip.c     AVFrame *in = td->in;
AVFrame            87 libavfilter/vf_hflip.c     AVFrame *out = td->out;
AVFrame           150 libavfilter/vf_hflip.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           155 libavfilter/vf_hflip.c     AVFrame *out;
AVFrame           130 libavfilter/vf_histeq.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           138 libavfilter/vf_histeq.c     AVFrame *outpic;
AVFrame           184 libavfilter/vf_histogram.c static void gen_waveform(HistogramContext *h, AVFrame *inpicref, AVFrame *outpicref,
AVFrame           231 libavfilter/vf_histogram.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           236 libavfilter/vf_histogram.c     AVFrame *out;
AVFrame           290 libavfilter/vf_hqdn3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           296 libavfilter/vf_hqdn3d.c     AVFrame *out;
AVFrame            45 libavfilter/vf_hqx.c     AVFrame *in, *out;
AVFrame           384 libavfilter/vf_hqx.c     AVFrame *in = td->in, *out = td->out;
AVFrame           483 libavfilter/vf_hqx.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           489 libavfilter/vf_hqx.c     AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame           300 libavfilter/vf_hue.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           304 libavfilter/vf_hue.c     AVFrame *outpic;
AVFrame           234 libavfilter/vf_idet.c static int filter_frame(AVFilterLink *link, AVFrame *picref)
AVFrame           326 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           147 libavfilter/vf_il.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           151 libavfilter/vf_il.c     AVFrame *out;
AVFrame           130 libavfilter/vf_interlace.c                                AVFrame *src_frame, AVFrame *dst_frame,
AVFrame           174 libavfilter/vf_interlace.c static int filter_frame(AVFilterLink *inlink, AVFrame *buf)
AVFrame           179 libavfilter/vf_interlace.c     AVFrame *out;
AVFrame           107 libavfilter/vf_kerndeint.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           111 libavfilter/vf_kerndeint.c     AVFrame *outpic;
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           139 libavfilter/vf_lenscorrection.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           144 libavfilter/vf_lenscorrection.c     AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame            37 libavfilter/vf_libopencv.c static void fill_iplimage_from_frame(IplImage *img, const AVFrame *frame, enum AVPixelFormat pixfmt)
AVFrame            55 libavfilter/vf_libopencv.c static void fill_frame_from_iplimage(AVFrame *frame, const IplImage *img, enum AVPixelFormat pixfmt)
AVFrame           365 libavfilter/vf_libopencv.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           370 libavfilter/vf_libopencv.c     AVFrame *out;
AVFrame           279 libavfilter/vf_lut.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           284 libavfilter/vf_lut.c     AVFrame *out;
AVFrame            78 libavfilter/vf_lut3d.c     AVFrame *in, *out;
AVFrame           207 libavfilter/vf_lut3d.c     const AVFrame *in  = td->in;                                                                    \
AVFrame           208 libavfilter/vf_lut3d.c     const AVFrame *out = td->out;                                                                   \
AVFrame           511 libavfilter/vf_lut3d.c static AVFrame *apply_lut(AVFilterLink *inlink, AVFrame *in)
AVFrame           516 libavfilter/vf_lut3d.c     AVFrame *out;
AVFrame           540 libavfilter/vf_lut3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           543 libavfilter/vf_lut3d.c     AVFrame *out = apply_lut(inlink, in);
AVFrame           640 libavfilter/vf_lut3d.c static void update_clut(LUT3DContext *lut3d, const AVFrame *frame)
AVFrame           689 libavfilter/vf_lut3d.c static int filter_frame_hald(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           749 libavfilter/vf_lut3d.c static AVFrame *update_apply_clut(AVFilterContext *ctx, AVFrame *main,
AVFrame           750 libavfilter/vf_lut3d.c                                   const AVFrame *second)
AVFrame           172 libavfilter/vf_mcdeint.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           176 libavfilter/vf_mcdeint.c     AVFrame *outpic, *frame_dec;
AVFrame            62 libavfilter/vf_mergeplanes.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           145 libavfilter/vf_mergeplanes.c     AVFrame *in[4] = { NULL };
AVFrame           146 libavfilter/vf_mergeplanes.c     AVFrame *out;
AVFrame            50 libavfilter/vf_mpdecimate.c     AVFrame *ref;                  ///< reference picture
AVFrame           104 libavfilter/vf_mpdecimate.c                           AVFrame *cur, AVFrame *ref)
AVFrame           178 libavfilter/vf_mpdecimate.c static int filter_frame(AVFilterLink *inlink, AVFrame *cur)
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           365 libavfilter/vf_overlay.c                         AVFrame *dst, const AVFrame *src,
AVFrame           552 libavfilter/vf_overlay.c static AVFrame *do_blend(AVFilterContext *ctx, AVFrame *mainpic,
AVFrame           553 libavfilter/vf_overlay.c                          const AVFrame *second)
AVFrame           577 libavfilter/vf_overlay.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           223 libavfilter/vf_owdenoise.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           229 libavfilter/vf_owdenoise.c     AVFrame *out;
AVFrame           201 libavfilter/vf_pad.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h)
AVFrame           205 libavfilter/vf_pad.c     AVFrame *frame = ff_get_video_buffer(inlink->dst->outputs[0],
AVFrame           227 libavfilter/vf_pad.c static int buffer_needs_copy(PadContext *s, AVFrame *frame, AVBufferRef *buf)
AVFrame           279 libavfilter/vf_pad.c static int frame_needs_copy(PadContext *s, AVFrame *frame)
AVFrame           292 libavfilter/vf_pad.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           295 libavfilter/vf_pad.c     AVFrame *out;
AVFrame            68 libavfilter/vf_palettegen.c     AVFrame *prev_frame;                    // previous frame used for the diff stats_mode
AVFrame           229 libavfilter/vf_palettegen.c static void write_palette(AVFilterContext *ctx, AVFrame *out)
AVFrame           280 libavfilter/vf_palettegen.c static double set_colorquant_ratio_meta(AVFrame *out, int nb_out, int nb_in)
AVFrame           293 libavfilter/vf_palettegen.c static AVFrame *get_palette_frame(AVFilterContext *ctx)
AVFrame           295 libavfilter/vf_palettegen.c     AVFrame *out;
AVFrame           433 libavfilter/vf_palettegen.c                                  const AVFrame *f1, const AVFrame *f2)
AVFrame           456 libavfilter/vf_palettegen.c static int update_histogram_frame(struct hist_node *hist, const AVFrame *f)
AVFrame           476 libavfilter/vf_palettegen.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            77 libavfilter/vf_paletteuse.c typedef int (*set_frame_func)(struct PaletteUseContext *s, AVFrame *out, AVFrame *in,
AVFrame            92 libavfilter/vf_paletteuse.c     AVFrame *last_in;
AVFrame            93 libavfilter/vf_paletteuse.c     AVFrame *last_out;
AVFrame           366 libavfilter/vf_paletteuse.c static av_always_inline int set_frame(PaletteUseContext *s, AVFrame *out, AVFrame *in,
AVFrame           732 libavfilter/vf_paletteuse.c static void debug_mean_error(PaletteUseContext *s, const AVFrame *in1,
AVFrame           733 libavfilter/vf_paletteuse.c                              const AVFrame *in2, int frame_count)
AVFrame           763 libavfilter/vf_paletteuse.c                                   const AVFrame *prv_src, const AVFrame *cur_src,
AVFrame           764 libavfilter/vf_paletteuse.c                                   const AVFrame *prv_dst,       AVFrame *cur_dst,
AVFrame           851 libavfilter/vf_paletteuse.c static AVFrame *apply_palette(AVFilterLink *inlink, AVFrame *in)
AVFrame           858 libavfilter/vf_paletteuse.c     AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame           922 libavfilter/vf_paletteuse.c static void load_palette(PaletteUseContext *s, const AVFrame *palette_frame)
AVFrame           940 libavfilter/vf_paletteuse.c static AVFrame *load_apply_palette(AVFilterContext *ctx, AVFrame *main,
AVFrame           941 libavfilter/vf_paletteuse.c                                    const AVFrame *second)
AVFrame           951 libavfilter/vf_paletteuse.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           958 libavfilter/vf_paletteuse.c static int set_frame_##name(PaletteUseContext *s, AVFrame *out, AVFrame *in,    \
AVFrame           417 libavfilter/vf_perspective.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           422 libavfilter/vf_perspective.c     AVFrame *out;
AVFrame            45 libavfilter/vf_phase.c     AVFrame *frame; /* previous frame */
AVFrame           115 libavfilter/vf_phase.c static enum PhaseMode analyze_plane(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new)
AVFrame           242 libavfilter/vf_phase.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           249 libavfilter/vf_phase.c     AVFrame *out;
AVFrame            56 libavfilter/vf_pixdesctest.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            60 libavfilter/vf_pixdesctest.c     AVFrame *out;
AVFrame           118 libavfilter/vf_pp.c static int pp_filter_frame(AVFilterLink *inlink, AVFrame *inbuf)
AVFrame           125 libavfilter/vf_pp.c     AVFrame *outbuf;
AVFrame           321 libavfilter/vf_pp7.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           326 libavfilter/vf_pp7.c     AVFrame *out = in;
AVFrame           148 libavfilter/vf_psnr.c static AVFrame *do_psnr(AVFilterContext *ctx, AVFrame *main,
AVFrame           149 libavfilter/vf_psnr.c                         const AVFrame *ref)
AVFrame           323 libavfilter/vf_psnr.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           661 libavfilter/vf_pullup.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           668 libavfilter/vf_pullup.c     AVFrame *out;
AVFrame            77 libavfilter/vf_qp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            83 libavfilter/vf_qp.c     AVFrame *out;
AVFrame           493 libavfilter/vf_removelogo.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           497 libavfilter/vf_removelogo.c     AVFrame *outpicref;
AVFrame            31 libavfilter/vf_repeatfields.c     AVFrame *frame;
AVFrame            75 libavfilter/vf_repeatfields.c static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields)
AVFrame            85 libavfilter/vf_repeatfields.c static int filter_frame(AVFilterLink *inlink, AVFrame *in) {
AVFrame            89 libavfilter/vf_repeatfields.c     AVFrame *out;
AVFrame           111 libavfilter/vf_repeatfields.c         AVFrame *new;
AVFrame           140 libavfilter/vf_repeatfields.c             AVFrame *new;
AVFrame            83 libavfilter/vf_rotate.c     AVFrame *in, *out;
AVFrame           374 libavfilter/vf_rotate.c     AVFrame *in = td->in;
AVFrame           375 libavfilter/vf_rotate.c     AVFrame *out = td->out;
AVFrame           460 libavfilter/vf_rotate.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           464 libavfilter/vf_rotate.c     AVFrame *out;
AVFrame           281 libavfilter/vf_sab.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           285 libavfilter/vf_sab.c     AVFrame *outpic;
AVFrame           420 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           444 libavfilter/vf_scale.c static int filter_frame(AVFilterLink *link, AVFrame *in)
AVFrame           448 libavfilter/vf_scale.c     AVFrame *out;
AVFrame            27 libavfilter/vf_separatefields.c     AVFrame *second;
AVFrame            53 libavfilter/vf_separatefields.c static void extract_field(AVFrame *frame, int nb_planes, int type)
AVFrame            64 libavfilter/vf_separatefields.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame            77 libavfilter/vf_separatefields.c         AVFrame *second = sf->second;
AVFrame            57 libavfilter/vf_setfield.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
AVFrame            79 libavfilter/vf_showinfo.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame            69 libavfilter/vf_showpalette.c static int disp_palette(AVFrame *out, const AVFrame *in, int size)
AVFrame            84 libavfilter/vf_showpalette.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame            87 libavfilter/vf_showpalette.c     AVFrame *out;
AVFrame            86 libavfilter/vf_shuffleplanes.c static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           102 libavfilter/vf_shuffleplanes.c         AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height);
AVFrame            45 libavfilter/vf_signalstats.c     AVFrame *frame_prev;
AVFrame            51 libavfilter/vf_signalstats.c     AVFrame *frame_sat;
AVFrame            52 libavfilter/vf_signalstats.c     AVFrame *frame_hue;
AVFrame            56 libavfilter/vf_signalstats.c     const AVFrame *in;
AVFrame            57 libavfilter/vf_signalstats.c     AVFrame *out;
AVFrame            61 libavfilter/vf_signalstats.c     const AVFrame *src;
AVFrame            62 libavfilter/vf_signalstats.c     AVFrame *dst_sat, *dst_hue;
AVFrame           125 libavfilter/vf_signalstats.c static AVFrame *alloc_frame(enum AVPixelFormat pixfmt, int w, int h)
AVFrame           127 libavfilter/vf_signalstats.c     AVFrame *frame = av_frame_alloc();
AVFrame           174 libavfilter/vf_signalstats.c static void burn_frame(const SignalstatsContext *s, AVFrame *f, int x, int y)
AVFrame           187 libavfilter/vf_signalstats.c     const AVFrame *in = td->in;
AVFrame           188 libavfilter/vf_signalstats.c     AVFrame *out = td->out;
AVFrame           226 libavfilter/vf_signalstats.c     const AVFrame *in = td->in;
AVFrame           227 libavfilter/vf_signalstats.c     AVFrame *out = td->out;
AVFrame           276 libavfilter/vf_signalstats.c     const AVFrame *in = td->in;
AVFrame           277 libavfilter/vf_signalstats.c     AVFrame *out = td->out;
AVFrame           323 libavfilter/vf_signalstats.c     const AVFrame *src = td->src;
AVFrame           324 libavfilter/vf_signalstats.c     AVFrame *dst_sat = td->dst_sat;
AVFrame           325 libavfilter/vf_signalstats.c     AVFrame *dst_hue = td->dst_hue;
AVFrame           356 libavfilter/vf_signalstats.c static int filter_frame(AVFilterLink *link, AVFrame *in)
AVFrame           361 libavfilter/vf_signalstats.c     AVFrame *out = in;
AVFrame           386 libavfilter/vf_signalstats.c     AVFrame *prev;
AVFrame           388 libavfilter/vf_signalstats.c     AVFrame *sat = s->frame_sat;
AVFrame           389 libavfilter/vf_signalstats.c     AVFrame *hue = s->frame_hue;
AVFrame           240 libavfilter/vf_smartblur.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
AVFrame           244 libavfilter/vf_smartblur.c     AVFrame *outpic;
AVFrame           350 libavfilter/vf_spp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           355 libavfilter/vf_spp.c     AVFrame *out = in;
AVFrame           143 libavfilter/vf_stereo3d.c     AVFrame *prev;
AVFrame           486 libavfilter/vf_stereo3d.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           491 libavfilter/vf_stereo3d.c     AVFrame *out, *oleft, *oright, *ileft, *iright;
AVFrame           506 libavfilter/vf_stereo3d.c             FFSWAP(AVFrame *, ileft, iright);
AVFrame           618 libavfilter/vf_stereo3d.c             FFSWAP(AVFrame *, oleft, oright);
AVFrame           158 libavfilter/vf_subtitles.c static void overlay_ass_image(AssContext *ass, AVFrame *picref,
AVFrame           173 libavfilter/vf_subtitles.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
AVFrame           306 libavfilter/vf_super2xsai.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           309 libavfilter/vf_super2xsai.c     AVFrame *outpicref = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame            32 libavfilter/vf_swapuv.c static void do_swap(AVFrame *frame)
AVFrame            40 libavfilter/vf_swapuv.c static AVFrame *get_video_buffer(AVFilterLink *link, int w, int h)
AVFrame            42 libavfilter/vf_swapuv.c     AVFrame *picref = ff_default_get_video_buffer(link, w, h);
AVFrame            47 libavfilter/vf_swapuv.c static int filter_frame(AVFilterLink *link, AVFrame *inpicref)
AVFrame            51 libavfilter/vf_telecine.c     AVFrame *frame[5];
AVFrame            52 libavfilter/vf_telecine.c     AVFrame *temp;
AVFrame           169 libavfilter/vf_telecine.c static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
AVFrame           231 libavfilter/vf_telecine.c         AVFrame *frame = av_frame_clone(s->frame[i]);
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            43 libavfilter/vf_tile.c     AVFrame *out_ref;
AVFrame           136 libavfilter/vf_tile.c static void draw_blank_frame(AVFilterContext *ctx, AVFrame *out_buf)
AVFrame           152 libavfilter/vf_tile.c     AVFrame *out_buf = tile->out_ref;
AVFrame           166 libavfilter/vf_tile.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
AVFrame           239 libavfilter/vf_tinterlace.c static int filter_frame(AVFilterLink *inlink, AVFrame *picref)
AVFrame           244 libavfilter/vf_tinterlace.c     AVFrame *cur, *next, *out;
AVFrame           129 libavfilter/vf_transpose.c static AVFrame *get_video_buffer(AVFilterLink *inlink, int w, int h)
AVFrame           139 libavfilter/vf_transpose.c     AVFrame *in, *out;
AVFrame           147 libavfilter/vf_transpose.c     AVFrame *out = td->out;
AVFrame           148 libavfilter/vf_transpose.c     AVFrame *in = td->in;
AVFrame           227 libavfilter/vf_transpose.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           233 libavfilter/vf_transpose.c     AVFrame *out;
AVFrame           105 libavfilter/vf_unsharp.c static int apply_unsharp_c(AVFilterContext *ctx, AVFrame *in, AVFrame *out)
AVFrame           233 libavfilter/vf_unsharp.c static int filter_frame(AVFilterLink *link, AVFrame *in)
AVFrame           237 libavfilter/vf_unsharp.c     AVFrame *out;
AVFrame            52 libavfilter/vf_uspp.c     AVFrame *frame;
AVFrame            53 libavfilter/vf_uspp.c     AVFrame *frame_dec;
AVFrame           371 libavfilter/vf_uspp.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           376 libavfilter/vf_uspp.c     AVFrame *out = in;
AVFrame            46 libavfilter/vf_vflip.c static AVFrame *get_video_buffer(AVFilterLink *link, int w, int h)
AVFrame            49 libavfilter/vf_vflip.c     AVFrame *frame;
AVFrame            69 libavfilter/vf_vflip.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           156 libavfilter/vf_vidstabdetect.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           241 libavfilter/vf_vidstabtransform.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           249 libavfilter/vf_vidstabtransform.c     AVFrame *out;
AVFrame           153 libavfilter/vf_vignette.c static void update_context(VignetteContext *s, AVFilterLink *inlink, AVFrame *frame)
AVFrame           198 libavfilter/vf_vignette.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           204 libavfilter/vf_vignette.c     AVFrame *out;
AVFrame            42 libavfilter/vf_w3fdif.c     AVFrame *prev, *cur, *next;  ///< previous, current, next frames
AVFrame           130 libavfilter/vf_w3fdif.c static void deinterlace_plane(AVFilterContext *ctx, AVFrame *out,
AVFrame           131 libavfilter/vf_w3fdif.c                               const AVFrame *cur, const AVFrame *adj,
AVFrame           256 libavfilter/vf_w3fdif.c     AVFrame *out, *adj;
AVFrame           288 libavfilter/vf_w3fdif.c static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
AVFrame           306 libavfilter/vf_w3fdif.c         AVFrame *out = av_frame_clone(s->cur);
AVFrame           340 libavfilter/vf_w3fdif.c             AVFrame *next = av_frame_clone(s->next);
AVFrame            50 libavfilter/vf_xbr.c     AVFrame *in, *out;
AVFrame           213 libavfilter/vf_xbr.c     const AVFrame *input = td->in;
AVFrame           214 libavfilter/vf_xbr.c     AVFrame *output = td->out;
AVFrame           349 libavfilter/vf_xbr.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           356 libavfilter/vf_xbr.c     AVFrame *out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
AVFrame            33 libavfilter/vf_yadif.c     AVFrame *frame;
AVFrame           222 libavfilter/vf_yadif.c static void filter(AVFilterContext *ctx, AVFrame *dstpic,
AVFrame           289 libavfilter/vf_yadif.c static int checkstride(YADIFContext *yadif, const AVFrame *a, const AVFrame *b)
AVFrame           298 libavfilter/vf_yadif.c static void fixstride(AVFilterLink *link, AVFrame *f)
AVFrame           300 libavfilter/vf_yadif.c     AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height);
AVFrame           312 libavfilter/vf_yadif.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           395 libavfilter/vf_yadif.c             AVFrame *next = av_frame_clone(yadif->next);
AVFrame           123 libavfilter/vf_zoompan.c static int filter_frame(AVFilterLink *inlink, AVFrame *in)
AVFrame           130 libavfilter/vf_zoompan.c     AVFrame *out;
AVFrame            35 libavfilter/video.c AVFrame *ff_null_get_video_buffer(AVFilterLink *link, int w, int h)
AVFrame            43 libavfilter/video.c AVFrame *ff_default_get_video_buffer(AVFilterLink *link, int w, int h)
AVFrame            45 libavfilter/video.c     AVFrame *frame = av_frame_alloc();
AVFrame           109 libavfilter/video.c AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h)
AVFrame           111 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            23 libavfilter/vsink_nullsink.c static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVFrame           259 libavfilter/vsrc_cellauto.c static void fill_picture(AVFilterContext *ctx, AVFrame *picref)
AVFrame           290 libavfilter/vsrc_cellauto.c     AVFrame *picref = ff_get_video_buffer(outlink, cellauto->w, cellauto->h);
AVFrame            72 libavfilter/vsrc_life.c     void (*draw)(AVFilterContext*, AVFrame*);
AVFrame           345 libavfilter/vsrc_life.c static void fill_picture_monoblack(AVFilterContext *ctx, AVFrame *picref)
AVFrame           370 libavfilter/vsrc_life.c static void fill_picture_rgb(AVFilterContext *ctx, AVFrame *picref)
AVFrame           400 libavfilter/vsrc_life.c     AVFrame *picref = ff_get_video_buffer(outlink, life->w, life->h);
AVFrame           399 libavfilter/vsrc_mandelbrot.c     AVFrame *picref = ff_get_video_buffer(link, mb->w, mb->h);
AVFrame           301 libavfilter/vsrc_mptestsrc.c     AVFrame *picref;
AVFrame            60 libavfilter/vsrc_testsrc.c     AVFrame *picref;            ///< cached reference containing the painted picture
AVFrame            62 libavfilter/vsrc_testsrc.c     void (* fill_picture_fn)(AVFilterContext *ctx, AVFrame *frame);
AVFrame           138 libavfilter/vsrc_testsrc.c     AVFrame *frame;
AVFrame           187 libavfilter/vsrc_testsrc.c static void color_fill_picture(AVFilterContext *ctx, AVFrame *picref)
AVFrame           286 libavfilter/vsrc_testsrc.c static void haldclutsrc_fill_picture(AVFilterContext *ctx, AVFrame *frame)
AVFrame           410 libavfilter/vsrc_testsrc.c static void nullsrc_fill_picture(AVFilterContext *ctx, AVFrame *picref) { }
AVFrame           526 libavfilter/vsrc_testsrc.c static void test_fill_picture(AVFilterContext *ctx, AVFrame *frame)
AVFrame           718 libavfilter/vsrc_testsrc.c static void rgbtest_fill_picture(AVFilterContext *ctx, AVFrame *frame)
AVFrame           839 libavfilter/vsrc_testsrc.c                      AVFrame *frame)
AVFrame           905 libavfilter/vsrc_testsrc.c static void smptebars_fill_picture(AVFilterContext *ctx, AVFrame *picref)
AVFrame           972 libavfilter/vsrc_testsrc.c static void smptehdbars_fill_picture(AVFilterContext *ctx, AVFrame *picref)
AVFrame            52 libavfilter/yadif.h     AVFrame *cur;
AVFrame            53 libavfilter/yadif.h     AVFrame *next;
AVFrame            54 libavfilter/yadif.h     AVFrame *prev;
AVFrame            55 libavfilter/yadif.h     AVFrame *out;
AVFrame           542 libavformat/avformat.h                                AVFrame **frame, unsigned flags);
AVFrame          2281 libavformat/avformat.h                            AVFrame *frame);
AVFrame          2300 libavformat/avformat.h                                        AVFrame *frame);
AVFrame          2640 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVFrame          2650 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVFrame           435 libavformat/mux.c #define UNCODED_FRAME_PACKET_SIZE (INT_MIN / 3 * 2 + (int)sizeof(AVFrame))
AVFrame           514 libavformat/mux.c                      ((AVFrame *)pkt->data)->nb_samples :
AVFrame           591 libavformat/mux.c         AVFrame *frame = (AVFrame *)pkt->data;
AVFrame           685 libavformat/mux.c         av_assert0(((AVFrame *)pkt->data)->buf);
AVFrame          1004 libavformat/mux.c                                            AVFrame *frame, int interleaved)
AVFrame          1031 libavformat/mux.c                            AVFrame *frame)
AVFrame          1037 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           123 libavformat/uncodedframecrcenc.c                        AVFrame **frame, unsigned flags)
AVFrame          2612 libavformat/utils.c     AVFrame *frame = av_frame_alloc();
AVFrame          4170 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame)
AVFrame          4193 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame)
AVFrame           475 libavresample/avresample.h                              AVFrame *output, AVFrame *input);
AVFrame           492 libavresample/avresample.h int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in);
AVFrame           504 libavresample/utils.c int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in)
AVFrame           526 libavresample/utils.c                           AVFrame *out, AVFrame *in)
AVFrame           550 libavresample/utils.c                                 AVFrame *out, AVFrame *in)
AVFrame           586 libavresample/utils.c static inline int available_samples(AVFrame *out)
AVFrame           603 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            30 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp)
AVFrame            31 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration)
AVFrame            32 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos)
AVFrame            33 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout)
AVFrame            34 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     channels)
AVFrame            35 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     sample_rate)
AVFrame            36 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
AVFrame            37 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     decode_error_flags)
AVFrame            38 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     pkt_size)
AVFrame            39 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorSpace, colorspace)
AVFrame            40 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorRange, color_range)
AVFrame            47 libavutil/frame.c AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame) {return &frame->metadata;};
AVFrame            49 libavutil/frame.c int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int qp_type)
AVFrame            62 libavutil/frame.c int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type)
AVFrame            89 libavutil/frame.c static void get_frame_defaults(AVFrame *frame)
AVFrame           123 libavutil/frame.c static void wipe_side_data(AVFrame *frame)
AVFrame           135 libavutil/frame.c AVFrame *av_frame_alloc(void)
AVFrame           137 libavutil/frame.c     AVFrame *frame = av_mallocz(sizeof(*frame));
AVFrame           148 libavutil/frame.c void av_frame_free(AVFrame **frame)
AVFrame           157 libavutil/frame.c static int get_video_buffer(AVFrame *frame, int align)
AVFrame           209 libavutil/frame.c static int get_audio_buffer(AVFrame *frame, int align)
AVFrame           265 libavutil/frame.c int av_frame_get_buffer(AVFrame *frame, int align)
AVFrame           278 libavutil/frame.c int av_frame_ref(AVFrame *dst, const AVFrame *src)
AVFrame           364 libavutil/frame.c AVFrame *av_frame_clone(const AVFrame *src)
AVFrame           366 libavutil/frame.c     AVFrame *ret = av_frame_alloc();
AVFrame           377 libavutil/frame.c void av_frame_unref(AVFrame *frame)
AVFrame           394 libavutil/frame.c void av_frame_move_ref(AVFrame *dst, AVFrame *src)
AVFrame           403 libavutil/frame.c int av_frame_is_writable(AVFrame *frame)
AVFrame           420 libavutil/frame.c int av_frame_make_writable(AVFrame *frame)
AVFrame           422 libavutil/frame.c     AVFrame tmp;
AVFrame           463 libavutil/frame.c int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
AVFrame           533 libavutil/frame.c AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane)
AVFrame           564 libavutil/frame.c AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
AVFrame           597 libavutil/frame.c AVFrameSideData *av_frame_get_side_data(const AVFrame *frame,
AVFrame           609 libavutil/frame.c static int frame_copy_video(AVFrame *dst, const AVFrame *src)
AVFrame           631 libavutil/frame.c static int frame_copy_audio(AVFrame *dst, const AVFrame *src)
AVFrame           655 libavutil/frame.c int av_frame_copy(AVFrame *dst, const AVFrame *src)
AVFrame           668 libavutil/frame.c void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type)
AVFrame           580 libavutil/frame.h int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame);
AVFrame           581 libavutil/frame.h void    av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val);
AVFrame           582 libavutil/frame.h int64_t av_frame_get_pkt_duration         (const AVFrame *frame);
AVFrame           583 libavutil/frame.h void    av_frame_set_pkt_duration         (AVFrame *frame, int64_t val);
AVFrame           584 libavutil/frame.h int64_t av_frame_get_pkt_pos              (const AVFrame *frame);
AVFrame           585 libavutil/frame.h void    av_frame_set_pkt_pos              (AVFrame *frame, int64_t val);
AVFrame           586 libavutil/frame.h int64_t av_frame_get_channel_layout       (const AVFrame *frame);
AVFrame           587 libavutil/frame.h void    av_frame_set_channel_layout       (AVFrame *frame, int64_t val);
AVFrame           588 libavutil/frame.h int     av_frame_get_channels             (const AVFrame *frame);
AVFrame           589 libavutil/frame.h void    av_frame_set_channels             (AVFrame *frame, int     val);
AVFrame           590 libavutil/frame.h int     av_frame_get_sample_rate          (const AVFrame *frame);
AVFrame           591 libavutil/frame.h void    av_frame_set_sample_rate          (AVFrame *frame, int     val);
AVFrame           592 libavutil/frame.h AVDictionary *av_frame_get_metadata       (const AVFrame *frame);
AVFrame           593 libavutil/frame.h void          av_frame_set_metadata       (AVFrame *frame, AVDictionary *val);
AVFrame           594 libavutil/frame.h int     av_frame_get_decode_error_flags   (const AVFrame *frame);
AVFrame           595 libavutil/frame.h void    av_frame_set_decode_error_flags   (AVFrame *frame, int     val);
AVFrame           596 libavutil/frame.h int     av_frame_get_pkt_size(const AVFrame *frame);
AVFrame           597 libavutil/frame.h void    av_frame_set_pkt_size(AVFrame *frame, int val);
AVFrame           598 libavutil/frame.h AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
AVFrame           599 libavutil/frame.h int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
AVFrame           600 libavutil/frame.h int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
AVFrame           601 libavutil/frame.h enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame);
AVFrame           602 libavutil/frame.h void    av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val);
AVFrame           603 libavutil/frame.h enum AVColorRange av_frame_get_color_range(const AVFrame *frame);
AVFrame           604 libavutil/frame.h void    av_frame_set_color_range(AVFrame *frame, enum AVColorRange val);
AVFrame           622 libavutil/frame.h AVFrame *av_frame_alloc(void);
AVFrame           631 libavutil/frame.h void av_frame_free(AVFrame **frame);
AVFrame           644 libavutil/frame.h int av_frame_ref(AVFrame *dst, const AVFrame *src);
AVFrame           653 libavutil/frame.h AVFrame *av_frame_clone(const AVFrame *src);
AVFrame           658 libavutil/frame.h void av_frame_unref(AVFrame *frame);
AVFrame           663 libavutil/frame.h void av_frame_move_ref(AVFrame *dst, AVFrame *src);
AVFrame           682 libavutil/frame.h int av_frame_get_buffer(AVFrame *frame, int align);
AVFrame           696 libavutil/frame.h int av_frame_is_writable(AVFrame *frame);
AVFrame           709 libavutil/frame.h int av_frame_make_writable(AVFrame *frame);
AVFrame           722 libavutil/frame.h int av_frame_copy(AVFrame *dst, const AVFrame *src);
AVFrame           732 libavutil/frame.h int av_frame_copy_props(AVFrame *dst, const AVFrame *src);
AVFrame           742 libavutil/frame.h AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);
AVFrame           753 libavutil/frame.h AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
AVFrame           761 libavutil/frame.h AVFrameSideData *av_frame_get_side_data(const AVFrame *frame,
AVFrame           768 libavutil/frame.h void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type);
AVFrame            32 libavutil/stereo3d.c AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame)
AVFrame           150 libavutil/stereo3d.h AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame);
AVFrame           511 libswresample/swresample.h                       AVFrame *output, const AVFrame *input);
AVFrame           527 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            49 tools/uncoded_frame.c     AVFrame *frame = NULL;