SemiDrive SSDK Appication Program Interface PTG3.0
Data Fields
g2dlite_input_cfg

#include <g2dlite.h>

Data Fields

u8 layer
 
u8 layer_en
 
u32 fmt
 
u32 zorder
 
struct rect_t src
 
u64 addr [4]
 
u32 src_stride [4]
 
struct rect_t dst
 
u32 blend
 
u8 alpha
 
struct ckey_t ckey
 
struct rle_t rle
 
struct clut_t clut
 
PD_LAYER_TYPE pd_type
 

Field Documentation

◆ addr

u64 addr[4]

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

◆ alpha

u8 alpha

layer global alpha value, range:0~0xff

◆ blend

u32 blend

image component mode selection

◆ ckey

struct ckey_t ckey

color kay related configuration parameters

◆ clut

struct clut_t clut

Color LookUp Table related configuration parameters

◆ dst

struct rect_t dst

the dst point coordinates of the processed image in the canvas

◆ fmt

u32 fmt

input image format

◆ layer

u8 layer

layer identifier used to select the hardware layer(0: layer, 1: layer1)

◆ layer_en

u8 layer_en

the layer enables identifiction, and the input layer information is processed only if this value is true

◆ pd_type

PD_LAYER_TYPE pd_type

Porter-duff layer type

◆ rle

struct rle_t rle

RLE related configuration parameters

◆ src

struct rect_t src

the starting point coordinates of the processed image in the original image

◆ src_stride

u32 src_stride[4]

image component pitch value

◆ zorder

u32 zorder

layer stacking order(layer with higher values above)


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