Searched refs:SOX_ENCODING_GSM (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | w64.c | 31 SOX_ENCODING_GSM, 0, in LSX_FORMAT_HANDLER()
|
| H A D | gsm.c | 58 ft->encoding.encoding = SOX_ENCODING_GSM; in gsmstart_rw() 239 static unsigned const write_encodings[] = {SOX_ENCODING_GSM, 0, 0}; in LSX_FORMAT_HANDLER()
|
| H A D | wav.c | 581 SOX_ENCODING_GSM, 1047 case SOX_ENCODING_GSM: in read_samples() 1091 case SOX_ENCODING_GSM: in stopread() 1113 ft->encoding.encoding != SOX_ENCODING_GSM) in startwrite() 1310 case SOX_ENCODING_GSM: in wavwritehdr() 1637 SOX_ENCODING_GSM, 0, in LSX_FORMAT_HANDLER()
|
| H A D | sndfile.c | 125 if (e == SOX_ENCODING_GSM && size == 0) return SF_FORMAT_GSM610; in ft_enc() 166 case SF_FORMAT_GSM610 : *size = 0; return SOX_ENCODING_GSM; in sox_enc() 521 SOX_ENCODING_GSM, 0, in LSX_FORMAT_HANDLER()
|
| H A D | gsrt.c | 40 {NULL, 3, 0, SOX_ENCODING_GSM},
|
| H A D | sox.h | 544 SOX_ENCODING_GSM , /**< GSM 6.10 33byte frame lossy compression */ enumerator
|
| H A D | formats.c | 191 case SOX_ENCODING_GSM: in sox_precision()
|
| H A D | sox.c | 2449 case encoding_gsm_full_rate: f->encoding.encoding = SOX_ENCODING_GSM; break; in parse_gopts_and_fopts()
|