Searched refs:DecodeMLaw (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/module/codecs/g711/decoder/ |
D | g711Dec.h | 39 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
|
D | g711DecMlaw.cpp | 20 void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize) { in DecodeMLaw() function
|
/frameworks/av/media/module/codecs/g711/fuzzer/ |
D | g711_dec_fuzzer.cpp | 42 DecodeMLaw(out, data, size); in decodeFrames()
|
D | README.md | 10 2. DecodeMLaw
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.h | 56 static void DecodeMLaw(int16_t *out, const uint8_t *in, size_t inSize);
|
D | SoftG711.cpp | 304 DecodeMLaw( in onQueueFilled() 364 void SoftG711::DecodeMLaw( in DecodeMLaw() function in android::SoftG711
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 197 DecodeMLaw(outputptr, inputptr, inSize); in process()
|