Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:ListStats

169     memset(&(ctx->listStats[dpy]), 0, sizeof(ctx->listStats[dpy]));
1075 const int prevYuvCount = ctx->listStats[dpy].yuvCount;
1076 memset(&ctx->listStats[dpy], 0, sizeof(ListStats));
1077 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
1078 ctx->listStats[dpy].fbLayerIndex = (int)list->numHwLayers - 1;
1079 ctx->listStats[dpy].skipCount = 0;
1080 ctx->listStats[dpy].preMultipliedAlpha = false;
1081 ctx->listStats[dpy].isSecurePresent = false;
1082 ctx->listStats[dpy].yuvCount = 0;
1084 ctx->listStats[dpy].isDisplayAnimating = false;
1085 ctx->listStats[dpy].secureUI = false;
1086 ctx->listStats[dpy].yuv4k2kCount = 0;
1088 ctx->listStats[dpy].renderBufIndexforABC = -1;
1089 ctx->listStats[dpy].secureRGBCount = 0;
1090 ctx->listStats[dpy].refreshRateRequest = ctx->dpyAttr[dpy].refreshRate;
1094 ctx->listStats[dpy].mAIVVideoMode = false;
1099 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
1107 ctx->listStats[dpy].mAIVVideoMode = true;
1110 ctx->listStats[dpy].isDisplayAnimating = true;
1113 ctx->listStats[dpy].secureUI = true;
1117 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
1121 ctx->listStats[dpy].yuvIndices[i] = -1;
1122 ctx->listStats[dpy].yuv4k2kIndices[i] = -1;
1125 ctx->listStats[dpy].isSecurePresent = true;
1128 int& secureRGBCount = ctx->listStats[dpy].secureRGBCount;
1129 ctx->listStats[dpy].secureRGBIndices[secureRGBCount] = (int)i;
1135 ctx->listStats[dpy].skipCount++;
1139 int& yuvCount = ctx->listStats[dpy].yuvCount;
1140 ctx->listStats[dpy].yuvIndices[yuvCount] = (int)i;
1144 int& yuv4k2kCount = ctx->listStats[dpy].yuv4k2kCount;
1145 ctx->listStats[dpy].yuv4k2kIndices[yuv4k2kCount] = (int)i;
1150 ctx->listStats[dpy].preMultipliedAlpha = true;
1171 if(ctx->listStats[dpy].yuvCount > 0) {
1187 if(prevYuvCount != ctx->listStats[dpy].yuvCount) {
1194 ctx->listStats[dpy].refreshRateRequest = refreshRate ?
1613 isExtAnimating = ctx->listStats[dpy].isDisplayAnimating;
1669 if(ctx->listStats[dpy].renderBufIndexforABC ==(int32_t)i)
1737 ctx->listStats[dpy].renderBufIndexforABC !=(int32_t)i){
2084 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2182 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2328 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2479 return (ctx->enableABC && ctx->listStats[0].renderBufIndexforABC == 0);
2508 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2704 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2705 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2707 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2708 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};