MiniGUI API Reference (MiniGUI-Processes)  v4.0.4
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_DrmSurfaceInfo Struct Reference

#include <gdi.h>

Data Fields

int prime_fd
 
uint32_t name
 
uint32_t handle
 
uint32_t id
 
uint32_t width
 
uint32_t height
 
uint32_t pitch
 
uint32_t drm_format
 
unsigned long size
 

Detailed Description

THe struct type defines the DRM surface information.

Definition at line 13736 of file gdi.h.

Field Documentation

◆ drm_format

uint32_t drm_format

The DRM pixel format.

Definition at line 13752 of file gdi.h.

◆ handle

uint32_t handle

The local handle of the buffer object.

Definition at line 13742 of file gdi.h.

◆ height

uint32_t height

The height of the surface.

Definition at line 13748 of file gdi.h.

◆ id

uint32_t id

The buffer identifier.

Definition at line 13744 of file gdi.h.

◆ name

uint32_t name

The global name of the buffer object.

Definition at line 13740 of file gdi.h.

◆ pitch

uint32_t pitch

The row stride of the surface.

Definition at line 13750 of file gdi.h.

◆ prime_fd

int prime_fd

The prime fd of the buffer object.

Definition at line 13738 of file gdi.h.

◆ size

unsigned long size

Size in bytes of the buffer object.

Definition at line 13754 of file gdi.h.

◆ width

uint32_t width

The width of the surface.

Definition at line 13746 of file gdi.h.


The documentation for this struct was generated from the following file: