Searched refs:HW_LCD_WIDTH (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-2/src/ |
| D | main.c | 57 #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/ |
| D | main.c | 84 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/ |
| D | lcd.h | 32 #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/ |
| D | main.c | 101 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/ |
| D | mode_2.c | 132 cur_pos.x = HW_LCD_WIDTH / 2; in NitroStaticInit()
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | gx_sp.h | 41 #define GX_LCD_SIZE_X HW_LCD_WIDTH
|