Searched defs:crop_y (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c202 unsigned int *crop_x, unsigned int *crop_y,
260 unsigned int *crop_x, unsigned int *crop_y,
200 m_exynos_rotator_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
258 m_exynos_rotator_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c179 unsigned int *crop_x, unsigned int *crop_y,
242 unsigned int *crop_x, unsigned int *crop_y,
177 m_exynos_gsc_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
240 m_exynos_gsc_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3529 unsigned int crop_y = 0; local
3542 &crop_x, &crop_y,
3547 cropcap.defrect.top = crop_y;
3565 ALOGD("## 2 crop_y : %d", crop_y);
3579 unsigned int *crop_x, unsigned int *crop_y,
3649 *crop_y = (src_h - *crop_h) >> 1;
3577 m_getCropRect(unsigned int src_w, unsigned int src_h, unsigned int dst_w, unsigned int dst_h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int zoom) argument
H A DExynosCameraHWInterface.cpp4036 int *crop_x, int *crop_y,
4108 *crop_y = (src_h - *crop_h) >> 1;
4113 if (*crop_y & (CAMERA_CROP_HEIGHT_RESTRAIN_NUM >> 1))
4114 *crop_y -= 1;
4034 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2494 int *crop_x, int *crop_y,
2564 *crop_y = (src_h - *crop_h) >> 1;
2569 if (*crop_y & (CAMERA_CROP_HEIGHT_RESTRAIN_NUM >> 1))
2570 *crop_y -= 1;
3178 int crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; local
3182 &crop_x, &crop_y,
2492 m_getRatioSize(int src_w, int src_h, int dst_w, int dst_h, int *crop_x, int *crop_y, int *crop_w, int *crop_h, int zoom) argument

Completed in 565 milliseconds