AVStream 893 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s); AVStream 894 3rdparty/include/ffmpeg_/libavformat/avformat.h void av_stream_set_r_frame_rate(AVStream *s, AVRational r); AVStream 1007 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream **streams; AVStream 1414 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); AVStream 1759 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id); AVStream 1767 3rdparty/include/ffmpeg_/libavformat/avformat.h void av_set_pts_info(AVStream *s, int pts_wrap_bits, AVStream 1943 3rdparty/include/ffmpeg_/libavformat/avformat.h void av_pkt_dump2(FILE *f, AVPacket *pkt, int dump_payload, AVStream *st); AVStream 1958 3rdparty/include/ffmpeg_/libavformat/avformat.h AVStream *st); AVStream 2000 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags); AVStream 2008 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 2146 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVStream 2156 3rdparty/include/ffmpeg_/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVStream 2171 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 253 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream * video_st; AVStream 1014 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream * video_st; AVStream 1130 modules/videoio/src/cap_ffmpeg_impl.hpp static AVStream *icv_add_video_stream_FFMPEG(AVFormatContext *oc, AVStream 1136 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream *st; AVStream 1269 modules/videoio/src/cap_ffmpeg_impl.hpp static int icv_av_write_frame_FFMPEG( AVFormatContext * oc, AVStream * video_st, AVStream 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); AVStream 1926 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream* video_st_; AVStream 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) AVStream 1972 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream* st = avformat_new_stream(oc, 0); AVStream 1974 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream* st = av_new_stream(oc, 0);