AVStream          229 applications/dashcast/audio_muxer.c 	AVStream *audio_stream;
AVStream          301 applications/dashcast/audio_muxer.c 	AVStream *audio_stream = audio_output_file->av_fmt_ctx->streams[audio_output_file->astream_idx];
AVStream          624 applications/dashcast/video_muxer.c 	AVStream *video_stream;
AVStream          699 applications/dashcast/video_muxer.c 	AVStream *video_stream = video_output_file->av_fmt_ctx->streams[video_output_file->vstream_idx];
AVStream         1087 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s);
AVStream         1088 extra_lib/include/ffmpeg_android/libavformat/avformat.h void       av_stream_set_r_frame_rate(AVStream *s, AVRational r);
AVStream         1089 extra_lib/include/ffmpeg_android/libavformat/avformat.h struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
AVStream         1096 extra_lib/include/ffmpeg_android/libavformat/avformat.h int64_t    av_stream_get_end_pts(const AVStream *st);
AVStream         1238 extra_lib/include/ffmpeg_android/libavformat/avformat.h     AVStream **streams;
AVStream         1842 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
AVStream         1852 extra_lib/include/ffmpeg_android/libavformat/avformat.h uint8_t *av_stream_get_side_data(AVStream *stream,
AVStream         2205 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id);
AVStream         2213 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_set_pts_info(AVStream *s, int pts_wrap_bits,
AVStream         2448 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st);
AVStream         2463 extra_lib/include/ffmpeg_android/libavformat/avformat.h                       const AVStream *st);
AVStream         2510 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
AVStream         2518 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,
AVStream         2678 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVStream         2688 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVStream         2703 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVStream         1006 extra_lib/include/libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s);
AVStream         1007 extra_lib/include/libavformat/avformat.h void       av_stream_set_r_frame_rate(AVStream *s, AVRational r);
AVStream         1145 extra_lib/include/libavformat/avformat.h     AVStream **streams;
AVStream         1685 extra_lib/include/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
AVStream         2037 extra_lib/include/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id);
AVStream         2045 extra_lib/include/libavformat/avformat.h void av_set_pts_info(AVStream *s, int pts_wrap_bits,
AVStream         2280 extra_lib/include/libavformat/avformat.h void av_pkt_dump2(FILE *f, AVPacket *pkt, int dump_payload, AVStream *st);
AVStream         2295 extra_lib/include/libavformat/avformat.h                       AVStream *st);
AVStream         2342 extra_lib/include/libavformat/avformat.h int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
AVStream         2350 extra_lib/include/libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,
AVStream         2499 extra_lib/include/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVStream         2509 extra_lib/include/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVStream         2524 extra_lib/include/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVStream           26 modules/redirect_av/ffmpeg_ts_muxer.c 	AVStream *audio_st, *video_st;
AVStream           73 modules/redirect_av/ffmpeg_ts_muxer.c 	AVStream * video_st = mux->video_st;
AVStream           74 modules/redirect_av/ffmpeg_ts_muxer.c 	AVStream * audio_st = mux->audio_st;