Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXZoom.cpp148 mCurrentZoomIdx +=mZoomInc; in advanceZoom()
160 mZoomInc = 1; in advanceZoom()
164 mZoomInc = -1; in advanceZoom()
167 mCurrentZoomIdx += mZoomInc; in advanceZoom()
278 mZoomInc = 1; in stopSmoothZoom()
282 mZoomInc = -1; in stopSmoothZoom()
DOMXCameraAdapter.cpp192 mZoomInc = 1; in initialize()
707 mZoomParameterIdx += mZoomInc; in getParameters()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h837 int mZoomInc; variable