Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-1/src/
Dmain.c325 u32 lp_count; in WriteScreenBuffer() local
331 lp_count = HW_LCD_HEIGHT; in WriteScreenBuffer()
335 lp_count = height; in WriteScreenBuffer()
349 for ( i=0; i < lp_count; i++ ) in WriteScreenBuffer()
/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-2/src/
Dmain.c344 u32 lp_count; in WriteScreenBuffer() local
350 lp_count = HW_LCD_HEIGHT; in WriteScreenBuffer()
354 lp_count = height; in WriteScreenBuffer()
368 for ( i=0; i < lp_count; i++ ) in WriteScreenBuffer()