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

  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 282 int crop_h = crop.bottom - crop.top; local
286 float h_dscale = ceilf((float)crop_h / (float)dst_h);
291 if((crop_w < 5)||(crop_h < 5))
    [all...]
hwc_utils.cpp 552 int crop_h = crop.bottom - crop.top; local
593 crop_t += crop_h * topCutRatio;
595 crop_b -= crop_h * bottomCutRatio;
892 int crop_h = crop.bottom - crop.top; local
893 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3531 unsigned int crop_h = 0; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 3174 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
    [all...]

Completed in 1177 milliseconds