Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_util.c123 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound()
124 response.result = DSP_32BIT_TO_DSP(response.result); in DSPi_PipeCallbackForSound()
191 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_PlaySoundEx()
192 command.buf = DSP_32BIT_TO_DSP(src); in DSPi_PlaySoundEx()
193 command.len = DSP_32BIT_TO_DSP(len); in DSPi_PlaySoundEx()
194 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_PlaySoundEx()
408 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StopSoundCore()
409 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
410 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
411 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.4/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.4/include/twl/dsp/common/
Dbyteaccess.h53 #define DSP_32BIT_TO_DSP(value) (u32)(((u32)(value) >> 16) | ((u32)(value) << 16)) macro