Home
last modified time | relevance | path

Searched refs:sf_readf_short (Results 1 – 11 of 11) sorted by relevance

/third_party/libsnd/include/
Dsndfile.h669 sf_count_t sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames);
Dsndfile.hh370 { return sf_readf_short (p->sf, ptr, frame_count) ; } in readf()
Dsndfile.h.in707 sf_count_t sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) ;
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c374 return (pa_sndfile_readf_t) sf_readf_short; in pa_sndfile_readf_function()
/third_party/libsnd/docs/
Dlinux_games_programming.txt259 if (sf_readf_short(file,buffer_short,file_info.samples) == (size_t)-1) {
415 > if (sf_readf_short(file,buffer_short,file_info.samples) == (size_t)- 1) {
Dapi.md45 | [sf_readf_short, sf_readf_int, sf_readf_float, sf_readf_double](#readf) …
415 sf_count_t sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) ;
437 sf_readf_short() with a count argument of N, on a SNDFILE with C channels, is
DFAQ.md279 sf_count frames_read = sf_readf_short (file, data, 100) ;
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c445 this->reader = (GstSFReader) sf_readf_short; in gst_sf_src_set_caps()
Dgstsfdec.c732 self->reader = (GstSFReader) sf_readf_short; in gst_sf_dec_open_file()
/third_party/libsnd/tests/
Dlossy_comp_test.c723 if ((k = sf_readf_short (file, data, datalen)) != sfinfo.frames - datalen) in lcomp_test_short()
806 if ((k = sf_readf_short (file, data, datalen)) != 0) in lcomp_test_short()
/third_party/libsnd/src/
Dsndfile.c1719 sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) in sf_readf_short() function