Lines Matching refs:OutputStream
54 typedef struct OutputStream {
71 } OutputStream;
126 static void add_stream(OutputStream *ost, AVFormatContext *oc,
246 OutputStream *ost, AVDictionary *opt_arg)
311 static AVFrame *get_audio_frame(OutputStream *ost)
340 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost)
410 OutputStream *ost, AVDictionary *opt_arg)
475 static AVFrame *get_video_frame(OutputStream *ost)
521 static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
526 static void close_stream(AVFormatContext *oc, OutputStream *ost)
541 OutputStream video_st = { 0 }, audio_st = { 0 };