Searched refs:sf_readf_float (Results 1 – 14 of 14) sorted by relevance
/third_party/libsnd/examples/ |
D | sndfile-to-text.c | 71 while ((readcount = sf_readf_float (infile, buf, frames)) > 0) in convert_to_text()
|
/third_party/libsnd/ossfuzz/ |
D | sndfile_fuzzer.cc | 140 while (sf_readf_float(sndfile, read_buffer, 1)) in LLVMFuzzerTestOneInput()
|
/third_party/libsnd/Octave/ |
D | sndfile.cc | 101 { readcount = sf_readf_float (file, buffer, BUFFER_FRAMES) ;
|
/third_party/libsnd/include/ |
D | sndfile.h | 675 sf_count_t sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames);
|
D | sndfile.hh | 378 { return sf_readf_float (p->sf, ptr, frame_count) ; } in readf()
|
D | sndfile.h.in | 713 sf_count_t sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) ;
|
/third_party/pulseaudio/src/pulsecore/ |
D | sndfile-util.c | 381 return (pa_sndfile_readf_t) sf_readf_float; in pa_sndfile_readf_function()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsrc.c | 456 this->reader = (GstSFReader) sf_readf_float; in gst_sf_src_set_caps()
|
D | gstsfdec.c | 735 self->reader = (GstSFReader) sf_readf_float; 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) … 417 sf_count_t sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) ;
|
D | command.md | 378 size_t sf_readf_float (SNDFILE *sndfile, float *ptr, size_t frames) ;
|
/third_party/libsnd/tests/ |
D | lossy_comp_test.c | 1114 if ((k = sf_readf_float (file, data, datalen)) != sfinfo.frames - datalen) in lcomp_test_float() 1197 if ((k = sf_readf_float (file, data, datalen)) != 0) in lcomp_test_float()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 1154 if ((sf_readf_float(sndfile, d, l)) != l) { in stream_write_callback()
|
/third_party/libsnd/src/ |
D | sndfile.c | 1935 sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) in sf_readf_float() function
|