Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp4247 float zoom_w = 0, zoom_h = 0; in m_jpegCreator() local
4253 zoom_h = zoom_w * m_jpegPictureRect.h / m_jpegPictureRect.w; in m_jpegCreator()
4255 zoom_h = pictureH / m_zoomRatio; in m_jpegCreator()
4256 zoom_w = zoom_h * m_jpegPictureRect.w / m_jpegPictureRect.h; in m_jpegCreator()
4259 cropY = (srcH - zoom_h) / 2; in m_jpegCreator()
4261 cropH = zoom_h; in m_jpegCreator()