Searched refs:sf_readf_int (Results 1 – 14 of 14) sorted by relevance
/third_party/libsnd/tests/ |
D | fix_this.c | 151 if ((k = sf_readf_int (file, data, datalen)) != datalen) in lcomp_test_int() 171 if ((k = sf_readf_int (file, data, datalen)) != sfinfo.frames - datalen) in lcomp_test_int() 201 if ((k = sf_readf_int (file, data, 11)) != 11) in lcomp_test_int() 224 if ((k = sf_readf_int (file, data, 1)) != 1) in lcomp_test_int() 241 sf_readf_int (file, data, 1) ; in lcomp_test_int() 250 sf_readf_int (file, data, 1) ; in lcomp_test_int() 259 if ((k = sf_readf_int (file, data, datalen)) != 0) in lcomp_test_int() 270 sf_readf_int (file, data, 1) ; in lcomp_test_int()
|
D | lossy_comp_test.c | 920 if ((k = sf_readf_int (file, data, datalen)) != sfinfo.frames - datalen) in lcomp_test_int() 1003 if ((k = sf_readf_int (file, data, datalen)) != 0) in lcomp_test_int() 1750 if ((k = sf_readf_int (file, data, datalen)) != sfinfo.frames - datalen) in sdlcomp_test_int() 1832 if ((k = sf_readf_int (file, data, datalen)) != 0) in sdlcomp_test_int()
|
/third_party/libsnd/programs/ |
D | sndfile-concat.c | 164 { readcount = sf_readf_int (rofile, data, frames) ; in concat_data_int()
|
D | sndfile-deinterleave.c | 182 { read_len = sf_readf_int (state->infile, state->din.i, BUFFER_LEN) ; in deinterleave_int()
|
D | common.c | 94 { readcount = sf_readf_int (infile, data, frames) ; in sfe_copy_data_int()
|
/third_party/libsnd/examples/ |
D | sndfile-loopify.c | 146 { readcount = sf_readf_int (infile, data, frames) ; in sfe_copy_data_int()
|
/third_party/libsnd/include/ |
D | sndfile.h | 672 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames);
|
D | sndfile.hh | 374 { return sf_readf_int (p->sf, ptr, frame_count) ; } in readf()
|
D | sndfile.h.in | 710 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 378 return (pa_sndfile_readf_t) sf_readf_int; in pa_sndfile_readf_function()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsrc.c | 448 this->reader = (GstSFReader) sf_readf_int; in gst_sf_src_set_caps()
|
D | gstsfdec.c | 729 self->reader = (GstSFReader) sf_readf_int; in gst_sf_dec_open_file()
|
/third_party/libsnd/docs/ |
D | api.md | 45 | [sf_readf_short, sf_readf_int, sf_readf_float, sf_readf_double](#readf) … 416 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
|
/third_party/libsnd/src/ |
D | sndfile.c | 1827 sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) in sf_readf_int() function
|