Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/videmo/src/
Dcolor.c164 for (ptr = xfb; ptr < xfb + fbSize; ptr += VI_DISPLAY_PIX_SZ * 2) in fillColor()
184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.progressive.c144 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
165 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.c144 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.30Hz.c144 xfb += VI_DISPLAY_PIX_SZ * 2; in draw()
185 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.regions.c193 ptr += VI_DISPLAY_PIX_SZ * 2; in draw()
255 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dviewer.c557 + 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()
Dcross-color.c221 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
/RvlSDK-3.1/include/revolution/vi/
Dvitypes.h78 #define VI_DISPLAY_PIX_SZ 2 macro
/RvlSDK-3.1/build/libraries/demo/src/
DDEMOInit.c235 (u32)VI_DISPLAY_PIX_SZ; in DEMOConfigureMem()
581 (u32)VI_DISPLAY_PIX_SZ; in DEMOReInit()
/RvlSDK-3.1/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.1/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.1/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.1/build/demos/kpaddemo/src/
Dmain.c135 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
Dswing.c126 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()