Lines Matching defs:oc
614 static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, Opt… in copy_metadata()
1409 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream()
1634 static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc, in get_ost_filters()
1654 static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, in check_streamcopy_filters()
1668 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_video_stream()
1866 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_audio_stream()
1939 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_data_stream()
1952 static OutputStream *new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_unknown_stream()
1965 static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_attachment_stream()
1973 static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_subtitle_stream()
2067 AVFormatContext *oc) in init_output_filter()
2122 AVFormatContext *oc; in open_output_file() local