Searched refs:sf_writef_short (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/tests/ |
D | multi_file_test.c | 230 if (sf_writef_short (sndfile, data, frames) != frames) in write_file_at_end()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 398 return (pa_sndfile_writef_t) sf_writef_short; in pa_sndfile_writef_function()
|
/third_party/libsnd/include/ |
D | sndfile.h | 727 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) ;
|
D | sndfile.hh | 388 { return sf_writef_short (p->sf, ptr, frame_count) ; } in writef()
|
/third_party/libsnd/docs/ |
D | api.md | 47 | [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/ |
D | sndfile.c | 2300 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short() function
|