SemiDrive SSDK Appication Program Interface PTG3.0
Data Fields
surface

#include <disp.h>

Data Fields

int id
 
int dirty
 
int en
 
int fmt
 
rect_t src
 
unsigned long addr [4]
 
int src_stride [4]
 
rect_t dst
 
int ckey_en
 
int ckey
 
int alpha_en
 
char alpha
 
int z_order
 

Field Documentation

◆ addr

unsigned long addr[4]

input image memory address, corresponding to YUVA four-component address respectively

◆ alpha

char alpha

global layer alpha value

◆ alpha_en

int alpha_en

global alpha enable identifier

◆ ckey

int ckey

color key alpha value

◆ ckey_en

int ckey_en

color key enable identifier

◆ dirty

int dirty

Is this layer changed

◆ dst

rect_t dst

positon information in display

◆ en

int en

the layer enables identification, input layer is processed only if this value is true

◆ fmt

int fmt

input image format

◆ id

int id

layer identifier(0 or 1)

◆ rle

struct rle_info rle

◆ security

int security

◆ src

rect_t src

the rect_t struct src includes the source image information(x,y,w,h)

◆ src_stride

int src_stride[4]

image component pitch value

◆ start

rect_t start

◆ z_order

int z_order

layer order(higher values above)


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