Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/dsp/common/
Dbyteaccess.h39 typedef u16 DSPWord; // This type expresses a size in the DSP (2 bytes, 1 word) typedef
63 #define DSP_WORD_UNIT (3 - sizeof(DSPWord))
Dpipe.h254 s32 DSP_ReadFile(int port, void *buffer, DSPWord length);
255 s32 DSP_WriteFile(int port, const void *buffer, DSPWord length);
Dgraphics.h29 typedef DSPWord DSPGraphicsScalingMode;
/TwlSDK-5.3.1/build/libraries/dsp/common/src/
Ddsp_pipe.c156 DSPWord length; in DSPi_FileIOProc()
163 length = (DSPWord)MATH_MIN(length, rest); in DSPi_FileIOProc()
179 DSPWord length; in DSPi_FileIOProc()
Ddsp_util.c57 DSPWord bufferLength;
58 DSPWord currentPosition;