QVisu
Qt-based visualization for smart homes
|
#include <vlc_picture.h>
Public Attributes | |
uint8_t * | p_pixels |
int | i_lines |
int | i_pitch |
int | i_pixel_pitch |
int | i_visible_lines |
int | i_visible_pitch |
Description of a planar graphic field
int plane_t::i_lines |
Number of lines, including margins
int plane_t::i_pitch |
Number of bytes in a line, including margins
int plane_t::i_pixel_pitch |
Size of a macropixel, defaults to 1
int plane_t::i_visible_lines |
How many visible lines are there ?
int plane_t::i_visible_pitch |
How many visible pixels are there ?
uint8_t* plane_t::p_pixels |
Start of the plane's data