Home
last modified time | relevance | path

Searched defs:DecodeALaw (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codecs/g711/decoder/
Dg711DecAlaw.cpp20 void DecodeALaw(int16_t *out, const uint8_t *in, size_t inSize) { in DecodeALaw() function
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp337 void SoftG711::DecodeALaw( in DecodeALaw() function in android::SoftG711