AVCodecContext   1383 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     void (*draw_horiz_band)(struct AVCodecContext *s,
AVCodecContext   1396 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   2029 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2043 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2058 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2142 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   2352 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
AVCodecContext   2643 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
AVCodecContext   2663 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
AVCodecContext   2881 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase         (const AVCodecContext *avctx);
AVCodecContext   2882 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void       av_codec_set_pkt_timebase         (AVCodecContext *avctx, AVRational val);
AVCodecContext   2884 3rdparty/include/ffmpeg_/libavcodec/avcodec.h const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
AVCodecContext   2885 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void                     av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
AVCodecContext   2887 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int  av_codec_get_lowres(const AVCodecContext *avctx);
AVCodecContext   2888 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void av_codec_set_lowres(AVCodecContext *avctx, int val);
AVCodecContext   2952 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*init_thread_copy)(AVCodecContext *);
AVCodecContext   2960 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src);
AVCodecContext   2973 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*init)(AVCodecContext *);
AVCodecContext   2974 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size,
AVCodecContext   2986 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
AVCodecContext   2988 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt);
AVCodecContext   2989 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*close)(AVCodecContext *);
AVCodecContext   2994 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     void (*flush)(AVCodecContext *);
AVCodecContext   3051 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3064 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3075 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*end_frame)(AVCodecContext *avctx);
AVCodecContext   3218 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context(void);
AVCodecContext   3223 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context2(enum AVMediaType);
AVCodecContext   3232 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_get_context_defaults(AVCodecContext *s);
AVCodecContext   3237 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_get_context_defaults2(AVCodecContext *s, enum AVMediaType);
AVCodecContext   3255 3rdparty/include/ffmpeg_/libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
AVCodecContext   3266 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
AVCodecContext   3303 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
AVCodecContext   3364 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
AVCodecContext   3403 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVCodecContext   3414 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_close(AVCodecContext *avctx);
AVCodecContext   3583 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3584 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3585 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3593 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   3613 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
AVCodecContext   3624 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
AVCodecContext   3682 3rdparty/include/ffmpeg_/libavcodec/avcodec.h attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples,
AVCodecContext   3726 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext   3776 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext   3796 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
AVCodecContext   3965 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                         AVCodecContext *avctx,
AVCodecContext   3969 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext   4007 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4018 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4074 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
AVCodecContext   4118 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4137 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4175 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4178 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4503 3rdparty/include/ffmpeg_/libavcodec/avcodec.h enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   4509 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
AVCodecContext   4520 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
AVCodecContext   4531 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
AVCodecContext   4532 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
AVCodecContext   4565 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void avcodec_flush_buffers(AVCodecContext *avctx);
AVCodecContext   4601 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
AVCodecContext   4616 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                   AVCodecContext *avctx, const char *args,
AVCodecContext   4675 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                                AVCodecContext *avctx, const char *args,
AVCodecContext   4827 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_is_open(AVCodecContext *s);
AVCodecContext    678 3rdparty/include/ffmpeg_/libavformat/avformat.h     AVCodecContext *codec;
AVCodecContext    311 3rdparty/include/ffmpeg_/libavutil/frame.h     struct AVCodecContext *owner;
AVCodecContext    595 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext *enc = ic->streams[i]->codec;
AVCodecContext    597 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext *enc = &ic->streams[i]->codec;
AVCodecContext   1135 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext *c;
AVCodecContext   1278 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext * c = video_st->codec;
AVCodecContext   1280 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext * c = &(video_st->codec);
AVCodecContext   1360 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext *c = video_st->codec;
AVCodecContext   1362 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext *c = &(video_st->codec);
AVCodecContext   1731 modules/videoio/src/cap_ffmpeg_impl.hpp     AVCodecContext *c;
AVCodecContext   1980 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext* c = st->codec;
AVCodecContext   1982 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext* c = &(st->codec);
AVCodecContext   2125 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext* c = (video_st_->codec);
AVCodecContext   2127 modules/videoio/src/cap_ffmpeg_impl.hpp         AVCodecContext* c = &(video_st_->codec);
AVCodecContext   2279 modules/videoio/src/cap_ffmpeg_impl.hpp             AVCodecContext *enc = ctx_->streams[i]->codec;
AVCodecContext   2281 modules/videoio/src/cap_ffmpeg_impl.hpp             AVCodecContext *enc = &ctx_->streams[i]->codec;