HomeSort by relevance Sort by last modified time
    Searched refs:h_uscale (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 387 const float h_uscale = 1.0f / h_scale; local
389 if(w_uscale > upscale || h_uscale > upscale)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 404 const float h_uscale = 1.0f / h_scale; local
406 if(w_uscale > upscale || h_uscale > upscale)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 477 const float h_uscale = 1.0f / h_scale; local
479 if(w_uscale > upscale || h_uscale > upscale)
    [all...]

Completed in 39 milliseconds