Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h123 struct ListStats { struct
124 int numAppLayers; //Total - 1, excluding FB layer.
125 int skipCount;
126 int fbLayerIndex; //Always last for now. = numAppLayers
128 int yuvCount;
129 int yuvIndices[MAX_NUM_APP_LAYERS];
130 bool preMultipliedAlpha;
131 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
132 int yuv4k2kCount;
135 bool isDisplayAnimating;
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h113 struct ListStats { struct
114 int numAppLayers; //Total - 1, excluding FB layer.
115 int skipCount;
116 int fbLayerIndex; //Always last for now. = numAppLayers
118 int yuvCount;
119 int yuvIndices[MAX_NUM_APP_LAYERS];
120 int extOnlyLayerIndex;
121 bool preMultipliedAlpha;
122 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
123 int yuv4k2kCount;
[all …]
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h118 struct ListStats { struct
119 int numAppLayers; //Total - 1, excluding FB layer.
120 int skipCount;
121 int fbLayerIndex; //Always last for now. = numAppLayers
123 int yuvCount;
124 int yuvIndices[MAX_NUM_APP_LAYERS];
125 int extOnlyLayerIndex;
126 bool preMultipliedAlpha;
127 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
128 int yuv4k2kCount;
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
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;