Searched refs:sf_read_int (Results 1 – 9 of 9) sorted by relevance
/third_party/libsnd/tests/ |
D | dwvw_test.c | 89 if ((k = sf_read_int (file, read_buf, BUFFER_SIZE)) != BUFFER_SIZE) in dwvw_test()
|
/third_party/libsnd/regtest/ |
D | checksum.c | 95 { count = (int) sf_read_int (file, data.i, ARRAY_LEN (data.i)) ; in int_checksum()
|
/third_party/libsnd/programs/ |
D | sndfile-interleave.c | 162 { read_len = sf_read_int (state->infile [ch], state->din.i, BUFFER_LEN) ; in interleave_int()
|
/third_party/libsnd/include/ |
D | sndfile.h | 690 sf_count_t sf_read_int (SNDFILE *sndfile, int *ptr, sf_count_t items);
|
D | sndfile.hh | 342 { return sf_read_int (p->sf, ptr, items) ; } in read()
|
D | sndfile.h.in | 728 sf_count_t sf_read_int (SNDFILE *sndfile, int *ptr, sf_count_t items) ;
|
/third_party/libsnd/docs/ |
D | api.md | 44 | [sf_read_short, sf_read_int, sf_read_float, sf_read_double](#read) … 408 sf_count_t sf_read_int (SNDFILE *sndfile, int *ptr, sf_count_t items) ; 709 sf_read_int() to read a 16 bit PCM encoded WAV file) libsndfile obeys one simple 730 sf_read_int()) can produce unexpected results. For instance the data in the file
|
D | FAQ.md | 225 the **short** and **int** data types (ie using sf_read_short or sf_read_int) or
|
/third_party/libsnd/src/ |
D | sndfile.c | 1772 sf_read_int (SNDFILE *sndfile, int *ptr, sf_count_t len) in sf_read_int() function
|