Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

plane_t Struct Reference

#include <vlc_video.h>

List of all members.

Public Attributes

uint8_t * p_pixels
int i_lines
int i_pitch
int i_pixel_pitch
int i_visible_lines
int i_visible_pitch


Detailed Description

Description of a planar graphic field

Definition at line 33 of file vlc_video.h.


Member Data Documentation

int plane_t::i_lines
 

Number of lines, including margins

Definition at line 38 of file vlc_video.h.

int plane_t::i_pitch
 

Number of bytes in a line, including margins

Definition at line 39 of file vlc_video.h.

Referenced by PngBitmap::PngBitmap().

int plane_t::i_pixel_pitch
 

Size of a macropixel, defaults to 1

Definition at line 42 of file vlc_video.h.

int plane_t::i_visible_lines
 

How many visible lines are there ?

Definition at line 45 of file vlc_video.h.

int plane_t::i_visible_pitch
 

How many visible pixels are there ?

Definition at line 46 of file vlc_video.h.

uint8_t* plane_t::p_pixels
 

Start of the plane's data

Definition at line 35 of file vlc_video.h.

Referenced by PngBitmap::PngBitmap().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 20 10:15:03 2005 for vlc-0.8.4a by  doxygen 1.4.2