Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.h46 int pa_sndfile_format_from_string(const char *extension);
Dsndfile-util.c417 int pa_sndfile_format_from_string(const char *name) { in pa_sndfile_format_from_string() function
/third_party/pulseaudio/src/utils/
Dpacat.c984 if ((file_format = pa_sndfile_format_from_string(optarg)) < 0) { in main()
1051 file_format = pa_sndfile_format_from_string(extension+1); in main()