OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulaw_to_alaw
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711.c
73
uint8_t
ulaw_to_alaw
(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; }
function
g711.h
338
uint8_t
ulaw_to_alaw
(uint8_t ulaw);
Completed in 575 milliseconds