|
VLC
2.1.0-git
|
Resource for a picture. More...
Data Fields | |
| picture_sys_t * | p_sys |
| struct { | |
| uint8_t * p_pixels | |
| Start of the plane's data. | |
| int i_lines | |
| Number of lines, including margins. | |
| int i_pitch | |
| Number of bytes in a line, including margins. | |
| } | p [(5)] |
Resource for a picture.
| int picture_resource_t::i_lines |
Number of lines, including margins.
Referenced by picture_NewFromResource().
| int picture_resource_t::i_pitch |
Number of bytes in a line, including margins.
Referenced by picture_NewFromResource().
| struct { ... } picture_resource_t::p[ ( 5 ) ] |
Referenced by picture_NewFromResource().
| uint8_t* picture_resource_t::p_pixels |
Start of the plane's data.
Referenced by picture_NewFromResource().
| picture_sys_t* picture_resource_t::p_sys |
Referenced by picture_NewFromResource().
1.8.1.2