Home
last modified time | relevance | path

Searched refs:ScrBuf (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.1/build/demos.TWL/dsp/scaling-1/src/
Dmain.c84 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32); variable
145 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
275 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
281 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
361 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
367 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.3.1/build/demos.TWL/dsp/scaling-2/src/
Dmain.c83 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32); variable
144 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
296 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
300 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
380 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
384 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()