Searched refs:SOX_ENCODING_CVSD (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | cvsd-fmt.c | 23 static unsigned const write_encodings[] = {SOX_ENCODING_CVSD, 1, 0, 0}; in LSX_FORMAT_HANDLER() 49 lsx_rawstart(ft, sox_true, sox_false, sox_true, SOX_ENCODING_CVSD, 1); in start() 107 static unsigned const write_encodings[] = {SOX_ENCODING_CVSD, 1, 0, 0}; in LSX_FORMAT_HANDLER()
|
| H A D | dvms-fmt.c | 23 static unsigned const write_encodings[] = {SOX_ENCODING_CVSD, 1, 0, 0}; in LSX_FORMAT_HANDLER()
|
| H A D | cvsd.c | 179 lsx_rawstart(ft, sox_true, sox_false, sox_true, SOX_ENCODING_CVSD, 1); in cvsdstartcommon()
|
| H A D | sox.h | 549 SOX_ENCODING_CVSD , /**< Continuously Variable Slope Delta modulation */ enumerator
|
| H A D | formats.c | 186 case SOX_ENCODING_CVSD: return bits_per_sample == 1? 16: 0; in sox_precision()
|