/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 459 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 499 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 561 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 609 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 685 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local 768 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPComp() local 806 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPCompWithPTOR() local 993 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local 1052 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in loadBasedComp() local 1164 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local [all …]
|
H A D | hwc_copybit.cpp | 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) { in getLayersChanging() 147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 312 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 371 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 415 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC ) in drawUsingAppBufferComposition() 418 layerCount = ctx->listStats[dpy].numAppLayers; in drawUsingAppBufferComposition() 535 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw() 1155 layerCount = ctx->listStats[dpy].numAppLayers; in updateCounts() [all …]
|
H A D | hwc_utils.cpp | 823 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 841 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 854 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2049 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2054 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2081 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2082 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
H A D | hwc_utils.h | 119 int numAppLayers; //Total - 1, excluding FB layer. member 278 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 560 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 601 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 662 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 711 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 782 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local 1157 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local 1328 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local 1399 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in mdpOnlyLayersComp() local 1676 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local 2636 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local [all …]
|
H A D | hwc_copybit.cpp | 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) { in getLayersChanging() 147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 316 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 379 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 424 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC ) in drawUsingAppBufferComposition() 427 layerCount = ctx->listStats[dpy].numAppLayers; in drawUsingAppBufferComposition() 545 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw() 1208 layerCount = ctx->listStats[dpy].numAppLayers; in updateCounts() [all …]
|
H A D | hwc_utils.h | 124 int numAppLayers; //Total - 1, excluding FB layer. member 328 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
H A D | hwc_utils.cpp | 1003 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 1025 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 1043 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2386 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2391 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2424 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2425 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 458 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 498 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 554 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 602 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 672 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local 753 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPComp() local 816 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local 817 mCurrentFrame.reset(numAppLayers); in cacheBasedComp() 875 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in loadBasedComp() local 985 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local [all …]
|
H A D | hwc_copybit.cpp | 160 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 174 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 233 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 310 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw()
|
H A D | hwc_utils.h | 114 int numAppLayers; //Total - 1, excluding FB layer. member 254 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
H A D | hwc_utils.cpp | 858 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 881 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 894 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2045 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2050 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2081 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2082 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 253 const int numAppLayers = list->numHwLayers - 1; in cacheAll() local 254 for(int i = 0; i < numAppLayers; i++) { in cacheAll() 346 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFrameDoable() local 367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFullFrameDoable() local 401 for(int i = 0; i < numAppLayers; ++i) { in isFullFrameDoable() 460 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in partialMDPComp() local 462 mCurrentFrame.reset(numAppLayers); in partialMDPComp() 487 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isOnlyVideoDoable() local 488 mCurrentFrame.reset(numAppLayers); in isOnlyVideoDoable() 608 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local [all …]
|
H A D | hwc_copybit.cpp | 162 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 191 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 259 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw()
|
H A D | hwc.cpp | 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 116 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop()
|
H A D | hwc_utils.h | 89 int numAppLayers; //Total - 1, excluding FB layer. member
|
H A D | hwc_utils.cpp | 425 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1; in setListStats()
|