Searched refs:targetIdx (Results 1 – 4 of 4) sorted by relevance
238 status_t OMXCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument247 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()
112 virtual status_t startSmoothZoom(int targetIdx);
399 virtual status_t startSmoothZoom(int targetIdx);
1539 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument