Searched refs:sf_write_raw (Results 1 – 10 of 10) sorted by relevance
/third_party/libsnd/tests/ |
D | alaw_test.c | 115 sf_write_raw (file, alaw_buffer, 256) ; in main()
|
D | ulaw_test.c | 116 sf_write_raw (file, ulaw_buffer, 256) ; in main()
|
D | utils.tpl | 732 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/ |
D | sndfile-salvage.c | 273 if ((count = sf_write_raw (sndfile, buffer, readlen)) != readlen) in copy_data()
|
/third_party/libsnd/include/ |
D | sndfile.h | 657 sf_count_t sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t bytes);
|
D | sndfile.hh | 406 { return sf_write_raw (p->sf, ptr, bytes) ; } in writeRaw()
|
D | sndfile.h.in | 694 sf_count_t sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t bytes) ;
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 299 bytes = sf_write_raw(sndfile, data ? data : silence_buffer, (sf_count_t) length); in stream_read_callback()
|
/third_party/libsnd/docs/ |
D | api.md | 48 | [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/ |
D | sndfile.c | 2096 sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t len) in sf_write_raw() function
|