Searched refs:sf_write_float (Results 1 - 7 of 7) sorted by relevance
/third_party/libsnd/examples/ |
H A D | generate.cs | 166 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 D | generate.c | 122 sf_write_float (outfile, buffer, readcount) ; in encode_file()
|
/third_party/libsnd/tests/ |
H A D | external_libs_test.c | 195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
|
H A D | command_test.c | 255 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 D | sndfile.h | 751 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items) ;
|
H A D | sndfile.hh | 364 { return sf_write_float (p->sf, ptr, items) ; } in write()
|
/third_party/libsnd/src/ |
H A D | sndfile.c | 2467 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