Searched refs:sf_read_raw (Results 1 – 13 of 13) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sound-file.c | 111 (!readf_function && sf_read_raw(sf, ptr, (sf_count_t) l) != (sf_count_t) l)) { in pa_sound_file_load()
|
D | sound-file-stream.c | 173 n = sf_read_raw(u->sndfile, p, (sf_count_t) length); in sink_input_pop_cb()
|
/third_party/libsnd/tests/ |
D | alaw_test.c | 85 if (sf_read_raw (file, alaw_buffer, BUFFER_SIZE) != BUFFER_SIZE) in main()
|
D | ulaw_test.c | 85 if (sf_read_raw (file, ulaw_buffer, BUFFER_SIZE) != BUFFER_SIZE) in main()
|
D | utils.tpl | 694 if ((count = sf_read_raw (file, test, items)) != items) 698 printf (" : sf_read_raw failed with short read (%" PRId64 " => %" PRId64 ").\n", items, count) ;
|
D | lossy_comp_test.c | 2401 count = sf_read_raw (file, orig_buffer.c, datalen + 5 * channels) ; in read_raw_test()
|
/third_party/libsnd/include/ |
D | sndfile.h | 656 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes);
|
D | sndfile.hh | 402 { return sf_read_raw (p->sf, ptr, bytes) ; } in readRaw()
|
D | sndfile.h.in | 693 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) ;
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 206 bytes = sf_read_raw(sndfile, data, (sf_count_t) data_length); in stream_write_callback()
|
/third_party/libsnd/docs/ |
D | api.md | 48 | [sf_read_raw, sf_write_raw](#raw) … 492 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) ;
|
D | command.md | 1303 Determine if raw data read using [sf_read_raw()](api.md#raw) needs to be end
|
/third_party/libsnd/src/ |
D | sndfile.c | 1612 sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) in sf_read_raw() function
|