Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/g711/decoder/
H A Dg711DecMlaw.cpp20 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize) { in DecodeMLaw() function
/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp364 void SoftG711::DecodeMLaw( in DecodeMLaw() function in android::SoftG711