Home
last modified time | relevance | path

Searched refs:isRotDownscaleEnabled (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.h142 bool isRotDownscaleEnabled() { return mRotDownscale; } in isRotDownscaleEnabled() function
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h137 bool isRotDownscaleEnabled() { return mRotDownscale; } in isRotDownscaleEnabled() function
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp170 !qdutils::MDPVersion::getInstance().isRotDownscaleEnabled() && in init()
Dhwc_utils.cpp1866 if(not qdutils::MDPVersion::getInstance().isRotDownscaleEnabled()) { in getRotDownscale()