Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.h38 typedef sf_count_t (*pa_sndfile_writef_t)(SNDFILE *sndfile, const void *ptr, sf_count_t frames); typedef
44 pa_sndfile_writef_t pa_sndfile_writef_function(const pa_sample_spec *ss);
Dsndfile-util.c393 pa_sndfile_writef_t pa_sndfile_writef_function(const pa_sample_spec *ss) { in pa_sndfile_writef_function()
398 return (pa_sndfile_writef_t) sf_writef_short; in pa_sndfile_writef_function()
402 return (pa_sndfile_writef_t) sf_writef_int; in pa_sndfile_writef_function()
405 return (pa_sndfile_writef_t) sf_writef_float; in pa_sndfile_writef_function()