Searched defs:ListStats (Results 1 – 4 of 4) sorted by relevance
123 struct ListStats { struct124 int numAppLayers; //Total - 1, excluding FB layer.125 int skipCount;126 int fbLayerIndex; //Always last for now. = numAppLayers128 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 …]
113 struct ListStats { struct114 int numAppLayers; //Total - 1, excluding FB layer.115 int skipCount;116 int fbLayerIndex; //Always last for now. = numAppLayers118 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 …]
118 struct ListStats { struct119 int numAppLayers; //Total - 1, excluding FB layer.120 int skipCount;121 int fbLayerIndex; //Always last for now. = numAppLayers123 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 …]
88 struct ListStats { struct89 int numAppLayers; //Total - 1, excluding FB layer.90 int skipCount;91 int fbLayerIndex; //Always last for now. = numAppLayers93 int yuvCount;94 int yuvIndices[MAX_NUM_APP_LAYERS];95 bool needsAlphaScale;96 bool preMultipliedAlpha;97 bool planeAlpha;