Searched refs:writef_function (Results 1 – 1 of 1) sorted by relevance
104 static sf_count_t (*writef_function)(SNDFILE *_sndfile, const void *ptr, sf_count_t frames) = NULL; variable292 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()