Home
last modified time | relevance | path

Searched refs:sf_writef_short (Results 1 – 8 of 8) 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/libsnd/include/
Dsndfile.h670 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames);
Dsndfile.hh386 { return sf_writef_short (p->sf, ptr, frame_count) ; } in writef()
Dsndfile.h.in708 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) ;
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c398 return (pa_sndfile_writef_t) sf_writef_short; in pa_sndfile_writef_function()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsink.c362 this->writer = (GstSFWriter) sf_writef_short; in gst_sf_sink_set_caps()
/third_party/libsnd/docs/
Dapi.md47 | [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/
Dsndfile.c2212 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short() function