Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp319 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp()
714 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame()
844 has90Transform(layer)) { in fullMDPCompWithPTOR()
861 && (has90Transform(layer) || needsScaling(layer))) { in fullMDPCompWithPTOR()
1200 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
1551 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck()
2332 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.cpp1490 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags()
1678 if((has90Transform(layer) && isRotationDoable(ctx, hnd)) || downscale) { in configureNonSplit()
1786 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSplit()
1916 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
Dhwc.cpp150 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.h697 static inline bool has90Transform(hwc_layer_1_t const* layer) { in has90Transform() function
Dhwc_utils.cpp1724 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags()
2008 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureNonSplit()
2119 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureSplit()
2254 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/msm8974/libhwcomposer/
Dhwc_utils.h399 static inline bool has90Transform(hwc_layer_1_t *layer) { in has90Transform() function
Dhwc_mdpcomp.cpp246 if((not isYuvBuffer(hnd) and has90Transform(layer)) or in isSupportedForMDPComp()
395 if(isYuvBuffer(hnd) && has90Transform(layer)) { in isFullFrameDoable()
/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()
704 if(isYuvBuffer(hnd) && has90Transform(layer)) { in tryFullFrame()
2055 int cropWidth = has90Transform(layer) ? crop.bottom - crop.top : in acquireMDPPipes()