SDL  2.0
KMSDRM_PlaneInfo Struct Reference

#include <SDL_kmsdrmvideo.h>

+ Collaboration diagram for KMSDRM_PlaneInfo:

Data Fields

struct planeplane
 
uint32_t fb_id
 
uint32_t crtc_id
 
int32_t src_x
 
int32_t src_y
 
int32_t src_w
 
int32_t src_h
 
int32_t crtc_x
 
int32_t crtc_y
 
int32_t crtc_w
 
int32_t crtc_h
 

Detailed Description

Definition at line 159 of file SDL_kmsdrmvideo.h.

Field Documentation

◆ crtc_h

int32_t KMSDRM_PlaneInfo::crtc_h

Definition at line 171 of file SDL_kmsdrmvideo.h.

◆ crtc_id

uint32_t KMSDRM_PlaneInfo::crtc_id

Definition at line 163 of file SDL_kmsdrmvideo.h.

◆ crtc_w

int32_t KMSDRM_PlaneInfo::crtc_w

Definition at line 170 of file SDL_kmsdrmvideo.h.

◆ crtc_x

int32_t KMSDRM_PlaneInfo::crtc_x

Definition at line 168 of file SDL_kmsdrmvideo.h.

◆ crtc_y

int32_t KMSDRM_PlaneInfo::crtc_y

Definition at line 169 of file SDL_kmsdrmvideo.h.

◆ fb_id

uint32_t KMSDRM_PlaneInfo::fb_id

Definition at line 162 of file SDL_kmsdrmvideo.h.

◆ plane

struct plane* KMSDRM_PlaneInfo::plane

Definition at line 161 of file SDL_kmsdrmvideo.h.

◆ src_h

int32_t KMSDRM_PlaneInfo::src_h

Definition at line 167 of file SDL_kmsdrmvideo.h.

◆ src_w

int32_t KMSDRM_PlaneInfo::src_w

Definition at line 166 of file SDL_kmsdrmvideo.h.

◆ src_x

int32_t KMSDRM_PlaneInfo::src_x

Definition at line 164 of file SDL_kmsdrmvideo.h.

◆ src_y

int32_t KMSDRM_PlaneInfo::src_y

Definition at line 165 of file SDL_kmsdrmvideo.h.


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