Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:listStats

90                 ctx->listStats[mDpy].lRoi.left, ctx->listStats[mDpy].lRoi.top,
91 ctx->listStats[mDpy].lRoi.right,
92 ctx->listStats[mDpy].lRoi.bottom,
93 ctx->listStats[mDpy].rRoi.left,ctx->listStats[mDpy].rRoi.top,
94 ctx->listStats[mDpy].rRoi.right,
95 ctx->listStats[mDpy].rRoi.bottom);
98 ctx->listStats[mDpy].lRoi.left,ctx->listStats[mDpy].lRoi.top,
99 ctx->listStats[mDpy].lRoi.right,
100 ctx->listStats[mDpy].lRoi.bottom);
217 const int numLayers = ctx->listStats[mDpy].numAppLayers;
287 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
549 hwc_rect_t roi = ctx->listStats[mDpy].lRoi;
560 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
561 hwc_rect_t visibleRect = ctx->listStats[mDpy].lRoi;
601 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
630 ctx->listStats[mDpy].lRoi = roi;
635 ctx->listStats[mDpy].lRoi.left, ctx->listStats[mDpy].lRoi.top,
636 ctx->listStats[mDpy].lRoi.right, ctx->listStats[mDpy].lRoi.bottom);
641 hwc_rect roi = getUnion(ctx->listStats[mDpy].lRoi,
642 ctx->listStats[mDpy].rRoi);
662 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
664 hwc_rect_t visibleRectL = ctx->listStats[mDpy].lRoi;
665 hwc_rect_t visibleRectR = ctx->listStats[mDpy].rRoi;
711 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
763 ctx->listStats[mDpy].lRoi = l_roi;
764 ctx->listStats[mDpy].rRoi = r_roi;
771 ctx->listStats[mDpy].lRoi.left, ctx->listStats[mDpy].lRoi.top,
772 ctx->listStats[mDpy].lRoi.right, ctx->listStats[mDpy].lRoi.bottom,
773 ctx->listStats[mDpy].rRoi.left, ctx->listStats[mDpy].rRoi.top,
774 ctx->listStats[mDpy].rRoi.right, ctx->listStats[mDpy].rRoi.bottom);
782 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
785 if(ctx->listStats[mDpy].mAIVVideoMode) {
793 if(sIdleFallBack && !ctx->listStats[mDpy].secureUI &&
794 !ctx->listStats[mDpy].secureRGBCount &&
795 (ctx->listStats[mDpy].numAppLayers > 1)) {
869 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
907 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1157 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1210 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1306 if(ctx->listStats[mDpy].secureUI)
1328 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1338 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) {
1381 if(ctx->listStats[mDpy].mAIVVideoMode) {
1399 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1400 if(!isSecurePresent(ctx, mDpy) && !ctx->listStats[mDpy].secureUI) {
1409 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) {
1416 if (!ctx->listStats[mDpy].secureRGBCount) {
1676 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1701 for (size_t i = 0; i < (size_t)ctx->listStats[mDpy].numAppLayers; i++) {
1718 int nYuvCount = ctx->listStats[mDpy].yuvCount;
1720 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
1749 int nSecureRGBCount = ctx->listStats[mDpy].secureRGBCount;
1751 int nSecureRGBIndex = ctx->listStats[mDpy].secureRGBIndices[index];
1960 if((ctx->listStats[mDpy].yuvCount == frame.mdpCount) ||
1979 refreshRate = ctx->listStats[mDpy].refreshRateRequest;
1995 const int numLayers = ctx->listStats[mDpy].numAppLayers;
2030 if(ctx->listStats[mDpy].isDisplayAnimating) {
2053 if(ctx->listStats[mDpy].mAIVVideoMode) {
2076 for(int i = 0; i < ctx->listStats[mDpy].numAppLayers; i++) {
2264 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
2414 hwc_rect_t l_roi = ctx->listStats[mDpy].lRoi;
2415 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi;
2519 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
2636 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
2637 hwc_rect_t visibleRect = ctx->listStats[mDpy].lRoi;
2679 listStats[mDpy].numAppLayers;
2727 ctx->listStats[mDpy].lRoi = roi;
2733 ctx->listStats[mDpy].lRoi = lRoi;
2741 ctx->listStats[mDpy].lRoi.left, ctx->listStats[mDpy].lRoi.top,
2742 ctx->listStats[mDpy].lRoi.right, ctx->listStats[mDpy].lRoi.bottom,
2743 ctx->listStats[mDpy].rRoi.left, ctx->listStats[mDpy].rRoi.top,
2744 ctx->listStats[mDpy].rRoi.right, ctx->listStats[mDpy].rRoi.bottom);
2866 if(ctx->listStats[mDpy].mAIVVideoMode && isYuvBuffer(hnd)) {