psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_videoconfig Struct Reference

Video configuration structure. More...

#include <video.h>

Data Fields

u8 resolution
 resolution id.
 
u8 format
 video buffer format.
 
u8 aspect
 aspect ratio.
 
u8 padding [9]
 unused.
 
u32 pitch
 offset in bytes between the beginnings of consecutive lines.
 

Detailed Description

Video configuration structure.

Definition at line 143 of file video.h.

Field Documentation

◆ aspect

u8 _videoconfig::aspect

aspect ratio.

The possible values are:

  • VIDEO_ASPECT_AUTO
  • VIDEO_ASPECT_4_3
  • VIDEO_ASPECT_16_9

Definition at line 171 of file video.h.

◆ format

u8 _videoconfig::format

video buffer format.

The possible values are:

  • VIDEO_BUFFER_FORMAT_XRGB
  • VIDEO_BUFFER_FORMAT_XBGR
  • VIDEO_BUFFER_FORMAT_FLOAT

Definition at line 162 of file video.h.

◆ padding

u8 _videoconfig::padding[9]

unused.

Definition at line 173 of file video.h.

◆ pitch

u32 _videoconfig::pitch

offset in bytes between the beginnings of consecutive lines.

Definition at line 177 of file video.h.

◆ resolution

u8 _videoconfig::resolution

resolution id.

The possible values are:

  • VIDEO_RESOLUTION_1080
  • VIDEO_RESOLUTION_720
  • VIDEO_RESOLUTION_480
  • VIDEO_RESOLUTION_576

Definition at line 153 of file video.h.


The documentation for this struct was generated from the following file: