Searched refs:VI_DISPLAY_PIX_SZ (Results 1 – 14 of 14) sorted by relevance
160 for (ptr = xfb; ptr < xfb + fbSize; ptr += VI_DISPLAY_PIX_SZ * 2) in fillColor()180 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
143 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()163 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
143 xfb += VI_DISPLAY_PIX_SZ * 2; in draw()184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
143 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
199 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()257 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
560 + XFB_HT * XFB_WD * VI_DISPLAY_PIX_SZ; in MyOSInit()561 arenaLo = (void*)(xfb1 + XFB_HT * XFB_WD * VI_DISPLAY_PIX_SZ * 2); in MyOSInit()
222 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
78 #define VI_DISPLAY_PIX_SZ 2 macro
245 (u32)VI_DISPLAY_PIX_SZ; in DEMOConfigureMem()610 (u32)VI_DISPLAY_PIX_SZ; in DEMOReInit()
68 static u8 garbage[640*2*VI_DISPLAY_PIX_SZ] ATTRIBUTE_ALIGN(32);105 (u32) VI_DISPLAY_PIX_SZ; in main()
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()
128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
142 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()