Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c176 static BOOL DSPi_ReadProcessImage(DSPProcessContext *context, int offset, void *buffer, int length) in DSPi_ReadProcessImage() function
263 if(!DSPi_ReadProcessImage(context, in DSPi_MapAndLoadProcessImageCallback()
375 if (!DSPi_ReadProcessImage(context, srcofs, dstbuf, curlen)) in DSPi_MapAndLoadProcessImageCallback()
448 if (DSPi_ReadProcessImage(context, 0, header, sizeof(header))) in DSP_EnumSections()
455 …if (!DSPi_ReadProcessImage(context, (int)(base + index * sizeof(section)), section, (int)sizeof(se… in DSP_EnumSections()
1076 if (!DSPi_ReadProcessImage(context, srcofs, dstbuf, length)) in DSPi_LoadProcessImageCallback()