Searched refs:alaw (Results 1 – 7 of 7) sorted by relevance
320 static __inline int16_t alaw_to_linear(uint8_t alaw) { in alaw_to_linear() argument324 alaw ^= ALAW_AMI_MASK; in alaw_to_linear()325 i = ((alaw & 0x0F) << 4); in alaw_to_linear()326 seg = (((int)alaw & 0x70) >> 4); in alaw_to_linear()331 return (int16_t)((alaw & 0x80) ? i : -i); in alaw_to_linear()338 uint8_t alaw_to_ulaw(uint8_t alaw);
70 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() argument
109 struct vpfe_ccdc_a_law alaw; member
285 አለው alaw
195 now accepts lower case of names of the 'ulaw' and 'alaw' codecs.
1366 - Patch #1231053: The audioop module now supports encoding/decoding of alaw.
18750 - Patch #1231053: The audioop module now supports encoding/decoding of alaw.