Home
last modified time | relevance | path

Searched refs:sf_read_raw (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsound-file.c111 (!readf_function && sf_read_raw(sf, ptr, (sf_count_t) l) != (sf_count_t) l)) { in pa_sound_file_load()
Dsound-file-stream.c173 n = sf_read_raw(u->sndfile, p, (sf_count_t) length); in sink_input_pop_cb()
/third_party/libsnd/tests/
Dalaw_test.c85 if (sf_read_raw (file, alaw_buffer, BUFFER_SIZE) != BUFFER_SIZE) in main()
Dulaw_test.c85 if (sf_read_raw (file, ulaw_buffer, BUFFER_SIZE) != BUFFER_SIZE) in main()
Dutils.tpl694 if ((count = sf_read_raw (file, test, items)) != items)
698 printf (" : sf_read_raw failed with short read (%" PRId64 " => %" PRId64 ").\n", items, count) ;
Dlossy_comp_test.c2401 count = sf_read_raw (file, orig_buffer.c, datalen + 5 * channels) ; in read_raw_test()
/third_party/libsnd/include/
Dsndfile.h656 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes);
Dsndfile.hh402 { return sf_read_raw (p->sf, ptr, bytes) ; } in readRaw()
Dsndfile.h.in693 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) ;
/third_party/pulseaudio/src/utils/
Dpacat.c206 bytes = sf_read_raw(sndfile, data, (sf_count_t) data_length); in stream_write_callback()
/third_party/libsnd/docs/
Dapi.md48 | [sf_read_raw, sf_write_raw](#raw) …
492 sf_count_t sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) ;
Dcommand.md1303 Determine if raw data read using [sf_read_raw()](api.md#raw) needs to be end
/third_party/libsnd/src/
Dsndfile.c1612 sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) in sf_read_raw() function