Home
last modified time | relevance | path

Searched refs:isRotationDoable (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp980 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { in isRotationDoable() function
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()
Dhwc_mdpcomp.cpp327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp()
722 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame()
1559 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck()
2340 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configure()
Dhwc_utils.h265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
Dhwc.cpp160 has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setDMAState()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1198 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { in isRotationDoable() function
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()
Dhwc_utils.h315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
Dhwc_mdpcomp.cpp385 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp()
830 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame()
1889 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck()
2882 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configure()
Dhwc.cpp141 && isRotationDoable(ctx, hnd)) { in setDMAState()