Home
last modified time | relevance | path

Searched refs:sf_write_double (Results 1 – 9 of 9) sorted by relevance

/third_party/libsnd/examples/
Dsfprocess.c115 sf_write_double (outfile, data, readcount) ; in main()
/third_party/libsnd/programs/
Dsndfile-deinterleave.c205 sf_write_double (state->outfile [ch], state->dout.d, read_len) ; in deinterleave_double()
/third_party/libsnd/include/
Dsndfile.h697 sf_count_t sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t items);
Dsndfile.hh366 { return sf_write_double (p->sf, ptr, items) ; } in write()
Dsndfile.h.in735 sf_count_t sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t items) ;
/third_party/libsnd/tests/
Dcommand_test.c372 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/
Dapi.md46 | [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) ;
Dcommand.md430 size_t sf_write_double (SNDFILE *sndfile, double *ptr, size_t items) ;
/third_party/libsnd/src/
Dsndfile.c2491 sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t len) in sf_write_double() function