Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos.TWL/dsp/g711/src/
Dmain.c89 static u8 encbuf[sample_wave_max] ATTRIBUTE_ALIGN(4); in TwlMain() local
113 DSP_EncodeG711(encbuf, srcbuf, length, DSP_AUDIO_CODEC_MODE_G711_ALAW); in TwlMain()
117 DSP_DecodeG711(dstbuf, encbuf, length, DSP_AUDIO_CODEC_MODE_G711_ALAW); in TwlMain()