• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/

Lines Matching defs:OutputStream

195 typedef struct OutputStream {
256 } OutputStream;
273 static OutputStream *output_streams = NULL;
548 static int configure_video_filters(InputStream *ist, OutputStream *ost)
867 get_sync_ipts(const OutputStream *ost)
874 static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
930 static int encode_audio_frame(AVFormatContext *s, OutputStream *ost,
988 static void do_audio_out(AVFormatContext *s, OutputStream *ost,
1213 OutputStream *ost,
1279 static void do_video_resample(OutputStream *ost,
1332 OutputStream *ost,
1481 static void do_video_stats(AVFormatContext *os, OutputStream *ost,
1519 OutputStream *ost_table, int nb_ostreams,
1523 OutputStream *ost;
1641 static void flush_encoders(OutputStream *ost_table, int nb_ostreams)
1646 OutputStream *ost = &ost_table[i];
1728 static int check_output_constraints(InputStream *ist, OutputStream *ost)
1749 static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *pkt)
1905 OutputStream *ost = &output_streams[i];
1961 OutputStream *ost = &output_streams[i];
2059 OutputStream *ost = &output_streams[i];
2073 OutputStream *ost_table, int nb_ostreams,
2158 OutputStream *ost = &ost_table[i];
2186 static int init_input_stream(int ist_index, OutputStream *output_streams, int nb_output_streams,
2202 OutputStream *ost = &output_streams[i];
2234 static void parse_forced_key_frames(char *kf, OutputStream *ost,
2273 OutputStream *ost;
2671 OutputStream *ost;
3450 static void choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost)
3467 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type)
3469 OutputStream *ost;
3585 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc)
3588 OutputStream *ost;
3701 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc)
3704 OutputStream *ost;
3731 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc)
3733 OutputStream *ost;
3744 static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc)
3746 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT);
3751 static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc)
3754 OutputStream *ost;
3834 OutputStream *ost;