Searched refs:sf_write_float (Results 1 – 10 of 10) 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 = (unsigned int) sf_write_float (file, float_data, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in float_norm_test() 263 …if ((k = (unsigned int) sf_write_float (file, float_data + BUFFER_LEN / 2, BUFFER_LEN / 2)) != BUF… in float_norm_test()
|
D | utils.tpl | 904 sf_write_float (file, output, len) ;
|
/third_party/libsnd/include/ |
D | sndfile.h | 751 sf_count_t sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t items) ;
|
D | sndfile.hh | 364 { return sf_write_float (p->sf, ptr, items) ; } in write()
|
/third_party/libsnd/docs/ |
D | api.md | 46 | [sf_write_short, sf_write_int, sf_write_float, sf_write_double](#write) … 467 sf_count_t sf_write_float (SNDFILE *sndfile, float *ptr, sf_count_t items) ;
|
D | command.md | 383 size_t sf_write_float (SNDFILE *sndfile, float *ptr, size_t items) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 2467 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function
|