Home
last modified time | relevance | path

Searched refs:VI_DISPLAY_PIX_SZ (Results 1 – 14 of 14) sorted by relevance

/RvlSDK-3.2/build/demos/videmo/src/
Dcolor.c160 for (ptr = xfb; ptr < xfb + fbSize; ptr += VI_DISPLAY_PIX_SZ * 2) in fillColor()
180 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.c143 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
163 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.30Hz.c143 xfb += VI_DISPLAY_PIX_SZ * 2; in draw()
184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.progressive.c143 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.regions.c199 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
257 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dviewer.c560 + 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()
Dcross-color.c222 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
/RvlSDK-3.2/include/revolution/vi/
Dvitypes.h78 #define VI_DISPLAY_PIX_SZ 2 macro
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOInit.c245 (u32)VI_DISPLAY_PIX_SZ; in DEMOConfigureMem()
610 (u32)VI_DISPLAY_PIX_SZ; in DEMOReInit()
/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-aa-full.c68 static u8 garbage[640*2*VI_DISPLAY_PIX_SZ] ATTRIBUTE_ALIGN(32);
105 (u32) VI_DISPLAY_PIX_SZ; in main()
/RvlSDK-3.2/build/demos/hio2demo/src/
Ddual-main.c275 (u32)(VIPadFrameBufferWidth(rmp->fbWidth) * VI_DISPLAY_PIX_SZ ); in myAppInit()
385 u32 pixSize = (VI_DISPLAY_PIX_SZ << 1), lineSize = pixSize * w, i; in myPaintBox()
/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dmain.c128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dmain.c142 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
Dswing.c128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()