Home
last modified time | relevance | path

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

/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/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/msm8974/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 secondary displays
82 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 …]