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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 561 int crop_w = crop.right - crop.left; local
600 crop_l += crop_w * leftCutRatio;
602 crop_r -= crop_w * rightCutRatio;
899 int crop_w = crop.right - crop.left; local
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
hwc_mdpcomp.cpp 285 int crop_w = crop.right - crop.left; local
289 float w_dscale = ceilf((float)crop_w / (float)dst_w);
295 if((crop_w < 5)||(crop_h < 5))
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1051 int crop_w = crop.right - crop.left; local
1515 uint32_t crop_w = (crop.right - crop.left); local
1544 int crop_w = crop.right - crop.left; local
    [all...]
hwc_mdpcomp.cpp 329 int crop_w = crop.right - crop.left; local
333 float w_scale = ((float)crop_w / (float)dst_w);
343 (crop_w < 5 or crop_h < 5))
358 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
369 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 355 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left; local
359 float w_scale = ((float)crop_w / (float)dst_w);
368 if((crop_w < 5)||(crop_h < 5))
383 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
394 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||
    [all...]
hwc_utils.cpp 1038 int crop_w = crop.right - crop.left; local
1550 int crop_w = crop.right - crop.left; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 413 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left; local
417 float w_scale = ((float)crop_w / (float)dst_w);
427 if(mdpHw.hasMinCropWidthLimitation() and (crop_w < 5 or crop_h < 5))
441 if(crop_w > (int) mdpHw.getMaxPipeWidth() ||
452 if(((crop_w > (int) mdpHw.getMaxPipeWidth()) &&
    [all...]
hwc_utils.cpp 1256 int crop_w = crop.right - crop.left; local
1785 int crop_w = crop.right - crop.left; local
    [all...]

Completed in 279 milliseconds