Home
last modified time | relevance | path

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

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