Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/dsp/common/src/
Ddsp_util.c115 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound()
116 response.result = DSP_32BIT_TO_DSP(response.result); in DSPi_PipeCallbackForSound()
181 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_PlaySoundEx()
182 command.buf = DSP_32BIT_TO_DSP(src); in DSPi_PlaySoundEx()
183 command.len = DSP_32BIT_TO_DSP(len); in DSPi_PlaySoundEx()
184 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_PlaySoundEx()
398 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StopSoundCore()
399 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
400 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
401 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
[all …]
Ddsp_pipe.c149 result = (s32)DSP_32BIT_TO_DSP(result); in DSPi_FileIOProc()
/TwlSDK-5.2.1/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c71 command.ctrl = DSP_32BIT_TO_DSP(flags); in DSPi_SendCodecG711()
72 command.src = DSP_32BIT_TO_DSP((DSPAddrInARM)src); in DSPi_SendCodecG711()
73 command.dst = DSP_32BIT_TO_DSP((DSPAddrInARM)dst); in DSPi_SendCodecG711()
74 command.len = DSP_32BIT_TO_DSP(len); in DSPi_SendCodecG711()
/TwlSDK-5.2.1/include/twl/dsp/common/
Dbyteaccess.h51 #define DSP_32BIT_TO_DSP(value) (u32)(((u32)(value) >> 16) | ((u32)(value) << 16)) macro