#include <vlc_video.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 |
Definition at line 33 of file vlc_video.h.
|
Number of lines, including margins Definition at line 38 of file vlc_video.h. |
|
Number of bytes in a line, including margins Definition at line 39 of file vlc_video.h. Referenced by PngBitmap::PngBitmap(). |
|
Size of a macropixel, defaults to 1 Definition at line 42 of file vlc_video.h. |
|
How many visible lines are there ? Definition at line 45 of file vlc_video.h. |
|
How many visible pixels are there ? Definition at line 46 of file vlc_video.h. |
|
Start of the plane's data Definition at line 35 of file vlc_video.h. Referenced by PngBitmap::PngBitmap(). |