Lines Matching refs:u16

73     u16 mode;
74 u16 img_width;
75 u16 img_height;
76 u16 rate_w;
77 u16 rate_h;
78 u16 block_x;
79 u16 block_y;
80 u16 width;
81 u16 height;
82 u16 pad[1]; // This makes the size of _ScalingParam a multiple of 4
111 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rw, f32 ry, DS…
112u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
113 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rw, fx32 ry…
114u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
236 static inline BOOL DSP_Scaling(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f… in DSP_Scaling()
245 static inline BOOL DSP_ScalingFx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx… in DSP_ScalingFx()
254 static inline BOOL DSP_ScalingAsync(const void* src, void* dst, u16 img_width, u16 img_height, f32 … in DSP_ScalingAsync()
264 static inline BOOL DSP_ScalingFxAsync(const void* src, void* dst, u16 img_width, u16 img_height, fx… in DSP_ScalingFxAsync()
274 static inline BOOL DSP_ScalingEx(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx,… in DSP_ScalingEx()
275 u16 x, u16 y, u16 width, u16 height) in DSP_ScalingEx()
284 static inline BOOL DSP_ScalingFxEx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 … in DSP_ScalingFxEx()
285 u16 x, u16 y, u16 width, u16 height) in DSP_ScalingFxEx()
294 static inline BOOL DSP_ScalingAsyncEx(const void* src, void* dst, u16 img_width, u16 img_height, f3… in DSP_ScalingAsyncEx()
295 u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) in DSP_ScalingAsyncEx()
304 static inline BOOL DSP_ScalingFxAsyncEx(const void* src, void* dst, u16 img_width, u16 img_height, … in DSP_ScalingFxAsyncEx()
305u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) in DSP_ScalingFxAsyncEx()
326 static inline f32 DSP_CalcScalingFactorF32(const u16 src_size, const u16 dst_size) in DSP_CalcScalingFactorF32()
332 static inline fx32 DSP_CalcScalingFactorFx32(const u16 src_size, const u16 dst_size) in DSP_CalcScalingFactorFx32()