Home
last modified time | relevance | path

Searched refs:sf_readf_double (Results 1 – 10 of 10) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-cmp.c102 while ((nread1 = sf_readf_double (sf1, buf1, items)) > 0) in compare()
103 { nread2 = sf_readf_double (sf2, buf2, nread1) ; in compare()
117 if ((nread2 = sf_readf_double (sf2, buf2, items)) != 0) in compare()
Dcommon.c63 { readcount = sf_readf_double (infile, data, frames) ; in sfe_copy_data_fp()
71 { readcount = sf_readf_double (infile, data, frames) ; in sfe_copy_data_fp()
Dsndfile-concat.c146 { readcount = (int) sf_readf_double (rofile, data, frames) ; in concat_data_fp()
Dsndfile-deinterleave.c212 { read_len = (int) sf_readf_double (state->infile, state->din.d, BUFFER_LEN) ; in deinterleave_double()
/third_party/libsnd/include/
Dsndfile.h735 sf_count_t sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) ;
Dsndfile.hh384 { return sf_readf_double (p->sf, ptr, frame_count) ; } in readf()
/third_party/libsnd/docs/
Dapi.md45 | [sf_readf_short, sf_readf_int, sf_readf_float, sf_readf_double](#readf) …
426 sf_count_t sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) ;
Dcommand.md431 size_t sf_readf_double (SNDFILE *sndfile, double *ptr, size_t frames) ;
/third_party/libsnd/tests/
Dlossy_comp_test.c1314 if ((k = (int) sf_readf_double (file, data, datalen)) != sfinfo.frames - datalen) in lcomp_test_double()
1397 if ((k = (int) sf_readf_double (file, data, datalen)) != 0) in lcomp_test_double()
/third_party/libsnd/src/
Dsndfile.c2131 sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) in sf_readf_double() function