Searched refs:DSPi_ScalingFxCore (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/include/twl/dsp/common/ |
| D | graphics.h | 113 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rw, fx32 ry… 249 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFx() 269 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFxAsync() 289 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL… in DSP_ScalingFxEx() 309 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, call… in DSP_ScalingFxAsyncEx()
|
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 379 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry… in DSPi_ScalingFxCore() function
|