Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/g711/decoder/
Dg711Dec.h39 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
Dg711DecMlaw.cpp20 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize) { in DecodeMLaw() function
/frameworks/av/media/module/codecs/g711/fuzzer/
Dg711_dec_fuzzer.cpp42 DecodeMLaw(out, data, size); in decodeFrames()
DREADME.md10 2. DecodeMLaw
/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.cpp197 DecodeMLaw(outputptr, inputptr, inSize); in process()