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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 333 float w_scale = ((float)crop_w / (float)dst_w); local
346 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
349 const float w_dscale = w_scale;
383 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
386 const float w_uscale = 1.0f / w_scale;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 351 float w_scale = ((float)crop_w / (float)dst_w); local
363 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
366 const float w_dscale = w_scale;
400 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
403 const float w_uscale = 1.0f / w_scale;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 424 float w_scale = ((float)crop_w / (float)dst_w); local
437 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
439 const float w_dscale = w_scale;
474 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
476 const float w_uscale = 1.0f / w_scale;
    [all...]

Completed in 95 milliseconds