Home
last modified time | relevance | path

Searched refs:sf_writef_int (Results 1 – 12 of 12) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-concat.c165 sf_writef_int (wfile, data, readcount) ; in concat_data_int()
Dsndfile-interleave.c172 sf_writef_int (state->outfile, state->dout.i, max_read_len) ; in interleave_int()
Dcommon.c95 sf_writef_int (outfile, data, readcount) ; in sfe_copy_data_int()
/third_party/libsnd/examples/
Dsndfile-loopify.c147 sf_writef_int (outfile, data, readcount) ; in sfe_copy_data_int()
/third_party/libsnd/tests/
Dfix_this.c112 if ((k = sf_writef_int (file, orig, datalen)) != datalen) in lcomp_test_int()
/third_party/libsnd/include/
Dsndfile.h673 sf_count_t sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames);
Dsndfile.hh390 { return sf_writef_int (p->sf, ptr, frame_count) ; } in writef()
Dsndfile.h.in711 sf_count_t sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) ;
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c402 return (pa_sndfile_writef_t) sf_writef_int; in pa_sndfile_writef_function()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsink.c365 this->writer = (GstSFWriter) sf_writef_int; 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) …
466 sf_count_t sf_writef_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
/third_party/libsnd/src/
Dsndfile.c2324 sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) in sf_writef_int() function