Home
last modified time | relevance | path

Searched defs:ListStats (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h123 struct ListStats { struct
125 int skipCount;
128 int yuvCount;
130 bool preMultipliedAlpha;
132 int yuv4k2kCount;
135 bool isDisplayAnimating;
137 bool isSecurePresent;
138 hwc_rect_t lRoi; //left ROI
141 int renderBufIndexforABC;
143 int secureRGBCount;
[all …]
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h113 struct ListStats { struct
115 int skipCount;
118 int yuvCount;
119 int yuvIndices[MAX_NUM_APP_LAYERS];
120 int extOnlyLayerIndex;
121 bool preMultipliedAlpha;
123 int yuv4k2kCount;
126 bool isDisplayAnimating;
127 bool secureUI; // Secure display layer
128 bool isSecurePresent;
[all …]
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h118 struct ListStats { struct
120 int skipCount;
123 int yuvCount;
124 int yuvIndices[MAX_NUM_APP_LAYERS];
125 int extOnlyLayerIndex;
126 bool preMultipliedAlpha;
128 int yuv4k2kCount;
131 bool isDisplayAnimating;
133 bool isSecurePresent;
134 hwc_rect_t lRoi; //left ROI
[all …]
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h88 struct ListStats { struct
89 int numAppLayers; //Total - 1, excluding FB layer.
90 int skipCount;
91 int fbLayerIndex; //Always last for now. = numAppLayers
93 int yuvCount;
94 int yuvIndices[MAX_NUM_APP_LAYERS];
95 bool needsAlphaScale;
96 bool preMultipliedAlpha;
97 bool planeAlpha;