Home
last modified time | relevance | path

Searched refs:sf_write_float (Results 1 - 7 of 7) sorted by relevance

/third_party/libsnd/examples/
H A 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()
H A Dgenerate.c122 sf_write_float (outfile, buffer, readcount) ; in encode_file()
/third_party/libsnd/tests/
H A Dexternal_libs_test.c195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
H A Dcommand_test.c255 if ((k = (unsigned int) sf_write_float (file, float_data, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in float_norm_test()
256 { printf ("Line %d: sf_write_float failed with short write (%d ->%d)\n", __LINE__, BUFFER_LEN, k) ; in float_norm_test()
263 if ((k = (unsigned int) sf_write_float (file, float_data + BUFFER_LEN / 2, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in float_norm_test()
264 { printf ("Line %d: sf_write_float failed with short write (%d ->%d)\n", __LINE__, BUFFER_LEN, k) ; in float_norm_test()
/third_party/libsnd/include/
H A Dsndfile.h751 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items) ;
H A Dsndfile.hh364 { return sf_write_float (p->sf, ptr, items) ; } in write()
/third_party/libsnd/src/
H A Dsndfile.c2467 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function
2521 } /* sf_write_float */ in sf_write_float()

Completed in 10 milliseconds