Searched refs:sf_writef_int (Results 1 – 12 of 12) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-concat.c | 165 sf_writef_int (wfile, data, readcount) ; in concat_data_int()
|
D | sndfile-interleave.c | 172 sf_writef_int (state->outfile, state->dout.i, max_read_len) ; in interleave_int()
|
D | common.c | 95 sf_writef_int (outfile, data, readcount) ; in sfe_copy_data_int()
|
/third_party/libsnd/examples/ |
D | sndfile-loopify.c | 147 sf_writef_int (outfile, data, readcount) ; in sfe_copy_data_int()
|
/third_party/libsnd/tests/ |
D | fix_this.c | 112 if ((k = sf_writef_int (file, orig, datalen)) != datalen) in lcomp_test_int()
|
/third_party/libsnd/include/ |
D | sndfile.h | 673 sf_count_t sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames);
|
D | sndfile.hh | 390 { return sf_writef_int (p->sf, ptr, frame_count) ; } in writef()
|
D | sndfile.h.in | 711 sf_count_t sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) ;
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 402 return (pa_sndfile_writef_t) sf_writef_int; in pa_sndfile_writef_function()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 365 this->writer = (GstSFWriter) sf_writef_int; 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) … 466 sf_count_t sf_writef_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 2324 sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) in sf_writef_int() function
|