Searched refs:SF_FORMAT_DPCM_16 (Results 1 - 10 of 10) sorted by relevance
/third_party/libsnd/src/ |
H A D | dither.c | 274 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 D | xi.c | 100 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 D | command.c | 219 { SF_FORMAT_DPCM_16, "16 bit DPCM", NULL },
|
H A D | sndfile.c | 873 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 D | common.c | 1633 CASE_NAME (SF_FORMAT_DPCM_16) ; in str_of_minor_format()
|
/third_party/libsnd/examples/ |
H A D | generate.cs | 103 SF_FORMAT_DPCM_16 = 0x0051, /* 16 bit differential PCM (XI only) */ enumerator
|
/third_party/libsnd/programs/ |
H A D | sndfile-convert.c | 322 sfinfo.format = outfilemajor | SF_FORMAT_DPCM_16 ; in main()
|
H A D | common.c | 490 case SF_FORMAT_DPCM_16 : return "16 bit DPCM" ; in sfe_codec_name()
|
/third_party/libsnd/include/ |
H A D | sndfile.h | 110 SF_FORMAT_DPCM_16 = 0x0051, /* 16 bit differential PCM (XI only) */ enumerator
|
/third_party/libsnd/tests/ |
H A D | lossy_comp_test.c | 626 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