Home
last modified time | relevance | path

Searched defs:DisplayAttributes (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/libqdutils/
Ddisplay_config.h79 typedef struct DisplayAttributes { struct
86 DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f), in DisplayAttributes() argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h77 struct DisplayAttributes { struct
78 uint32_t vsync_period; //nanos
79 uint32_t xres;
80 uint32_t yres;
81 uint32_t stride;
82 float xdpi;
83 float ydpi;
84 int fd;
85 bool connected; //Applies only to pluggable disp.
88 bool isActive;
[all …]
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.h90 struct DisplayAttributes { struct
91 uint32_t refreshRate;
92 uint32_t dynRefreshRate;
93 uint32_t vsync_period; //nanos
94 uint32_t xres;
95 uint32_t yres;
96 uint32_t stride;
97 float xdpi;
98 float ydpi;
99 uint32_t fbformat;
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h84 struct DisplayAttributes { struct
85 uint32_t refreshRate;
86 uint32_t dynRefreshRate;
87 uint32_t vsync_period; //nanos
88 uint32_t xres;
89 uint32_t yres;
90 uint32_t stride;
91 float xdpi;
92 float ydpi;
93 bool secure;
[all …]
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h78 struct DisplayAttributes { struct
79 uint32_t vsync_period; //nanos
80 uint32_t xres;
81 uint32_t yres;
82 uint32_t stride;
83 float xdpi;
84 float ydpi;
85 int fd;
86 bool connected; //Applies only to pluggable disp.
89 bool isActive;
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h71 struct DisplayAttributes { struct
72 uint32_t vsync_period; //nanos
73 uint32_t xres;
74 uint32_t yres;
75 uint32_t stride;
76 float xdpi;
77 float ydpi;
78 int fd;
79 bool connected; //Applies only to pluggable disp.
82 bool isActive;
[all …]