Searched defs:crop_x (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.cpp3528 unsigned int crop_x = 0; local
3542 &crop_x, &crop_y,
3546 cropcap.defrect.left = crop_x;
3564 ALOGD("## 2 crop_x : %d", crop_x);
3579 unsigned int *crop_x, unsigned int *crop_y,
3648 *crop_x = (src_w - *crop_w) >> 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,
4107 *crop_x = (src_w - *crop_w) >> 1;
4110 if (*crop_x & (CAMERA_CROP_WIDTH_RESTRAIN_NUM >> 1))
4111 *crop_x -= 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,
2563 *crop_x = (src_w - *crop_w) >> 1;
2566 if (*crop_x & (CAMERA_CROP_WIDTH_RESTRAIN_NUM >> 1))
2567 *crop_x -= 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 2835 milliseconds