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

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp386 const float w_uscale = 1.0f / w_scale; local
389 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp411 const float w_uscale = 1.0f / w_scale; local
414 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp465 const float w_uscale = 1.0f / w_scale; local
468 if(w_uscale > upscale || h_uscale > upscale)
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp469 const float w_uscale = 1.0f / w_scale; local
472 if(w_uscale > upscale || h_uscale > upscale)

Completed in 103 milliseconds