/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 143 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 309 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 457 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
|
D | hwc_mdpcomp.cpp | 478 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 513 if(!needsScaling(layer) && !layer->transform) { in generateROI() 580 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 624 if(!needsScaling(layer) && !layer->transform) { in generateROI() 768 qhwc::needsScaling(layer)) in fullMDPComp() 1506 pipeSpecs.needsScaling = true; in allocSplitVGPipesfor4k2k() 1597 pipeSpecs.needsScaling = qhwc::needsScaling(layer) or in allocLayerPipes() 1790 pipeSpecs.needsScaling = qhwc::needsScalingWithSplit(ctx, layer, mDpy); in acquireMDPPipes() 2038 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in acquireMDPPipes()
|
D | hwc_utils.h | 244 bool needsScaling(hwc_layer_1_t const* layer);
|
D | hwc_utils.cpp | 712 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling() function 783 if(needsScaling(layer) && isAlphaPresent(layer)) { in isAlphaScaled() 1209 if(!needsScaling(&list->hwLayers[j])) { in optimizeLayerRects()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 149 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 315 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 463 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
|
D | hwc_mdpcomp.cpp | 479 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 515 if(!needsScaling(layer) && !layer->transform) in generateROI() 587 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 630 if(!needsScaling(layer) && !layer->transform) in generateROI() 869 && (has90Transform(layer) || needsScaling(layer))) { in fullMDPCompWithPTOR() 1715 pipeSpecs.needsScaling = true; in allocSplitVGPipesfor4k2k() 1819 pipeSpecs.needsScaling = qhwc::needsScaling(layer) or in allocLayerPipes() 2010 pipeSpecs.needsScaling = qhwc::needsScalingWithSplit(ctx, layer, mDpy); in acquireMDPPipes() 2252 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in acquireMDPPipes()
|
D | hwc_copybit.cpp | 202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){ in checkDirtyRect() 428 (needsScaling(tmpLayer) == true)) { in drawUsingAppBufferComposition()
|
D | hwc_utils.h | 268 bool needsScaling(hwc_layer_1_t const* layer);
|
D | hwc_utils.cpp | 699 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling() function 770 if(needsScaling(layer) && isAlphaPresent(layer)) { in isAlphaScaled() 1197 if(!needsScaling(&list->hwLayers[j])) { in optimizeLayerRects()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlay.cpp | 162 if(not pipeSpecs.needsScaling) { in getPipe() 180 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) { in getPipe() 194 if((not pipeSpecs.needsScaling) and in getPipe_8x26() 213 if(dest == OV_INVALID and (not pipeSpecs.needsScaling) and in getPipe_8x26() 226 if(pipeSpecs.formatClass == FORMAT_YUV or pipeSpecs.needsScaling) { in getPipe_8x16() 261 if(dest == OV_INVALID and not pipeSpecs.needsScaling) { in getPipe_8994()
|
D | overlay.h | 59 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs() 62 bool needsScaling; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.cpp | 142 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 333 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure() 505 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
|
D | hwc_mdpcomp.cpp | 580 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 615 if(!needsScaling(layer) && !layer->transform) { in generateROI() 688 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 733 if(!needsScaling(layer) && !layer->transform) { in generateROI() 969 if (has90Transform(layer) || needsScaling(layer)) { in fullMDPCompWithPTOR() 2116 pipeSpecs.needsScaling = true; in allocSplitVGPipesfor4k2k() 2219 pipeSpecs.needsScaling = qhwc::needsScaling(layer) or in allocLayerPipes() 2408 pipeSpecs.needsScaling = qhwc::needsScalingWithSplit(ctx, layer, mDpy); in acquireMDPPipes() 2656 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 2699 if (!needsScaling(layer) && !layer->transform) { in generateROI() [all …]
|
D | hwc_copybit.cpp | 202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){ in checkDirtyRect() 437 (needsScaling(tmpLayer) == true)) { in drawUsingAppBufferComposition()
|
D | hwc_utils.h | 318 bool needsScaling(hwc_layer_1_t const* layer);
|
D | hwc_utils.cpp | 874 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling() function 948 if(needsScaling(layer) && isAlphaPresent(layer)) { in isAlphaScaled() 1422 if(!needsScaling(&list->hwLayers[j])) { in optimizeLayerRects()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlay.cpp | 182 if(not pipeSpecs.needsScaling) { in getPipe() 200 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) { in getPipe() 214 if((not pipeSpecs.needsScaling) and in getPipe_8x26() 228 if (is_delta_panel && not pipeSpecs.needsScaling) { in getPipe_8x26() 241 if(dest == OV_INVALID and (not pipeSpecs.needsScaling) and in getPipe_8x26() 254 if(pipeSpecs.formatClass == FORMAT_YUV or pipeSpecs.needsScaling) { in getPipe_8x16()
|
D | overlay.h | 56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs() 59 bool needsScaling; member
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlay.cpp | 169 if(not pipeSpecs.needsScaling) { in getPipe() 187 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) { in getPipe() 201 if(not pipeSpecs.needsScaling) { in getPipe_8x26() 218 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) { in getPipe_8x26() 229 if(pipeSpecs.formatClass == FORMAT_YUV or pipeSpecs.needsScaling) { in getPipe_8x16()
|
D | overlay.h | 56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs() 59 bool needsScaling; member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 169 bool needsScaling(hwc_layer_1_t const* layer);
|
D | hwc_mdpcomp.cpp | 876 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator in allocLayerPipes() 1048 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator in allocLayerPipes()
|
D | hwc_utils.cpp | 360 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling() function 379 if(needsScaling(layer) && isAlphaPresent(layer)) { in isAlphaScaled()
|