Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/dsp/scaling-1/src/
Dmain.c84 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32); variable
148 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
278 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
284 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
364 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
370 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
/TwlSDK-5.4/build/demos.TWL/dsp/scaling-2/src/
Dmain.c83 static u16 ScrBuf[HW_LCD_WIDTH * HW_LCD_HEIGHT] ATTRIBUTE_ALIGN(32); variable
147 MI_CpuClear8(ScrBuf, sizeof(ScrBuf)); in TwlMain()
299 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ExecScaling()
303 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling()
383 WriteScreenBuffer(TmpBuf, OUTPUT_WIDTH, OUTPUT_HEIGHT, ScrBuf); in ScalingCallbackFunc()
387 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()