Home
last modified time | relevance | path

Searched refs:SF_FORMAT_DPCM_16 (Results 1 - 10 of 10) sorted by relevance

/third_party/libsnd/src/
H A Ddither.c274 case SF_FORMAT_DPCM_16 : in dither_write_int()
320 case SF_FORMAT_DPCM_16 : in dither_write_float()
365 case SF_FORMAT_DPCM_16 : in dither_write_double()
H A Dxi.c100 pxi->sample_flags = (subformat == SF_FORMAT_DPCM_16) ? 16 : 0 ; in xi_open()
117 case SF_FORMAT_DPCM_16 : /* 16-bit differential PCM. */ in xi_open()
250 if ((SF_CODEC (psf->sf.format)) == SF_FORMAT_DPCM_16) in dpcm_seek()
436 { psf->sf.format = SF_FORMAT_XI | SF_FORMAT_DPCM_16 ; in xi_read_header()
H A Dcommand.c219 { SF_FORMAT_DPCM_16, "16 bit DPCM", NULL },
H A Dsndfile.c873 if (subformat == SF_FORMAT_DPCM_8 || subformat == SF_FORMAT_DPCM_16) in sf_format_check()
3147 case SF_FORMAT_DPCM_16 : in psf_open_file()
H A Dcommon.c1633 CASE_NAME (SF_FORMAT_DPCM_16) ; in str_of_minor_format()
/third_party/libsnd/examples/
H A Dgenerate.cs103 SF_FORMAT_DPCM_16 = 0x0051, /* 16 bit differential PCM (XI only) */ enumerator
/third_party/libsnd/programs/
H A Dsndfile-convert.c322 sfinfo.format = outfilemajor | SF_FORMAT_DPCM_16 ; in main()
H A Dcommon.c490 case SF_FORMAT_DPCM_16 : return "16 bit DPCM" ; in sfe_codec_name()
/third_party/libsnd/include/
H A Dsndfile.h110 SF_FORMAT_DPCM_16 = 0x0051, /* 16 bit differential PCM (XI only) */ enumerator
/third_party/libsnd/tests/
H A Dlossy_comp_test.c626 lcomp_test_short ("16bit.xi", SF_FORMAT_XI | SF_FORMAT_DPCM_16, 1, 0.002) ; in main()
627 lcomp_test_int ("16bit.xi", SF_FORMAT_XI | SF_FORMAT_DPCM_16, 1, 0.002) ; in main()
628 lcomp_test_float ("16bit.xi", SF_FORMAT_XI | SF_FORMAT_DPCM_16, 1, 0.002) ; in main()
629 lcomp_test_double ("16bit.xi", SF_FORMAT_XI | SF_FORMAT_DPCM_16, 1, 0.002) ; in main()

Completed in 28 milliseconds