Searched refs:ulaw (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | l1oip_codec.c | 310 l1oip_4bit_alloc(int ulaw) in l1oip_4bit_alloc() argument 328 if (ulaw) in l1oip_4bit_alloc() 344 if (ulaw) in l1oip_4bit_alloc()
|
| H A D | l1oip_core.c | 245 static int ulaw; variable 257 module_param(ulaw, uint, S_IRUGO | S_IWUSR); 310 if (localcodec == 1 && ulaw) in l1oip_socket_send() 312 else if (localcodec == 2 && !ulaw) in l1oip_socket_send() 391 if (remotecodec == 1 && ulaw) in l1oip_socket_recv() 393 else if (remotecodec == 2 && !ulaw) in l1oip_socket_recv() 1447 if (l1oip_4bit_alloc(ulaw)) in l1oip_init()
|
| H A D | l1oip.h | 92 extern int l1oip_4bit_alloc(int ulaw);
|
| H A D | dsp_audio.c | 88 static inline short int ulaw2linear(unsigned char ulaw) in ulaw2linear() argument 93 mu = 255 - ulaw; in ulaw2linear()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | raw.c | 86 READ_SAMPLES_FUNC(b, 1, ulaw, uint8_t, uint8_t, SOX_ULAW_BYTE_TO_SAMPLE) 115 WRITE_SAMPLES_FUNC(b, 1, ulaw, uint8_t, uint8_t, SOX_SAMPLE_TO_ULAW_BYTE)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | ChangeLog | 937 o Remove old, optional rate change and alaw/ulaw conversion code. 1076 o WAV files with alaw or ulaw data don't need extended format chunks. 1305 o Change configure script to enable ulaw/alaw lookup tables and GSM 1308 o Reverted ulaw/alaw conversion routines back to Sun's versions. 1442 o Fixed a segfault problem with ulaw/alaw conversion, where
|