Searched refs:sf_write_double (Results 1 – 9 of 9) sorted by relevance
/third_party/libsnd/examples/ |
D | sfprocess.c | 115 sf_write_double (outfile, data, readcount) ; in main()
|
/third_party/libsnd/programs/ |
D | sndfile-deinterleave.c | 205 sf_write_double (state->outfile [ch], state->dout.d, read_len) ; in deinterleave_double()
|
/third_party/libsnd/include/ |
D | sndfile.h | 697 sf_count_t sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t items);
|
D | sndfile.hh | 366 { return sf_write_double (p->sf, ptr, items) ; } in write()
|
D | sndfile.h.in | 735 sf_count_t sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t items) ;
|
/third_party/libsnd/tests/ |
D | command_test.c | 372 if ((k = sf_write_double (file, double_data, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in double_norm_test() 380 if ((k = sf_write_double (file, double_data + BUFFER_LEN / 2, BUFFER_LEN / 2)) != BUFFER_LEN / 2) in double_norm_test()
|
/third_party/libsnd/docs/ |
D | api.md | 46 | [sf_write_short, sf_write_int, sf_write_float, sf_write_double](#write) … 460 sf_count_t sf_write_double (SNDFILE *sndfile, double *ptr, sf_count_t items) ;
|
D | command.md | 430 size_t sf_write_double (SNDFILE *sndfile, double *ptr, size_t items) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 2491 sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t len) in sf_write_double() function
|