Home
last modified time | relevance | path

Searched refs:SFC_SET_DITHER_ON_WRITE (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/tests/
Ddither_test.c152 if (sf_command (file, SFC_SET_DITHER_ON_WRITE, NULL, SF_TRUE) == 0) in dither_test()
161 if (sf_command (file, SFC_SET_DITHER_ON_WRITE, &dither, sizeof (dither)) != 0) in dither_test()
/third_party/libsnd/include/
Dsndfile.h154 SFC_SET_DITHER_ON_WRITE = 0x10A0, enumerator
Dsndfile.h.in176 SFC_SET_DITHER_ON_WRITE = 0x10A0, enumerator
389 ** See the html documentation for sf_command(), SFC_SET_DITHER_ON_WRITE
/third_party/libsnd/docs/
Dcommand.md56 | SFC_SET_DITHER_ON_WRITE | Not implemented. …
/third_party/libsnd/src/
Dsndfile.c1123 case SFC_SET_DITHER_ON_WRITE : in sf_command()