Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/dsp/scaling-1/src/
Dmain.c328 u32 lp_count; in WriteScreenBuffer() local
334 lp_count = HW_LCD_HEIGHT; in WriteScreenBuffer()
338 lp_count = height; in WriteScreenBuffer()
352 for ( i=0; i < lp_count; i++ ) in WriteScreenBuffer()
/TwlSDK-5.4/build/demos.TWL/dsp/scaling-2/src/
Dmain.c347 u32 lp_count; in WriteScreenBuffer() local
353 lp_count = HW_LCD_HEIGHT; in WriteScreenBuffer()
357 lp_count = height; in WriteScreenBuffer()
371 for ( i=0; i < lp_count; i++ ) in WriteScreenBuffer()