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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 286 int crop_w = crop.right - crop.left; local
290 float w_dscale = ceilf((float)crop_w / (float)dst_w);
296 if((crop_w < 5)||(crop_h < 5))
    [all...]
hwc_utils.cpp 551 int crop_w = crop.right - crop.left; local
592 crop_l += crop_w * leftCutRatio;
594 crop_r -= crop_w * rightCutRatio;
892 int crop_w = crop.right - crop.left; local
894 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 279 int crop_w = crop.right - crop.left; local
283 float w_dscale = ceilf((float)crop_w / (float)dst_w);
289 if((crop_w < 5)||(crop_h < 5))
296 if(crop_w > MAX_DISPLAY_DIM || w_dscale > downscale ||
    [all...]
hwc_utils.cpp 512 int crop_w = crop.right - crop.left; local
553 crop_l += crop_w * leftCutRatio;
555 crop_r -= crop_w * rightCutRatio;
799 uint32_t crop_w = (crop.right - crop.left); local
802 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
807 crop.right = crop.left + crop_w;
810 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
828 int crop_w = crop.right - crop.left; local
830 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 281 int crop_w = crop.right - crop.left; local
285 float w_dscale = ceilf((float)crop_w / (float)dst_w);
291 if((crop_w < 5)||(crop_h < 5))
    [all...]
hwc_utils.cpp 511 int crop_w = crop.right - crop.left; local
552 crop_l += crop_w * leftCutRatio;
554 crop_r -= crop_w * rightCutRatio;
852 int crop_w = crop.right - crop.left; local
854 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3530 unsigned int crop_w = 0; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 3178 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
    [all...]

Completed in 2821 milliseconds