Home
last modified time | relevance | path

Searched refs:sf_readf_int (Results 1 – 14 of 14) sorted by relevance

/third_party/libsnd/tests/
Dfix_this.c151 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()
Dlossy_comp_test.c920 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/
Dsndfile-concat.c164 { readcount = sf_readf_int (rofile, data, frames) ; in concat_data_int()
Dsndfile-deinterleave.c182 { read_len = sf_readf_int (state->infile, state->din.i, BUFFER_LEN) ; in deinterleave_int()
Dcommon.c94 { readcount = sf_readf_int (infile, data, frames) ; in sfe_copy_data_int()
/third_party/libsnd/examples/
Dsndfile-loopify.c146 { readcount = sf_readf_int (infile, data, frames) ; in sfe_copy_data_int()
/third_party/libsnd/include/
Dsndfile.h672 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames);
Dsndfile.hh374 { return sf_readf_int (p->sf, ptr, frame_count) ; } in readf()
Dsndfile.h.in710 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c378 return (pa_sndfile_readf_t) sf_readf_int; in pa_sndfile_readf_function()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c448 this->reader = (GstSFReader) sf_readf_int; in gst_sf_src_set_caps()
Dgstsfdec.c729 self->reader = (GstSFReader) sf_readf_int; in gst_sf_dec_open_file()
/third_party/libsnd/docs/
Dapi.md45 | [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/
Dsndfile.c1827 sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) in sf_readf_int() function