Data Fields

picture_resource_t Struct Reference

Resource for a picture. More...

Data Fields

picture_sys_tp_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)]

Detailed Description

Resource for a picture.


Field Documentation

Number of lines, including margins.

Referenced by picture_NewFromResource().

Number of bytes in a line, including margins.

Referenced by picture_NewFromResource().

struct { ... } picture_resource_t::p[ ( 5 ) ]

Referenced by picture_NewFromResource().

Start of the plane's data.

Referenced by picture_NewFromResource().

Referenced by picture_NewFromResource().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines