Home
last modified time | relevance | path

Searched refs:DecodeMLaw (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.h56 static void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
DSoftG711.cpp304 DecodeMLaw( in onQueueFilled()
364 void SoftG711::DecodeMLaw( in DecodeMLaw() function in android::SoftG711
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.h51 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
DC2SoftG711Dec.cpp197 DecodeMLaw(outputptr, inputptr, inSize); in process()
254 void C2SoftG711Dec::DecodeMLaw( in DecodeMLaw() function in android::C2SoftG711Dec