Home
last modified time | relevance | path

Searched refs:crop_y (Results 1 – 8 of 8) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.h219 int *crop_x, int *crop_y,
DExynosCamera.cpp3529 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()
DExynosCameraHWInterface.cpp4036 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/
Dexynos_rotator.c202 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/
DExynosCamera.h784 unsigned int *crop_x, unsigned int *crop_y,
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h571 int *crop_x, int *crop_y,
DExynosCameraHWInterface2.cpp2494 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/
Dexynos_gscaler.c179 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