| /TwlSDK-5.1.0/include/twl/camera/ARM9/ |
| D | camera.h | 28 #define CAMERA_GET_MAX_LINES(width) MATH_MIN((1024 / (width)), 16) argument 29 #define CAMERA_GET_LINE_BYTES(width) ((width) << 1) argument 30 #define CAMERA_GET_FRAME_BYTES(width, height) (CAMERA_GET_LINE_BYTES(width) * (height)) argument 347 SDK_INLINE int CAMERA_GetMaxLinesRound(u16 width, u16 height) in CAMERA_GetMaxLinesRound() 366 SDK_INLINE u32 CAMERA_GetBytesAtOnce(u16 width) in CAMERA_GetBytesAtOnce()
|
| /TwlSDK-5.1.0/include/twl/camera/common/ |
| D | util.h | 96 SDK_INLINE CAMERASize CAMERA_WidthHeightToSize( u16 width, u16 height ) in CAMERA_WidthHeightToSize() 115 SDK_INLINE CAMERASize CAMERA_WidthToSize( u16 width ) in CAMERA_WidthToSize()
|
| /TwlSDK-5.1.0/build/libraries/camera/common/src/ |
| D | camera_util.c | 103 CAMERASize CAMERA_WidthHeightToSizeCore( u16 width, u16 height ) in CAMERA_WidthHeightToSizeCore() 129 CAMERASize CAMERA_WidthToSizeCore( u16 width ) in CAMERA_WidthToSizeCore()
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/ |
| D | graphics.c | 76 void drawPseudo2DTexQuad(int sx, int sy, int width, int height, int texw, int texh) in drawPseudo2DTexQuad() 101 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/src/ |
| D | graphics.c | 75 void drawPseudo2DTexQuad(int sx, int sy, int width, int height, int texw, int texh) in drawPseudo2DTexQuad() 100 void drawPseudo2DColorQuad(int sx, int sy, int width, int height, GXRgb color) in drawPseudo2DColorQuad()
|
| /TwlSDK-5.1.0/include/twl/ssp/ARM9/ |
| D | jpegenc.h | 102 u32 width, u32 height, in SSP_StartJpegEncoderEx() 193 u32 width, u32 height, in SSP_StartJpegEncoderWithEncodeDataEx()
|
| D | jpegdec.h | 85 static inline BOOL SSP_StartJpegDecoderEx(u8* data, u32 size, void* dst, s16* width, s16* height, u… in SSP_StartJpegDecoderEx()
|
| /TwlSDK-5.1.0/build/libraries/math/common/src/ |
| D | qsort.c | 39 asm void MATH_QSort( register void* head, register u32 num, register u32 width, register MATHCom… in MATH_QSort()
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 242 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingCore() 320 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingFxCore()
|
| /TwlSDK-5.1.0/include/nitro/wfs/ |
| D | format.h | 86 #define MI_LEToH32_BITFIELD(width, value) MI_LEToH32(value) argument 87 #define MI_HToLE32_BITFIELD(width, value) MI_HToLE32(value) argument 89 #define MI_LEToH32_BITFIELD(width, value) (u32)(MI_LEToH32(value << (32 - width))) argument 90 #define MI_HToLE32_BITFIELD(width, value) (u32)(MI_HToLE32(value) >> (32 - width)) argument
|
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | graphics.h | 80 u16 width; member 275 u16 x, u16 y, u16 width, u16 height) in DSP_ScalingEx() 285 u16 x, u16 y, u16 width, u16 height) in DSP_ScalingFxEx() 295 u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) in DSP_ScalingAsyncEx() 305 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback) in DSP_ScalingFxAsyncEx()
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/ |
| D | camera.c | 412 int CAMERA_GetMaxLinesRoundCore(u16 width, u16 height) in CAMERA_GetMaxLinesRoundCore() 435 u32 CAMERA_GetBytesAtOnceCore(u16 width) in CAMERA_GetBytesAtOnceCore()
|
| /TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-1/src/ |
| D | main.c | 322 static void WriteScreenBuffer(u16 *data, u32 width, u32 height, u16 *scr) in WriteScreenBuffer()
|
| /TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-2/src/ |
| D | main.c | 341 static void WriteScreenBuffer(u16 *data, u32 width, u32 height, u16 *scr) in WriteScreenBuffer()
|
| /TwlSDK-5.1.0/build/tools/mic2wav/ |
| D | main.cpp | 113 const int width = wBitsPerSample / 4; in InputLine() local
|
| /TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/ |
| D | menu.h | 44 int width, height; member
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/include/ |
| D | menu.h | 44 int width, height; member
|
| /TwlSDK-5.1.0/build/tools/ppmconv/ |
| D | ppmconv.c | 160 int width; in main() local
|
| D | ppmconvbg.c | 405 static void OutputIndex(FILE * fp, char *label, int max_colors, int width, int height, u8 *pixel) in OutputIndex() 495 int width; in Convert() local
|
| D | ppmconv8.c | 239 int width; in main() local
|
| /TwlSDK-5.1.0/build/demos/spi/tp-2/src/ |
| D | main.c | 85 u16 width, height; in DrawLine() local
|
| /TwlSDK-5.1.0/build/libraries/std/common/src/ |
| D | std_sprintf.c | 200 int flag = 0, width = 0, precision = -1, radix = 10; in STD_TVSNPrintf() local
|
| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_fine.c | 285 int width, tmp; in PRCi_CalcStrokeDistance_Fine() local
|
| D | prc_algo_superfine.c | 322 int width, tmp; in PRCi_CalcStrokeDistance_Superfine() local
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_spi.c | 400 const u32 width = cardi_common.cmd->spec.addr_width; in CARDi_SendSpiAddressingCommand() local
|