Searched refs:crop_y (Results 1 – 8 of 8) sorted by relevance
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCameraHWInterface.h | 219 int *crop_x, int *crop_y,
|
D | ExynosCamera.cpp | 3529 unsigned int crop_y = 0; in m_setCrop() local 3542 &crop_x, &crop_y, in m_setCrop() 3547 cropcap.defrect.top = crop_y; in m_setCrop() 3579 unsigned int *crop_x, unsigned int *crop_y, in m_getCropRect() argument 3649 *crop_y = (src_h - *crop_h) >> 1; in m_getCropRect()
|
D | ExynosCameraHWInterface.cpp | 4036 int *crop_x, int *crop_y, in m_getRatioSize() argument 4108 *crop_y = (src_h - *crop_h) >> 1; in m_getRatioSize() 4113 if (*crop_y & (CAMERA_CROP_HEIGHT_RESTRAIN_NUM >> 1)) in m_getRatioSize() 4114 *crop_y -= 1; in m_getRatioSize()
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 202 unsigned int *crop_x, unsigned int *crop_y, in m_exynos_rotator_check_src_size() argument 260 unsigned int *crop_x, unsigned int *crop_y, in m_exynos_rotator_check_dst_size() argument
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosCamera.h | 784 unsigned int *crop_x, unsigned int *crop_y,
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.h | 571 int *crop_x, int *crop_y,
|
D | ExynosCameraHWInterface2.cpp | 2494 int *crop_x, int *crop_y, in m_getRatioSize() argument 2564 *crop_y = (src_h - *crop_h) >> 1; in m_getRatioSize() 2569 if (*crop_y & (CAMERA_CROP_HEIGHT_RESTRAIN_NUM >> 1)) in m_getRatioSize() 2570 *crop_y -= 1; in m_getRatioSize() 3178 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in m_sensorThreadFunc() local 3182 &crop_x, &crop_y, in m_sensorThreadFunc()
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 179 unsigned int *crop_x, unsigned int *crop_y, in m_exynos_gsc_check_src_size() argument 242 unsigned int *crop_x, unsigned int *crop_y, in m_exynos_gsc_check_dst_size() argument
|