Searched refs:VI_DISPLAY_PIX_SZ (Results 1 – 14 of 14) sorted by relevance
164 for (ptr = xfb; ptr < xfb + fbSize; ptr += VI_DISPLAY_PIX_SZ * 2) in fillColor()184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
144 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()165 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
144 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
144 xfb += VI_DISPLAY_PIX_SZ * 2; in draw()185 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
193 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()255 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
557 + XFB_HT * XFB_WD * VI_DISPLAY_PIX_SZ; in MyOSInit()558 arenaLo = (void*)(xfb1 + XFB_HT * XFB_WD * VI_DISPLAY_PIX_SZ * 2); in MyOSInit()
221 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
78 #define VI_DISPLAY_PIX_SZ 2 macro
235 (u32)VI_DISPLAY_PIX_SZ; in DEMOConfigureMem()581 (u32)VI_DISPLAY_PIX_SZ; in DEMOReInit()
275 (u32)(VIPadFrameBufferWidth(rmp->fbWidth) * VI_DISPLAY_PIX_SZ ); in myAppInit()385 u32 pixSize = (VI_DISPLAY_PIX_SZ << 1), lineSize = pixSize * w, i; in myPaintBox()
68 static u8 garbage[640*2*VI_DISPLAY_PIX_SZ] ATTRIBUTE_ALIGN(32);105 (u32) VI_DISPLAY_PIX_SZ; in main()
128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
135 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
126 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()