Searched defs:ListStats (Results 1 – 4 of 4) sorted by relevance
123 struct ListStats { struct125 int skipCount;128 int yuvCount;130 bool preMultipliedAlpha;132 int yuv4k2kCount;135 bool isDisplayAnimating;137 bool isSecurePresent;138 hwc_rect_t lRoi; //left ROI141 int renderBufIndexforABC;143 int secureRGBCount;[all …]
113 struct ListStats { struct115 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 layer128 bool isSecurePresent;[all …]
118 struct ListStats { struct120 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 …]
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;