OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alaw_to_ulaw
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711.c
71
uint8_t
alaw_to_ulaw
(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; }
function
g711.h
332
uint8_t
alaw_to_ulaw
(uint8_t alaw);
Completed in 696 milliseconds