Home
last modified time | relevance | path

Searched defs:DispInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/
H A Ddisp_common.h124 struct DispInfo { struct
125 uint32_t width;
126 uint32_t hbp;
127 uint32_t hfp;
128 uint32_t hsw;
129 uint32_t height;
130 uint32_t vbp;
131 uint32_t vfp;
132 uint32_t vsw;
134 uint32_t intfType;
[all …]
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c94 struct DispInfo { struct
95 uint32_t width;
96 uint32_t hbp;
97 uint32_t hfp;
98 uint32_t hsw;
99 uint32_t height;
100 uint32_t vbp;
101 uint32_t vfp;
102 uint32_t vsw;
104 uint32_t intfType;
[all …]
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h125 struct DispInfo { struct
147 int32_t (*getDispInfo)(uint32_t devId, struct DispInfo *info); argument