WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
soc_dpu_type.h
浏览该文件的文档.
1
7#ifndef SOC_DPU_TYPE_H
8#define SOC_DPU_TYPE_H
9
10#include "td_base.h"
11#include "soc_gfx_type.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
18
32#define EXT_DPU_INVALID_HANDLE 0xFFFFFFFF /* 非法handle ID */
33
53
69
89
105
119
141
177
182#ifdef __cplusplus
183#if __cplusplus
184}
185#endif
186#endif
187
188#endif /* SOC_DPU_TYPE_H */
ext_dpu_zorder_mode
图层的相对Z序
Definition soc_dpu_type.h:77
ext_dpu_layer_id
图层的ID号
Definition soc_dpu_type.h:41
ext_dpu_state_mode
图层的工作状态
Definition soc_dpu_type.h:97
ext_dpu_buf_mode
buffer模式
Definition soc_dpu_type.h:61
@ EXT_DPU_ZORDER_MODE_MOVEDOWN
Definition soc_dpu_type.h:84
@ EXT_DPU_ZORDER_MODE_MOVETOP
Definition soc_dpu_type.h:78
@ EXT_DPU_ZORDER_MODE_MOVEBOTTOM
Definition soc_dpu_type.h:82
@ EXT_DPU_ZORDER_MODE_MOVEUP
Definition soc_dpu_type.h:80
@ EXT_DPU_ZORDER_MODE_MAX
Definition soc_dpu_type.h:86
@ EXT_DPU_LAYER_ID1
Definition soc_dpu_type.h:42
@ EXT_DPU_LAYER_ID3
Definition soc_dpu_type.h:46
@ EXT_DPU_LAYER_ID4
Definition soc_dpu_type.h:48
@ EXT_DPU_LAYER_ID_MAX
Definition soc_dpu_type.h:50
@ EXT_DPU_LAYER_ID2
Definition soc_dpu_type.h:44
@ EXT_DPU_STATE_MAX
Definition soc_dpu_type.h:102
@ EXT_DPU_STATE_IDLE
Definition soc_dpu_type.h:98
@ EXT_DPU_STATE_BUSY
Definition soc_dpu_type.h:100
@ EXT_DPU_BUFFER_MODE_MAX
Definition soc_dpu_type.h:66
@ EXT_DPU_BUFFER_MODE_NORMAL
Definition soc_dpu_type.h:62
@ EXT_DPU_BUFFER_MODE_SINGLE
Definition soc_dpu_type.h:64
ext_gfx_fmt
像素格式
Definition soc_gfx_type.h:29
ext_gfx_compress_mode
压缩模式
Definition soc_gfx_type.h:104
图层的colorkey属性
Definition soc_dpu_type.h:113
td_u32 key_value
Definition soc_dpu_type.h:116
td_bool key_en
Definition soc_dpu_type.h:114
图层信息
Definition soc_dpu_type.h:127
ext_gfx_fmt layer_fmt
Definition soc_dpu_type.h:132
td_u32 height
Definition soc_dpu_type.h:130
ext_dpu_buf_mode buf_mode
Definition soc_dpu_type.h:136
td_u32 width
Definition soc_dpu_type.h:128
ext_dpu_layer_id layer_id
Definition soc_dpu_type.h:134
ext_gfx_compress_mode compress_mode
Definition soc_dpu_type.h:138
更新显示内容的信息
Definition soc_dpu_type.h:149
td_u32 height
Definition soc_dpu_type.h:152
td_u32 stride
Definition soc_dpu_type.h:154
td_u32 phy_addr
Definition soc_dpu_type.h:164
td_bool premulti_en
Definition soc_dpu_type.h:172
td_u32 size
Definition soc_dpu_type.h:162
td_uchar * vir_addr
Definition soc_dpu_type.h:166
ext_gfx_compress_mode compress_mode
Definition soc_dpu_type.h:174
td_u32 uv_offset
Definition soc_dpu_type.h:159
ext_gfx_fmt color_fmt
Definition soc_dpu_type.h:170
td_u32 uv_stride
Definition soc_dpu_type.h:156
td_u32 width
Definition soc_dpu_type.h:150
ext_rect * update_rect
Definition soc_dpu_type.h:168
Definition td_base.h:261
td_u8 td_bool
Definition td_type.h:50
unsigned char td_uchar
Definition td_type.h:35
unsigned int td_u32
Definition td_type.h:38