Home
last modified time | relevance | path

Searched refs:alaw (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/third_party/g711/
Dg711.h320 static __inline int16_t alaw_to_linear(uint8_t alaw) { in alaw_to_linear() argument
324 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);
Dg711.c70 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() argument
/external/kernel-headers/original/uapi/linux/
Dam437x-vpfe.h109 struct vpfe_ccdc_a_law alaw; member
/external/cldr/common/testData/transforms/
Dund-Latn-t-und-ethi-m0-alaloc.txt285 አለው alaw
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst195 now accepts lower case of names of the 'ulaw' and 'alaw' codecs.
/external/python/cpython2/Misc/
DHISTORY1366 - Patch #1231053: The audioop module now supports encoding/decoding of alaw.
/external/python/cpython3/Misc/
DHISTORY18750 - Patch #1231053: The audioop module now supports encoding/decoding of alaw.