Searched refs:h_uscale (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp387 const float h_uscale = 1.0f / h_scale; local
389 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp412 const float h_uscale = 1.0f / h_scale; local
414 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp466 const float h_uscale = 1.0f / h_scale; local
468 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp470 const float h_uscale = 1.0f / h_scale; local
472 if(w_uscale > upscale || h_uscale > upscale)

Completed in 96 milliseconds