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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXZoom.cpp175 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
199 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
233 status_t OMXCameraAdapter::startSmoothZoom(int targetIdx) argument
242 targetIdx,
245 if (( targetIdx >= 0 ) && ( targetIdx < mMaxZoomSupported )) {
246 mTargetZoomIdx = targetIdx;
250 CAMHAL_LOGEB("Smooth value out of range %d!", targetIdx);
/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/
H A DBaseCameraAdapter.cpp1539 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) argument
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp1714 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) argument

Completed in 190 milliseconds