Home
last modified time | relevance | path

Searched refs:sf_write_raw (Results 1 – 10 of 10) sorted by relevance

/third_party/libsnd/tests/
Dalaw_test.c115 sf_write_raw (file, alaw_buffer, 256) ; in main()
Dulaw_test.c116 sf_write_raw (file, ulaw_buffer, 256) ; in main()
Dutils.tpl732 if ((count = sf_write_raw (file, test, items)) != items)
736 printf (" : sf_write_raw failed with short write (%" PRId64 " => %" PRId64 ").\n", items, count) ;
/third_party/libsnd/programs/
Dsndfile-salvage.c273 if ((count = sf_write_raw (sndfile, buffer, readlen)) != readlen) in copy_data()
/third_party/libsnd/include/
Dsndfile.h657 sf_count_t sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t bytes);
Dsndfile.hh406 { return sf_write_raw (p->sf, ptr, bytes) ; } in writeRaw()
Dsndfile.h.in694 sf_count_t sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t bytes) ;
/third_party/pulseaudio/src/utils/
Dpacat.c299 bytes = sf_write_raw(sndfile, data ? data : silence_buffer, (sf_count_t) length); in stream_read_callback()
/third_party/libsnd/docs/
Dapi.md48 | [sf_read_raw, sf_write_raw](#raw) …
493 sf_count_t sf_write_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) ;
/third_party/libsnd/src/
Dsndfile.c2096 sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t len) in sf_write_raw() function