Home
last modified time | relevance | path

Searched refs:sf_writef_float (Results 1 – 9 of 9) sorted by relevance

/third_party/libsnd/Octave/
Dsndfile.cc206 sf_writef_float (file, buffer, writecount) ;
/third_party/libsnd/include/
Dsndfile.h676 sf_count_t sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames);
Dsndfile.hh394 { return sf_writef_float (p->sf, ptr, frame_count) ; } in writef()
Dsndfile.h.in714 sf_count_t sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) ;
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c405 return (pa_sndfile_writef_t) sf_writef_float; in pa_sndfile_writef_function()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsink.c373 this->writer = (GstSFWriter) sf_writef_float; 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) …
467 sf_count_t sf_writef_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) ;
Dcommand.md381 size_t sf_writef_float (SNDFILE *sndfile, float *ptr, size_t frames) ;
/third_party/libsnd/src/
Dsndfile.c2436 sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) in sf_writef_float() function