Home | History | Annotate | Download | only in libcamera

Lines Matching refs:maxZoom

2252         int maxZoom = m_secCamera->getMaxZoom();
2253 if (0 < maxZoom) {
2262 p.set(CameraParameters::KEY_MAX_ZOOM, maxZoom);
2269 if (m_getZoomRatioList(listString, strBuf, maxZoom, 100, max_zoom_ratio) == true)
3917 bool ExynosCameraHWInterface::m_getZoomRatioList(String8 & string8Buf, char * strBuf, int maxZoom, int start, int end)
3922 int step = (end - start) / maxZoom;
3924 for (int i = 0; i < maxZoom; i++) {