Home
last modified time | relevance | path

Searched refs:needsScaling (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp143 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
309 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
457 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
Dhwc_mdpcomp.cpp478 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()
Dhwc_utils.h244 bool needsScaling(hwc_layer_1_t const* layer);
Dhwc_utils.cpp712 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/
Dhwc_fbupdate.cpp149 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
315 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
463 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
Dhwc_mdpcomp.cpp479 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()
Dhwc_copybit.cpp202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){ in checkDirtyRect()
428 (needsScaling(tmpLayer) == true)) { in drawUsingAppBufferComposition()
Dhwc_utils.h268 bool needsScaling(hwc_layer_1_t const* layer);
Dhwc_utils.cpp699 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/
Doverlay.cpp162 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()
Doverlay.h59 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs()
62 bool needsScaling; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp142 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
333 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
505 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
Dhwc_mdpcomp.cpp580 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 …]
Dhwc_copybit.cpp202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){ in checkDirtyRect()
437 (needsScaling(tmpLayer) == true)) { in drawUsingAppBufferComposition()
Dhwc_utils.h318 bool needsScaling(hwc_layer_1_t const* layer);
Dhwc_utils.cpp874 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/
Doverlay.cpp182 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()
Doverlay.h56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs()
59 bool needsScaling; member
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.cpp169 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()
Doverlay.h56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false), in PipeSpecs()
59 bool needsScaling; member
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h169 bool needsScaling(hwc_layer_1_t const* layer);
Dhwc_mdpcomp.cpp876 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator in allocLayerPipes()
1048 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator in allocLayerPipes()
Dhwc_utils.cpp360 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling() function
379 if(needsScaling(layer) && isAlphaPresent(layer)) { in isAlphaScaled()