Home
last modified time | relevance | path

Searched refs:av_muxer_iterate (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions.c73 while ((ofmt = av_muxer_iterate(&ofmt_iter))) in format_child_class_next()
84 while ((ofmt = av_muxer_iterate(&ofmt_iter))) in format_child_class_next()
119 while ((ofmt = av_muxer_iterate(&val))) { in format_child_class_iterate()
Dallformats.c541 const AVOutputFormat *av_muxer_iterate(void **opaque) in av_muxer_iterate() function
647 return (AVOutputFormat *)av_muxer_iterate(&opaque); in av_oformat_next()
Dformat.c69 while ((fmt = av_muxer_iterate(&i))) { in av_guess_format()
Davformat.h2012 const AVOutputFormat *av_muxer_iterate(void **opaque);
/third_party/ffmpeg/tools/
Denum_options.c106 while ((oformat = av_muxer_iterate(&oformat_opaque))) { in show_format_opts()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c882 while ((in_plugin = av_muxer_iterate (&i))) { in gst_ffmpegmux_register()
/third_party/ffmpeg/fftools/
Dcmdutils.c1314 while ((ofmt = av_muxer_iterate(&ofmt_opaque))) { in show_formats_devices()
/third_party/ffmpeg/doc/
DAPIchanges379 Add av_demuxer_iterate(), and av_muxer_iterate().
/third_party/gstreamer/gst_libav/
DChangeLog1654 av_oformat_next (deprecated) -> av_muxer_iterate