Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.h41 pa_sndfile_readf_t pa_sndfile_readf_function(const pa_sample_spec *ss);
Dsound-file.c106 readf_function = pa_sndfile_readf_function(ss); in pa_sound_file_load()
Dsound-file-stream.c296 u->readf_function = pa_sndfile_readf_function(&ss); in pa_play_file()
Dsndfile-util.c369 pa_sndfile_readf_t pa_sndfile_readf_function(const pa_sample_spec *ss) { in pa_sndfile_readf_function() function
/third_party/pulseaudio/src/utils/
Dpacat.c1119 readf_function = pa_sndfile_readf_function(&sample_spec); in main()