Lines Matching refs:numAppLayers
217 const int numLayers = ctx->listStats[mDpy].numAppLayers; in reset()
287 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags()
560 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
563 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
601 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
609 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
662 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
667 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
711 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
723 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
782 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local
795 (ctx->listStats[mDpy].numAppLayers > 1)) { in tryFullFrame()
826 for(int i = 0; i < numAppLayers; ++i) { in tryFullFrame()
869 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPComp() local
870 for(int i = 0; i < numAppLayers; i++) { in fullMDPComp()
907 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPCompWithPTOR() local
918 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) || in fullMDPCompWithPTOR()
925 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
945 for (int i = numAppLayers-1; (i >= 0 && in fullMDPCompWithPTOR()
990 hwc_rect_t displayFrame[numAppLayers]; in fullMDPCompWithPTOR()
991 hwc_rect_t sourceCrop[numAppLayers]; in fullMDPCompWithPTOR()
992 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
1081 mCurrentFrame.mdpCount = numAppLayers; in fullMDPCompWithPTOR()
1085 for (int j = 0; j < numAppLayers; j++) { in fullMDPCompWithPTOR()
1097 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
1157 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local
1158 mCurrentFrame.reset(numAppLayers); in cacheBasedComp()
1162 for(int i = 0; i < numAppLayers; i++) { in cacheBasedComp()
1210 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in loadBasedComp() local
1211 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount; in loadBasedComp()
1217 int lastMDPSupportedIndex = numAppLayers; in loadBasedComp()
1221 for(int i = 0; i < numAppLayers;i++) { in loadBasedComp()
1253 mCurrentFrame.reset(numAppLayers); in loadBasedComp()
1328 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local
1338 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) { in videoOnlyComp()
1344 mCurrentFrame.reset(numAppLayers); in videoOnlyComp()
1399 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in mdpOnlyLayersComp() local
1409 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) { in mdpOnlyLayersComp()
1421 mCurrentFrame.reset(numAppLayers); in mdpOnlyLayersComp()
1676 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local
1679 for(int i = 0; i < numAppLayers; i++) { in updateLayerCache()
1701 for (size_t i = 0; i < (size_t)ctx->listStats[mDpy].numAppLayers; i++) { in dropNonAIVLayers()
1995 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
2076 for(int i = 0; i < ctx->listStats[mDpy].numAppLayers; i++) { in prepare()
2264 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
2519 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
2636 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
2639 for(int i = numAppLayers - 1; i >= 0; i--) { in validateAndApplyROI()
2679 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
2688 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()