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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1052 int crop_h = crop.bottom - crop.top; local
1516 uint32_t crop_h = (crop.bottom - crop.top); local
1545 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 330 int crop_h = crop.bottom - crop.top; local
334 float h_scale = ((float)crop_h / (float)dst_h);
343 (crop_w < 5 or crop_h < 5))
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 562 int crop_h = crop.bottom - crop.top; local
601 crop_t += crop_h * topCutRatio;
603 crop_b -= crop_h * bottomCutRatio;
900 int crop_h = crop.bottom - crop.top; local
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
hwc_mdpcomp.cpp 286 int crop_h = crop.bottom - crop.top; local
290 float h_dscale = ceilf((float)crop_h / (float)dst_h);
295 if((crop_w < 5)||(crop_h < 5))
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1039 int crop_h = crop.bottom - crop.top; local
1551 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 356 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; local
360 float h_scale = ((float)crop_h / (float)dst_h);
368 if((crop_w < 5)||(crop_h < 5))
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1257 int crop_h = crop.bottom - crop.top; local
1786 int crop_h = crop.bottom - crop.top; local
    [all...]
hwc_mdpcomp.cpp 414 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top; local
418 float h_scale = ((float)crop_h / (float)dst_h);
427 if(mdpHw.hasMinCropWidthLimitation() and (crop_w < 5 or crop_h < 5))
    [all...]

Completed in 176 milliseconds