Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:listStats

145     memset(&(ctx->listStats[dpy]), 0, sizeof(ctx->listStats[dpy]));
1001 const int prevYuvCount = ctx->listStats[dpy].yuvCount;
1002 memset(&ctx->listStats[dpy], 0, sizeof(ListStats));
1003 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
1004 ctx->listStats[dpy].fbLayerIndex = (int)list->numHwLayers - 1;
1005 ctx->listStats[dpy].skipCount = 0;
1006 ctx->listStats[dpy].preMultipliedAlpha = false;
1007 ctx->listStats[dpy].isSecurePresent = false;
1008 ctx->listStats[dpy].yuvCount = 0;
1010 ctx->listStats[dpy].isDisplayAnimating = false;
1011 ctx->listStats[dpy].secureUI = false;
1012 ctx->listStats[dpy].yuv4k2kCount = 0;
1014 ctx->listStats[dpy].renderBufIndexforABC = -1;
1015 ctx->listStats[dpy].secureRGBCount = 0;
1016 ctx->listStats[dpy].refreshRateRequest = ctx->dpyAttr[dpy].refreshRate;
1020 ctx->listStats[dpy].mAIVVideoMode = false;
1025 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
1033 ctx->listStats[dpy].mAIVVideoMode = true;
1036 ctx->listStats[dpy].isDisplayAnimating = true;
1039 ctx->listStats[dpy].secureUI = true;
1043 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
1047 ctx->listStats[dpy].yuvIndices[i] = -1;
1048 ctx->listStats[dpy].yuv4k2kIndices[i] = -1;
1051 ctx->listStats[dpy].isSecurePresent = true;
1054 int& secureRGBCount = ctx->listStats[dpy].secureRGBCount;
1055 ctx->listStats[dpy].secureRGBIndices[secureRGBCount] = (int)i;
1061 ctx->listStats[dpy].skipCount++;
1065 int& yuvCount = ctx->listStats[dpy].yuvCount;
1066 ctx->listStats[dpy].yuvIndices[yuvCount] = (int)i;
1070 int& yuv4k2kCount = ctx->listStats[dpy].yuv4k2kCount;
1071 ctx->listStats[dpy].yuv4k2kIndices[yuv4k2kCount] = (int)i;
1076 ctx->listStats[dpy].preMultipliedAlpha = true;
1100 if(ctx->listStats[dpy].yuvCount > 0) {
1116 if(prevYuvCount != ctx->listStats[dpy].yuvCount) {
1123 ctx->listStats[dpy].refreshRateRequest = refreshRate ?
1526 isExtAnimating = ctx->listStats[dpy].isDisplayAnimating;
1582 if(ctx->listStats[dpy].renderBufIndexforABC ==(int32_t)i)
1650 ctx->listStats[dpy].renderBufIndexforABC !=(int32_t)i){
2004 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2101 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2247 if(ctx->listStats[dpy].mAIVVideoMode && isYuvBuffer(hnd)) {
2395 return (ctx->enableABC && ctx->listStats[0].renderBufIndexforABC == 0);
2424 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2661 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2662 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2664 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2665 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};