OutputStream       92 doc/examples/muxing.c static void add_stream(OutputStream *ost, AVFormatContext *oc,
OutputStream      209 doc/examples/muxing.c static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
OutputStream      267 doc/examples/muxing.c static AVFrame *get_audio_frame(OutputStream *ost)
OutputStream      296 doc/examples/muxing.c static int write_audio_frame(AVFormatContext *oc, OutputStream *ost)
OutputStream      383 doc/examples/muxing.c static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
OutputStream      449 doc/examples/muxing.c static AVFrame *get_video_frame(OutputStream *ost)
OutputStream      490 doc/examples/muxing.c static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
OutputStream      544 doc/examples/muxing.c static void close_stream(AVFormatContext *oc, OutputStream *ost)
OutputStream      558 doc/examples/muxing.c     OutputStream video_st = { 0 }, audio_st = { 0 };
OutputStream      120 ffmpeg.c       static void do_video_stats(OutputStream *ost, int frame_size);
OutputStream      141 ffmpeg.c       OutputStream **output_streams = NULL;
OutputStream      468 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream      578 ffmpeg.c       static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others)
OutputStream      582 ffmpeg.c               OutputStream *ost2 = output_streams[i];
OutputStream      587 ffmpeg.c       static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
OutputStream      726 ffmpeg.c       static void close_output_stream(OutputStream *ost)
OutputStream      737 ffmpeg.c       static int check_recording_time(OutputStream *ost)
OutputStream      750 ffmpeg.c       static void do_audio_out(AVFormatContext *s, OutputStream *ost,
OutputStream      800 ffmpeg.c                                   OutputStream *ost,
OutputStream      884 ffmpeg.c                                OutputStream *ost,
OutputStream     1167 ffmpeg.c       static void do_video_stats(OutputStream *ost, int frame_size)
OutputStream     1203 ffmpeg.c       static void finish_output_stream(OutputStream *ost)
OutputStream     1229 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream     1323 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream     1392 ffmpeg.c                   OutputStream *ost = output_streams[of->ost_index + j];
OutputStream     1426 ffmpeg.c           OutputStream *ost;
OutputStream     1601 ffmpeg.c               OutputStream   *ost = output_streams[i];
OutputStream     1674 ffmpeg.c       static int check_output_constraints(InputStream *ist, OutputStream *ost)
OutputStream     1691 ffmpeg.c       static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *pkt)
OutputStream     2136 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream     2282 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream     2432 ffmpeg.c       static InputStream *get_input_stream(OutputStream *ost)
OutputStream     2445 ffmpeg.c       static void parse_forced_key_frames(char *kf, OutputStream *ost,
OutputStream     2523 ffmpeg.c       static void set_encoder_id(OutputFile *of, OutputStream *ost)
OutputStream     2568 ffmpeg.c           OutputStream *ost;
OutputStream     3218 ffmpeg.c               OutputStream *ost    = output_streams[i];
OutputStream     3243 ffmpeg.c       static OutputStream *choose_output(void)
OutputStream     3247 ffmpeg.c           OutputStream *ost_min = NULL;
OutputStream     3250 ffmpeg.c               OutputStream *ost = output_streams[i];
OutputStream     3336 ffmpeg.c                   OutputStream *ost = output_streams[i];
OutputStream     3533 ffmpeg.c                       OutputStream *ost = output_streams[j];
OutputStream     3779 ffmpeg.c           OutputStream *ost;
OutputStream     3823 ffmpeg.c           OutputStream *ost;
OutputStream      223 ffmpeg.h           struct OutputStream *ost;
OutputStream      469 ffmpeg.h       extern OutputStream **output_streams;
OutputStream      531 ffmpeg.h       FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
OutputStream      100 ffmpeg_filter.c static char *choose_pix_fmts(OutputStream *ost)
OutputStream      150 ffmpeg_filter.c static char *choose_ ## var ## s(OutputStream *ost)                            \
OutputStream      187 ffmpeg_filter.c FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost)
OutputStream      345 ffmpeg_filter.c     OutputStream *ost = ofilter->ost;
OutputStream      434 ffmpeg_filter.c     OutputStream *ost = ofilter->ost;
OutputStream      872 ffmpeg_filter.c         OutputStream *ost = fg->outputs[0]->ost;
OutputStream      947 ffmpeg_filter.c         OutputStream *ost = fg->outputs[i]->ost;
OutputStream     1059 ffmpeg_opt.c   static void choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost)
OutputStream     1076 ffmpeg_opt.c   static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index)
OutputStream     1078 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1266 ffmpeg_opt.c                                OutputStream *ost)
OutputStream     1286 ffmpeg_opt.c                                        const OutputStream *ost, enum AVMediaType type)
OutputStream     1299 ffmpeg_opt.c   static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
OutputStream     1302 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1463 ffmpeg_opt.c   static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
OutputStream     1467 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1536 ffmpeg_opt.c   static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
OutputStream     1538 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1549 ffmpeg_opt.c   static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
OutputStream     1551 ffmpeg_opt.c       OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index);
OutputStream     1557 ffmpeg_opt.c   static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
OutputStream     1560 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1662 ffmpeg_opt.c           OutputStream *ost;
OutputStream     1703 ffmpeg_opt.c       OutputStream *ost;
OutputStream     1763 ffmpeg_opt.c       OutputStream *ost;
OutputStream       87 libavformat/dashenc.c     OutputStream *streams;
OutputStream      100 libavformat/dashenc.c     OutputStream *os = opaque;
OutputStream      179 libavformat/dashenc.c         OutputStream *os = &c->streams[i];
OutputStream      195 libavformat/dashenc.c static void output_segment_list(OutputStream *os, AVIOContext *out, DASHContext *c)
OutputStream      486 libavformat/dashenc.c         OutputStream *os = &c->streams[0];
OutputStream      500 libavformat/dashenc.c             OutputStream *os = &c->streams[i];
OutputStream      515 libavformat/dashenc.c             OutputStream *os = &c->streams[i];
OutputStream      574 libavformat/dashenc.c         OutputStream *os = &c->streams[i];
OutputStream      674 libavformat/dashenc.c static int add_segment(OutputStream *os, const char *file,
OutputStream      739 libavformat/dashenc.c static int update_stream_extradata(AVFormatContext *s, OutputStream *os,
OutputStream      771 libavformat/dashenc.c         OutputStream *os = &c->streams[i];
OutputStream      834 libavformat/dashenc.c             OutputStream *os = &c->streams[i];
OutputStream      861 libavformat/dashenc.c     OutputStream *os = &c->streams[pkt->stream_index];
OutputStream      928 libavformat/dashenc.c         OutputStream *os = &c->streams[0];
OutputStream      945 libavformat/dashenc.c             OutputStream *os = &c->streams[i];
OutputStream       74 libavformat/hdsenc.c     OutputStream *streams;
OutputStream       78 libavformat/hdsenc.c static int parse_header(OutputStream *os, const uint8_t *buf, int buf_size)
OutputStream      119 libavformat/hdsenc.c     OutputStream *os = opaque;
OutputStream      141 libavformat/hdsenc.c         OutputStream *os = &c->streams[i];
OutputStream      187 libavformat/hdsenc.c         OutputStream *os = &c->streams[i];
OutputStream      219 libavformat/hdsenc.c static int write_abst(AVFormatContext *s, OutputStream *os, int final)
OutputStream      289 libavformat/hdsenc.c static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts)
OutputStream      306 libavformat/hdsenc.c static void close_file(OutputStream *os)
OutputStream      340 libavformat/hdsenc.c         OutputStream *os = &c->streams[c->nb_streams];
OutputStream      404 libavformat/hdsenc.c         OutputStream *os = &c->streams[i];
OutputStream      436 libavformat/hdsenc.c static int add_fragment(OutputStream *os, const char *file,
OutputStream      464 libavformat/hdsenc.c static int hds_flush(AVFormatContext *s, OutputStream *os, int final,
OutputStream      516 libavformat/hdsenc.c     OutputStream *os = &c->streams[s->streams[pkt->stream_index]->id];
OutputStream       76 libavformat/smoothstreamingenc.c     OutputStream *streams;
OutputStream       83 libavformat/smoothstreamingenc.c     OutputStream *os = opaque;
OutputStream       96 libavformat/smoothstreamingenc.c     OutputStream *os = opaque;
OutputStream      144 libavformat/smoothstreamingenc.c static void get_private_data(OutputStream *os)
OutputStream      174 libavformat/smoothstreamingenc.c         OutputStream *os = &c->streams[i];
OutputStream      193 libavformat/smoothstreamingenc.c static void output_chunk_list(OutputStream *os, AVIOContext *out, int final, int skip, int window_size)
OutputStream      230 libavformat/smoothstreamingenc.c         OutputStream *os = &c->streams[i];
OutputStream      259 libavformat/smoothstreamingenc.c             OutputStream *os = &c->streams[i];
OutputStream      273 libavformat/smoothstreamingenc.c             OutputStream *os = &c->streams[i];
OutputStream      314 libavformat/smoothstreamingenc.c         OutputStream *os = &c->streams[i];
OutputStream      457 libavformat/smoothstreamingenc.c static int add_fragment(OutputStream *os, const char *file, const char *infofile, int64_t start_time, int64_t duration, int64_t start_pos, int64_t size)
OutputStream      518 libavformat/smoothstreamingenc.c         OutputStream *os = &c->streams[i];
OutputStream      553 libavformat/smoothstreamingenc.c             OutputStream *os = &c->streams[i];
OutputStream      581 libavformat/smoothstreamingenc.c     OutputStream *os = &c->streams[pkt->stream_index];