Home
last modified time | relevance | path

Searched refs:DSP_DecodeG711 (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/include/twl/dsp/common/
Dg711.h135 SDK_INLINE void DSP_DecodeG711(void *dst, const void *src, u32 len, DSPAudioCodecMode mode) in DSP_DecodeG711() function
181 void DSP_DecodeG711(void *dst, const void *src, u32 len, DSPAudioCodecMode mode);
/TwlSDK-5.4/build/demos.TWL/dsp/g711/src/
Dmain.c113 DSP_DecodeG711(dstbuf, encbuf, length, DSP_AUDIO_CODEC_MODE_G711_ALAW); in TwlMain()