libOGC  1.0
Modules | Defines
List of defines used for the VIDEO subsystem

Modules

 VIDEO mode types
 VIDEO standard types
 VIDEO field types
 VIDEO render modes

Defines

#define VI_DISPLAY_PIX_SZ   2
#define VI_MAX_HEIGHT_EURGB60   VI_MAX_HEIGHT_NTSC
#define VI_MAX_HEIGHT_MPAL   480
#define VI_MAX_HEIGHT_NTSC   480
#define VI_MAX_HEIGHT_PAL   574
#define VI_MAX_WIDTH_EURGB60   VI_MAX_WIDTH_NTSC
#define VI_MAX_WIDTH_MPAL   720
#define VI_MAX_WIDTH_NTSC   720
#define VI_MAX_WIDTH_PAL   720
#define VI_XFBMODE_DF   1
#define VI_XFBMODE_SF   0
#define VIDEO_PadFramebufferWidth(width)   ((u16)(((u16)(width) + 15) & ~15))

Define Documentation

#define VI_DISPLAY_PIX_SZ   2

multiplier to get real pixel size in bytes

#define VIDEO_PadFramebufferWidth (   width)    ((u16)(((u16)(width) + 15) & ~15))

macro to pad the width to a multiple of 16

 All Data Structures Files Functions Variables Typedefs Defines