Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dprobetest.c32 static const char *single_format; variable
48 (!single_format || !strcmp(single_format, fmt->name)) in probe()
105 if (!strcmp(argv[i], "-f") && i+1<argc && !single_format) { in main()
106 single_format = argv[++i]; in main()
/third_party/alsa-utils/axfer/
Dxfer-options.c425 static const char *const single_format = "%s%s"; in generate_path_with_suffix() local
438 snprintf(xfer->paths[index], len, single_format, template, in generate_path_with_suffix()
452 static const char *const single_format = "%s"; in generate_path_without_suffix() local
465 snprintf(xfer->paths[index], len, single_format, template); in generate_path_without_suffix()