| 
    VLC 4.0.0-dev
    
   | 
 
Resource for a picture. More...
#include <vlc_picture.h>
Data Fields | |
| void * | p_sys | 
| void(* | pf_destroy )(picture_t *) | 
| struct { | |
| 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... | |
| } | 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().
| void* picture_resource_t::p_sys | 
Referenced by picture_InitPrivate(), and picture_NewFromFormat().
| void(* picture_resource_t::pf_destroy) (picture_t *) | 
Referenced by picture_InitPrivate().