Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/g711/decoder/
H A Dg711Dec.h39 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
H A Dg711DecMlaw.cpp20 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize) { in DecodeMLaw() function
/aosp12/frameworks/av/media/codecs/g711/fuzzer/
H A Dg711_dec_fuzzer.cpp42 DecodeMLaw(out, data, size); in decodeFrames()
H A DREADME.md10 2. DecodeMLaw
/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h56 static void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
H A DSoftG711.cpp304 DecodeMLaw( in onQueueFilled()
364 void SoftG711::DecodeMLaw( in DecodeMLaw() function in android::SoftG711
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.cpp197 DecodeMLaw(outputptr, inputptr, inSize); in process()