Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.h55 static void DecodeALaw(int16_t *out, const uint8_t *in, size_t inSize);
DSoftG711.cpp308 DecodeALaw( in onQueueFilled()
337 void SoftG711::DecodeALaw( in DecodeALaw() function in android::SoftG711
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.h49 void DecodeALaw(int16_t *out, const uint8_t *in, size_t inSize);
DC2SoftG711Dec.cpp195 DecodeALaw(outputptr, inputptr, inSize); in process()
228 void C2SoftG711Dec::DecodeALaw( in DecodeALaw() function in android::C2SoftG711Dec