Home
last modified time | relevance | path

Searched refs:sf_write_float (Results 1 – 11 of 11) sorted by relevance

/third_party/libsnd/examples/
Dgenerate.cs166 static extern sf_count_t sf_write_float (IntPtr sndfile, float[] ptr, sf_count_t items); in sf_write_float() method in lsndf_example
237 sf_write_float (outfile, buffer, BUFFER_LEN); in Main()
Dgenerate.c122 sf_write_float (outfile, buffer, readcount) ; in encode_file()
/third_party/libsnd/tests/
Dexternal_libs_test.c195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
Dcommand_test.c255 if ((k = sf_write_float (file, float_data, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in float_norm_test()
263 if ((k = sf_write_float (file, float_data + BUFFER_LEN / 2, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in float_norm_test()
Dutils.tpl870 sf_write_float (file, output, len) ;
/third_party/libsnd/include/
Dsndfile.h694 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items);
Dsndfile.hh362 { return sf_write_float (p->sf, ptr, items) ; } in write()
Dsndfile.h.in732 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items) ;
/third_party/libsnd/docs/
Dapi.md46 | [sf_write_short, sf_write_int, sf_write_float, sf_write_double](#write) …
459 sf_count_t sf_write_float (SNDFILE *sndfile, float *ptr, sf_count_t items) ;
Dcommand.md380 size_t sf_write_float (SNDFILE *sndfile, float *ptr, size_t items) ;
/third_party/libsnd/src/
Dsndfile.c2379 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function