Home
last modified time | relevance | path

Searched refs:ScrBuf (Results 1 – 2 of 2) 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); variable
152 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
282 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
288 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
368 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
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.c83 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32); variable
151 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
303 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
307 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
387 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
391 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()