Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos.TWL/dsp/scaling-1/src/
Dmain.c84 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32);
288 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
347 if( width > HW_LCD_WIDTH) in WriteScreenBuffer()
349 tmp_linesize = HW_LCD_WIDTH * sizeof(u16); in WriteScreenBuffer()
358 MI_CpuCopy( data + width * i, scr + HW_LCD_WIDTH * i, tmp_linesize ); in WriteScreenBuffer()
374 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.5/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);
307 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
366 if( width > HW_LCD_WIDTH) in WriteScreenBuffer()
368 tmp_linesize = HW_LCD_WIDTH * sizeof(u16); in WriteScreenBuffer()
377 MI_CpuCopy( data + width * i, scr + HW_LCD_WIDTH * i, tmp_linesize ); in WriteScreenBuffer()
391 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.5/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.5/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.5/build/demos/fs/overlay-staticinit/src/
Dmode_2.c132 cur_pos.x = HW_LCD_WIDTH / 2; in NitroStaticInit()
/TwlSDK-5.5/include/nitro/gx/
Dgx_sp.h41 #define GX_LCD_SIZE_X HW_LCD_WIDTH