Searched refs:sf_read_double (Results 1 – 11 of 11) sorted by relevance
/third_party/libsnd/examples/ |
D | sfprocess.c | 113 while ((readcount = sf_read_double (infile, data, BUFFER_LEN))) in main()
|
/third_party/libsnd/src/ |
D | command.c | 312 { readcount = sf_read_double ((SNDFILE*) psf, data, len) ; in psf_calc_signal_max() 357 { readcount = sf_read_double ((SNDFILE*) psf, data, len) ; in psf_calc_max_all_channels()
|
D | sndfile.c | 1988 sf_read_double (SNDFILE *sndfile, double *ptr, sf_count_t len) in sf_read_double() function
|
/third_party/libsnd/programs/ |
D | sndfile-interleave.c | 188 { read_len = sf_read_double (state->infile [ch], state->din.d, BUFFER_LEN) ; in interleave_double()
|
/third_party/libsnd/include/ |
D | sndfile.h | 696 sf_count_t sf_read_double (SNDFILE *sndfile, double *ptr, sf_count_t items);
|
D | sndfile.hh | 350 { return sf_read_double (p->sf, ptr, items) ; } in read()
|
D | sndfile.h.in | 734 sf_count_t sf_read_double (SNDFILE *sndfile, double *ptr, sf_count_t items) ;
|
/third_party/libsnd/tests/ |
D | command_test.c | 410 if ((k = sf_read_double (file, double_data, BUFFER_LEN)) != BUFFER_LEN) in double_norm_test() 425 if ((k = sf_read_double (file, double_data, BUFFER_LEN)) != BUFFER_LEN) in double_norm_test() 440 if ((k = sf_read_double (file, double_data, BUFFER_LEN)) != BUFFER_LEN) in double_norm_test()
|
D | lossy_comp_test.c | 2242 if ((k = sf_read_double (file, data, datalen)) != sfinfo.frames - datalen) in sdlcomp_test_double() 2318 if ((k = sf_read_double (file, data, datalen)) != 0) in sdlcomp_test_double()
|
/third_party/libsnd/docs/ |
D | api.md | 44 | [sf_read_short, sf_read_int, sf_read_float, sf_read_double](#read) … 410 sf_count_t sf_read_double (SNDFILE *sndfile, double *ptr, sf_count_t items) ; 718 or sf_read_double ()) from a file with integer data is normalisation. Regardless
|
D | command.md | 427 size_t sf_read_double (SNDFILE *sndfile, double *ptr, size_t items) ;
|