Lines Matching refs:numAppLayers

191     const int numLayers = ctx->listStats[mDpy].numAppLayers;  in reset()
263 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags()
362 if(layerCount != ctx->listStats[dpy].numAppLayers) in isSameFrame()
528 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
531 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
569 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
577 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
625 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
630 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
674 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
686 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
741 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local
755 (ctx->listStats[mDpy].numAppLayers != 1)) { in tryFullFrame()
800 for(int i = 0; i < numAppLayers; ++i) { in tryFullFrame()
849 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPComp() local
850 for(int i = 0; i < numAppLayers; i++) { in fullMDPComp()
896 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPCompWithPTOR() local
907 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) || in fullMDPCompWithPTOR()
914 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
943 for (int i = numAppLayers-1; (i >= 0 && in fullMDPCompWithPTOR()
988 hwc_rect_t displayFrame[numAppLayers]; in fullMDPCompWithPTOR()
989 hwc_rect_t sourceCrop[numAppLayers]; in fullMDPCompWithPTOR()
990 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
1079 mCurrentFrame.mdpCount = numAppLayers; in fullMDPCompWithPTOR()
1083 for (int j = 0; j < numAppLayers; j++) { in fullMDPCompWithPTOR()
1095 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
1156 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local
1157 mCurrentFrame.reset(numAppLayers); in cacheBasedComp()
1161 for(int i = 0; i < numAppLayers; i++) { in cacheBasedComp()
1217 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in loadBasedComp() local
1218 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount; in loadBasedComp()
1224 int lastMDPSupportedIndex = numAppLayers; in loadBasedComp()
1228 for(int i = 0; i < numAppLayers;i++) { in loadBasedComp()
1260 mCurrentFrame.reset(numAppLayers); in loadBasedComp()
1329 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local
1331 mCurrentFrame.reset(numAppLayers); in videoOnlyComp()
1395 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in mdpOnlyLayersComp() local
1396 mCurrentFrame.reset(numAppLayers); in mdpOnlyLayersComp()
1651 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local
1654 for(int i = 0; i < numAppLayers; i++) { in updateLayerCache()
1676 for (size_t i = 0; i < (size_t)ctx->listStats[mDpy].numAppLayers; i++) { in dropNonAIVLayers()
1949 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
2041 for(int i = 0; i < ctx->listStats[mDpy].numAppLayers; i++) { in prepare()
2223 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
2473 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()