Home
last modified time | relevance | path

Searched refs:xfb_size (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1/build/demos/kpadOlddemo/src/
Dmain.c121 u32 xfb_size ; in init_display() local
128xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
129 xfb_p[0] = OSAlloc( xfb_size ) ; in init_display()
130 xfb_p[1] = OSAlloc( xfb_size ) ; in init_display()
/RvlSDK-3.1/build/demos/kpaddemo/src/
Dmain.c128 u32 xfb_size ; in init_display() local
135xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
136 xfb_p[ 0 ] = OSAlloc( xfb_size ) ; in init_display()
137 xfb_p[ 1 ] = OSAlloc( xfb_size ) ; in init_display()
Dswing.c119 u32 xfb_size ; in init_display() local
126xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
127 xfb_p[0] = OSAlloc( xfb_size ) ; in init_display()
128 xfb_p[1] = OSAlloc( xfb_size ) ; in init_display()