_i_surface.md 1.1 KB
Newer Older
D
hdi api  
duangavin123 已提交
1 2 3 4 5
# ISurface


## **概述**

D
duangavin123 已提交
6 7 8
用于存放窗口相关信息的结构体定义,提供给硬件加速使用,例如图像合成,位图搬移等操作。

**相关模块:**
D
hdi api  
duangavin123 已提交
9 10 11 12 13 14 15 16 17

[Display](_display.md)


## **汇总**


### Public 属性

D
duangavin123 已提交
18
  | 名称 | 描述 | 
D
hdi api  
duangavin123 已提交
19
| -------- | -------- |
D
duangavin123 已提交
20 21 22 23
| [phyAddr](_display.md#phyaddr-23) | 图像首地址 | 
| [height](_display.md#height-48) | 图像高度 | 
| [width](_display.md#width-49) | 图像宽度 | 
| [stride](_display.md#stride-12) | 图像跨度 | 
D
hdi api  
duangavin123 已提交
24
| [enColorFmt](_display.md#encolorfmt) | 图像格式 | 
D
duangavin123 已提交
25
| [bYCbCrClut](_display.md#bycbcrclut) | CLUT表是否位于 YCbCr 空间 | 
L
liyan 已提交
26
| [bAlphaMax255](_display.md#balphamax255) | 图像Alpha最大值为255还是128 | 
D
hdi api  
duangavin123 已提交
27 28 29
| [bAlphaExt1555](_display.md#balphaext1555) | 是否使能1555的Alpha扩展 | 
| [alpha0](_display.md#alpha0-22) | Alpha0值,取值范围:[0,255] | 
| [alpha1](_display.md#alpha1-22) | Alpha1值,取值范围:[0,255] | 
D
duangavin123 已提交
30
| [clutPhyAddr](_display.md#clutphyaddr) | CbCr分量地址 | 
D
hdi api  
duangavin123 已提交
31
| [cbcrStride](_display.md#cbcrstride) | CbCr分量跨度 | 
D
duangavin123 已提交
32
| [clutPhyAddr](_display.md#clutphyaddr) | CLUT表首地址,用作颜色扩展或颜色校正 |