Searched refs:DSP_DecodeG711 (Results 1 – 2 of 2) sorted by relevance
135 SDK_INLINE void DSP_DecodeG711(void *dst, const void *src, u32 len, DSPAudioCodecMode mode) in DSP_DecodeG711() function181 void DSP_DecodeG711(void *dst, const void *src, u32 len, DSPAudioCodecMode mode);
113 DSP_DecodeG711(dstbuf, encbuf, length, DSP_AUDIO_CODEC_MODE_G711_ALAW); in TwlMain()