Home
last modified time | relevance | path

Searched refs:has90Transform (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp()
722 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame()
852 has90Transform(layer)) { in fullMDPCompWithPTOR()
869 && (has90Transform(layer) || needsScaling(layer))) { in fullMDPCompWithPTOR()
1208 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
1559 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck()
2340 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configure()
Dhwc_utils.h612 static inline bool has90Transform(hwc_layer_1_t const* layer) { in has90Transform() function
Dhwc_utils.cpp1493 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags()
1681 if((has90Transform(layer) && isRotationDoable(ctx, hnd)) || downscale) { in configureNonSplit()
1789 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSplit()
1919 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
Dhwc.cpp160 has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setDMAState()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp385 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp()
830 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame()
953 has90Transform(layer)) { in fullMDPCompWithPTOR()
969 if (has90Transform(layer) || needsScaling(layer)) { in fullMDPCompWithPTOR()
1463 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
1889 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck()
2789 uint32_t cropWidth = has90Transform(layer) ? crop.bottom - crop.top : in acquireMDPPipes()
2791 uint32_t cropHeight = has90Transform(layer) ? crop.right - crop.left : in acquireMDPPipes()
2882 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configure()
Dhwc_utils.h701 static inline bool has90Transform(hwc_layer_1_t const* layer) { in has90Transform() function
Dhwc_utils.cpp1728 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags()
2012 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureNonSplit()
2123 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureSplit()
2258 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
Dhwc.cpp140 (has90Transform(layer) || getRotDownscale(ctx, layer)) in setDMAState()
Dhwc_copybit.cpp327 if (has90Transform(layer)) { in prepare()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h573 static inline bool has90Transform(hwc_layer_1_t *layer) { in has90Transform() function
Dhwc_mdpcomp.cpp302 if((not isYuvBuffer(hnd) and has90Transform(layer)) or in isSupportedForMDPComp()
709 if(isYuvBuffer(hnd) && has90Transform(layer)) { in tryFullFrame()
2060 int cropWidth = has90Transform(layer) ? crop.bottom - crop.top : in acquireMDPPipes()