Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-2/src/
Dmain.c57 #define OUTPUT_WIDTH HW_LCD_WIDTH // Resolution after processing
83 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32);
300 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
359 if( width > HW_LCD_WIDTH) in WriteScreenBuffer()
361 tmp_linesize = HW_LCD_WIDTH * sizeof(u16); in WriteScreenBuffer()
370 MI_CpuCopy( data + width * i, scr + HW_LCD_WIDTH * i, tmp_linesize ); in WriteScreenBuffer()
384 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-1/src/
Dmain.c84 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32);
281 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
340 if( width > HW_LCD_WIDTH) in WriteScreenBuffer()
342 tmp_linesize = HW_LCD_WIDTH * sizeof(u16); in WriteScreenBuffer()
351 MI_CpuCopy( data + width * i, scr + HW_LCD_WIDTH * i, tmp_linesize ); in WriteScreenBuffer()
367 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.1.0/include/nitro/hw/common/
Dlcd.h32 #define HW_LCD_WIDTH 256 // The number of dots of the display screen width macro
34 #define HW_LCD_COLUMNS ( HW_LCD_WIDTH + HW_LCD_HBLANK )
/TwlSDK-5.1.0/build/demos/math/rand_lc/src/
Dmain.c101 x = (u16)MATH_Rand16(&rnd, HW_LCD_WIDTH); in NitroMain()
230 if (x >= HW_LCD_WIDTH || y >= HW_LCD_HEIGHT) in PutDot()
/TwlSDK-5.1.0/build/demos/fs/overlay-staticinit/src/
Dmode_2.c132 cur_pos.x = HW_LCD_WIDTH / 2; in NitroStaticInit()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx_sp.h41 #define GX_LCD_SIZE_X HW_LCD_WIDTH