AVFrame          1384 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                             const AVFrame *src, int offset[AV_NUM_DATA_POINTERS],
AVFrame          2029 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2043 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2058 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVFrame          2142 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVFrame          2595 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     AVFrame *coded_frame;
AVFrame          2986 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
AVFrame          3312 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVFrame *avcodec_alloc_frame(void);
AVFrame          3319 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_get_frame_defaults(AVFrame *frame);
AVFrame          3331 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_free_frame(AVFrame **frame);
AVFrame          3583 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3584 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3585 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
AVFrame          3593 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVFrame          3726 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVFrame          3776 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVFrame          4119 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                           const AVFrame *frame, int *got_packet_ptr);
AVFrame          4138 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                          const AVFrame *pict);
AVFrame          4176 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                           const AVFrame *frame, int *got_packet_ptr);
AVFrame          4558 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
AVFrame          2146 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVFrame          2156 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVFrame           446 3rdparty/include/ffmpeg_/libavutil/frame.h int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame);
AVFrame           447 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val);
AVFrame           448 3rdparty/include/ffmpeg_/libavutil/frame.h int64_t av_frame_get_pkt_duration         (const AVFrame *frame);
AVFrame           449 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_pkt_duration         (AVFrame *frame, int64_t val);
AVFrame           450 3rdparty/include/ffmpeg_/libavutil/frame.h int64_t av_frame_get_pkt_pos              (const AVFrame *frame);
AVFrame           451 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_pkt_pos              (AVFrame *frame, int64_t val);
AVFrame           452 3rdparty/include/ffmpeg_/libavutil/frame.h int64_t av_frame_get_channel_layout       (const AVFrame *frame);
AVFrame           453 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_channel_layout       (AVFrame *frame, int64_t val);
AVFrame           454 3rdparty/include/ffmpeg_/libavutil/frame.h int     av_frame_get_channels             (const AVFrame *frame);
AVFrame           455 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_channels             (AVFrame *frame, int     val);
AVFrame           456 3rdparty/include/ffmpeg_/libavutil/frame.h int     av_frame_get_sample_rate          (const AVFrame *frame);
AVFrame           457 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_sample_rate          (AVFrame *frame, int     val);
AVFrame           458 3rdparty/include/ffmpeg_/libavutil/frame.h AVDictionary *av_frame_get_metadata       (const AVFrame *frame);
AVFrame           459 3rdparty/include/ffmpeg_/libavutil/frame.h void          av_frame_set_metadata       (AVFrame *frame, AVDictionary *val);
AVFrame           460 3rdparty/include/ffmpeg_/libavutil/frame.h int     av_frame_get_decode_error_flags   (const AVFrame *frame);
AVFrame           461 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_decode_error_flags   (AVFrame *frame, int     val);
AVFrame           462 3rdparty/include/ffmpeg_/libavutil/frame.h int     av_frame_get_pkt_size(const AVFrame *frame);
AVFrame           463 3rdparty/include/ffmpeg_/libavutil/frame.h void    av_frame_set_pkt_size(AVFrame *frame, int val);
AVFrame           464 3rdparty/include/ffmpeg_/libavutil/frame.h AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
AVFrame           465 3rdparty/include/ffmpeg_/libavutil/frame.h int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
AVFrame           466 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
AVFrame           478 3rdparty/include/ffmpeg_/libavutil/frame.h AVFrame *av_frame_alloc(void);
AVFrame           487 3rdparty/include/ffmpeg_/libavutil/frame.h void av_frame_free(AVFrame **frame);
AVFrame           500 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_ref(AVFrame *dst, AVFrame *src);
AVFrame           509 3rdparty/include/ffmpeg_/libavutil/frame.h AVFrame *av_frame_clone(AVFrame *src);
AVFrame           514 3rdparty/include/ffmpeg_/libavutil/frame.h void av_frame_unref(AVFrame *frame);
AVFrame           519 3rdparty/include/ffmpeg_/libavutil/frame.h void av_frame_move_ref(AVFrame *dst, AVFrame *src);
AVFrame           538 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_get_buffer(AVFrame *frame, int align);
AVFrame           552 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_is_writable(AVFrame *frame);
AVFrame           565 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_make_writable(AVFrame *frame);
AVFrame           575 3rdparty/include/ffmpeg_/libavutil/frame.h int av_frame_copy_props(AVFrame *dst, const AVFrame *src);
AVFrame           585 3rdparty/include/ffmpeg_/libavutil/frame.h AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);
AVFrame           596 3rdparty/include/ffmpeg_/libavutil/frame.h AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
AVFrame           604 3rdparty/include/ffmpeg_/libavutil/frame.h AVFrameSideData *av_frame_get_side_data(AVFrame *frame,
AVFrame           254 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFrame         * picture;
AVFrame           255 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFrame           rgb_picture;
AVFrame          1011 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFrame         * picture;
AVFrame          1012 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFrame         * input_picture;
AVFrame          1104 modules/videoio/src/cap_ffmpeg_impl.hpp static AVFrame * icv_alloc_picture_FFMPEG(int pix_fmt, int width, int height, bool alloc)
AVFrame          1106 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFrame * picture;
AVFrame          1275 modules/videoio/src/cap_ffmpeg_impl.hpp                                       AVFrame * picture )