Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dmulti_file_test.c230 if (sf_writef_short (sndfile, data, frames) != frames) in write_file_at_end()
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c398 return (pa_sndfile_writef_t) sf_writef_short; in pa_sndfile_writef_function()
/third_party/libsnd/include/
Dsndfile.h727 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) ;
Dsndfile.hh388 { return sf_writef_short (p->sf, ptr, frame_count) ; } in writef()
/third_party/libsnd/docs/
Dapi.md47 | [sf_writef_short, sf_writef_int, sf_writef_float, sf_writef_double](#writef) …
473 sf_count_t sf_writef_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) ;
/third_party/libsnd/src/
Dsndfile.c2300 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short() function