Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/utils/
Dpacat.c104 static sf_count_t (*writef_function)(SNDFILE *_sndfile, const void *ptr, sf_count_t frames) = NULL; variable
292 if (writef_function) { in stream_read_callback()
295 … if ((bytes = writef_function(sndfile, data ? data : silence_buffer, (sf_count_t) (length/k))) > 0) in stream_read_callback()
1124 writef_function = pa_sndfile_writef_function(&sample_spec); in main()