AVFormatContext   210 3rdparty/include/ffmpeg_/libavformat/avformat.h struct AVFormatContext;
AVFormatContext   430 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*write_header)(struct AVFormatContext *);
AVFormatContext   438 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   439 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*write_trailer)(struct AVFormatContext *);
AVFormatContext   443 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
AVFormatContext   454 3rdparty/include/ffmpeg_/libavformat/avformat.h     void (*get_output_timestamp)(struct AVFormatContext *s, int stream,
AVFormatContext   528 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_header)(struct AVFormatContext *);
AVFormatContext   539 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   545 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_close)(struct AVFormatContext *);
AVFormatContext   555 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_seek)(struct AVFormatContext *,
AVFormatContext   562 3rdparty/include/ffmpeg_/libavformat/avformat.h     int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
AVFormatContext   569 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_play)(struct AVFormatContext *);
AVFormatContext   575 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_pause)(struct AVFormatContext *);
AVFormatContext   583 3rdparty/include/ffmpeg_/libavformat/avformat.h     int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
AVFormatContext  1304 3rdparty/include/ffmpeg_/libavformat/avformat.h enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx);
AVFormatContext  1383 3rdparty/include/ffmpeg_/libavformat/avformat.h AVFormatContext *avformat_alloc_context(void);
AVFormatContext  1389 3rdparty/include/ffmpeg_/libavformat/avformat.h void avformat_free_context(AVFormatContext *s);
AVFormatContext  1414 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
AVFormatContext  1416 3rdparty/include/ffmpeg_/libavformat/avformat.h AVProgram *av_new_program(AVFormatContext *s, int id);
AVFormatContext  1434 3rdparty/include/ffmpeg_/libavformat/avformat.h AVFormatContext *avformat_alloc_output_context(const char *format,
AVFormatContext  1455 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat,
AVFormatContext  1536 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options);
AVFormatContext  1539 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_demuxer_open(AVFormatContext *ic);
AVFormatContext  1558 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_find_stream_info(AVFormatContext *ic);
AVFormatContext  1582 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
AVFormatContext  1594 3rdparty/include/ffmpeg_/libavformat/avformat.h AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s);
AVFormatContext  1620 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic,
AVFormatContext  1642 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_read_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  1669 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_read_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  1682 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
AVFormatContext  1712 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
AVFormatContext  1718 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_read_play(AVFormatContext *s);
AVFormatContext  1725 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_read_pause(AVFormatContext *s);
AVFormatContext  1735 3rdparty/include/ffmpeg_/libavformat/avformat.h void av_close_input_file(AVFormatContext *s);
AVFormatContext  1742 3rdparty/include/ffmpeg_/libavformat/avformat.h void avformat_close_input(AVFormatContext **s);
AVFormatContext  1759 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id);
AVFormatContext  1795 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options);
AVFormatContext  1813 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  1841 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  1852 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_write_trailer(AVFormatContext *s);
AVFormatContext  1892 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_get_output_timestamp(struct AVFormatContext *s, int stream,
AVFormatContext  1990 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_find_default_stream_index(AVFormatContext *s);
AVFormatContext  2039 3rdparty/include/ffmpeg_/libavformat/avformat.h void av_dump_format(AVFormatContext *ic,
AVFormatContext  2084 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
AVFormatContext  2146 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVFormatContext  2156 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVFormatContext  2171 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext  2174 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_queue_attached_pictures(AVFormatContext *s);
AVFormatContext   250 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFormatContext * ic;
AVFormatContext  1007 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFormatContext * oc;
AVFormatContext  1130 modules/videoio/src/cap_ffmpeg_impl.hpp static AVStream *icv_add_video_stream_FFMPEG(AVFormatContext *oc,
AVFormatContext  1269 modules/videoio/src/cap_ffmpeg_impl.hpp static int icv_av_write_frame_FFMPEG( AVFormatContext * oc, AVStream * video_st,
AVFormatContext  1922 modules/videoio/src/cap_ffmpeg_impl.hpp     static AVStream* addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format);
AVFormatContext  1925 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFormatContext* oc_;
AVFormatContext  1969 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format)
AVFormatContext  2243 modules/videoio/src/cap_ffmpeg_impl.hpp     AVFormatContext* ctx_;