Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXZoom.cpp238 status_t OMXCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument
247 targetIdx, in startSmoothZoom()
250 if ( ( targetIdx >= 0 ) && ( targetIdx < ZOOM_STAGES ) ) in startSmoothZoom()
252 mTargetZoomIdx = targetIdx; in startSmoothZoom()
258 CAMHAL_LOGEB("Smooth value out of range %d!", targetIdx); in startSmoothZoom()
/hardware/ti/omap4xxx/camera/inc/
DBaseCameraAdapter.h112 virtual status_t startSmoothZoom(int targetIdx);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h399 virtual status_t startSmoothZoom(int targetIdx);
/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp1539 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument