Searched refs:sf_writef_short (Results 1 – 8 of 8) 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/libsnd/include/ |
D | sndfile.h | 670 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames);
|
D | sndfile.hh | 386 { return sf_writef_short (p->sf, ptr, frame_count) ; } in writef()
|
D | sndfile.h.in | 708 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) ;
|
/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/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 362 this->writer = (GstSFWriter) sf_writef_short; in gst_sf_sink_set_caps()
|
/third_party/libsnd/docs/ |
D | api.md | 47 | [sf_writef_short, sf_writef_int, sf_writef_float, sf_writef_double](#writef) … 465 sf_count_t sf_writef_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 2212 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short() function
|