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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXZoom.cpp180 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
204 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
238 status_t OMXCameraAdapter::startSmoothZoom(int targetIdx) argument
247 targetIdx,
250 if ( ( targetIdx >= 0 ) && ( targetIdx < ZOOM_STAGES ) )
252 mTargetZoomIdx = targetIdx;
258 CAMHAL_LOGEB("Smooth value out of range %d!", targetIdx);
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h112 virtual status_t startSmoothZoom(int targetIdx);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h399 virtual status_t startSmoothZoom(int targetIdx);
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp1539 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) argument

Completed in 2234 milliseconds