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

  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 203 unsigned int *crop_w, unsigned int *crop_h,
212 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
214 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZE, *crop_h);
252 *crop_w = m_exynos_rotator_multiple_of_n(*crop_w, 4);
261 unsigned int *crop_w, unsigned int *crop_h,
274 new_crop_h = crop_w;
278 new_crop_w = crop_w;
288 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
290 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZE, *crop_h)
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 180 unsigned int *crop_w, unsigned int *crop_h,
189 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
191 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);
207 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 4);
219 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 4);
232 *crop_w = m_exynos_gsc_multiple_of_n(*crop_w, 2);
243 unsigned int *crop_w, unsigned int *crop_h
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 512 int crop_w = crop.right - crop.left; local
553 crop_l += crop_w * leftCutRatio;
555 crop_r -= crop_w * rightCutRatio;
805 uint32_t crop_w = (crop.right - crop.left); local
808 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
813 crop.right = crop.left + crop_w;
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
834 int crop_w = crop.right - crop.left; local
836 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
    [all...]
hwc_mdpcomp.cpp 280 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left; local
284 float w_dscale = ceilf((float)crop_w / (float)dst_w);
290 if((crop_w < 5)||(crop_h < 5))
297 if(crop_w > MAX_DISPLAY_DIM || w_dscale > downscale ||
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3530 unsigned int crop_w = 0; local
    [all...]
ExynosCameraHWInterface.h 220 int *crop_w, int *crop_h,
ExynosCameraHWInterface.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 558 int crop_w = crop.right - crop.left; local
599 crop_l += crop_w * leftCutRatio;
601 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 287 int crop_w = crop.right - crop.left; local
291 float w_dscale = ceilf((float)crop_w / (float)dst_w);
297 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
1507 uint32_t crop_w = (crop.right - crop.left); local
1536 int crop_w = crop.right - crop.left; local
    [all...]
hwc_mdpcomp.cpp 337 int crop_w = crop.right - crop.left; local
341 float w_scale = ((float)crop_w / (float)dst_w);
350 if((crop_w < 5)||(crop_h < 5))
365 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
376 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1032 int crop_w = crop.right - crop.left; local
1448 uint32_t crop_w = (crop.right - crop.left); local
1477 int crop_w = crop.right - crop.left; local
    [all...]
hwc_mdpcomp.cpp 330 int crop_w = crop.right - crop.left; local
334 float w_scale = ((float)crop_w / (float)dst_w);
343 if((crop_w < 5)||(crop_h < 5))
358 if(crop_w > MAX_DISPLAY_DIM || w_dscale > maxMDPDownscale ||
369 if(((crop_w > MAX_DISPLAY_DIM) && !sSrcSplitEnabled) ||
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 3181 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
    [all...]
ExynosCameraHWInterface2.h 557 int *crop_w, int *crop_h,
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 785 unsigned int *crop_w, unsigned int *crop_h,

Completed in 308 milliseconds