Searched refs:sf_write_float (Results 1 – 11 of 11) sorted by relevance
/third_party/libsnd/examples/ |
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()
|
D | generate.c | 122 sf_write_float (outfile, buffer, readcount) ; in encode_file()
|
/third_party/libsnd/tests/ |
D | external_libs_test.c | 195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
|
D | command_test.c | 255 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()
|
D | utils.tpl | 870 sf_write_float (file, output, len) ;
|
/third_party/libsnd/include/ |
D | sndfile.h | 694 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items);
|
D | sndfile.hh | 362 { return sf_write_float (p->sf, ptr, items) ; } in write()
|
D | sndfile.h.in | 732 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items) ;
|
/third_party/libsnd/docs/ |
D | api.md | 46 | [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) ;
|
D | command.md | 380 size_t sf_write_float (SNDFILE *sndfile, float *ptr, size_t items) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 2379 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function
|