VLC  3.0.15
Data Fields
plane_t Struct Reference

Description of a planar graphic field. More...

Data Fields

uint8_t * p_pixels
 Start of the plane's data. More...
 
int i_lines
 Number of lines, including margins. More...
 
int i_pitch
 Number of bytes in a line, including margins. More...
 
int i_pixel_pitch
 Size of a macropixel, defaults to 1. More...
 
int i_visible_lines
 How many visible lines are there ? More...
 
int i_visible_pitch
 How many visible pixels are there ? More...
 

Detailed Description

Description of a planar graphic field.

Field Documentation

◆ i_lines

int plane_t::i_lines

Number of lines, including margins.

Referenced by AllocatePicture(), picture_NewFromResource(), picture_pool_ClonePicture(), and subpicture_region_Copy().

◆ i_pitch

int plane_t::i_pitch

◆ i_pixel_pitch

int plane_t::i_pixel_pitch

Size of a macropixel, defaults to 1.

◆ i_visible_lines

int plane_t::i_visible_lines

How many visible lines are there ?

◆ i_visible_pitch

int plane_t::i_visible_pitch

How many visible pixels are there ?

Referenced by DrawRect().

◆ p_pixels

uint8_t* plane_t::p_pixels

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