Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/twl/dsp/common/
Dgraphics.h111 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rw, f32 ry, DS…
240 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… in DSP_Scaling()
259 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… in DSP_ScalingAsync()
279 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, NULL, … in DSP_ScalingEx()
299 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, x, y, width, height, callba… in DSP_ScalingAsyncEx()
/TwlSDK-5.2.1/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c298 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DS… in DSPi_ScalingCore() function