Searched refs:has90Transform (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 327 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()
|
D | hwc_utils.h | 612 static inline bool has90Transform(hwc_layer_1_t const* layer) { in has90Transform() function
|
D | hwc_utils.cpp | 1493 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()
|
D | hwc.cpp | 160 has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setDMAState()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 385 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()
|
D | hwc_utils.h | 701 static inline bool has90Transform(hwc_layer_1_t const* layer) { in has90Transform() function
|
D | hwc_utils.cpp | 1728 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()
|
D | hwc.cpp | 140 (has90Transform(layer) || getRotDownscale(ctx, layer)) in setDMAState()
|
D | hwc_copybit.cpp | 327 if (has90Transform(layer)) { in prepare()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 573 static inline bool has90Transform(hwc_layer_1_t *layer) { in has90Transform() function
|
D | hwc_mdpcomp.cpp | 302 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()
|