Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.c1292 static int show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, in… in show_formats_devices() function
1357 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEFAULT); in show_formats()
1362 return show_formats_devices(optctx, opt, arg, 0, SHOW_MUXERS); in show_muxers()
1367 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEMUXERS); in show_demuxers()
1372 return show_formats_devices(optctx, opt, arg, 1, SHOW_DEFAULT); in show_devices()