Searched refs:targetIdx (Results 1 – 8 of 8) 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()
233 status_t OMXCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument242 targetIdx, in startSmoothZoom()245 if (( targetIdx >= 0 ) && ( targetIdx < mMaxZoomSupported )) { in startSmoothZoom()246 mTargetZoomIdx = targetIdx; in startSmoothZoom()250 CAMHAL_LOGEB("Smooth value out of range %d!", targetIdx); in startSmoothZoom()
112 virtual status_t startSmoothZoom(int targetIdx);
125 virtual status_t startSmoothZoom(int targetIdx);
399 virtual status_t startSmoothZoom(int targetIdx);
445 virtual status_t startSmoothZoom(int targetIdx);
1539 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument
1714 status_t BaseCameraAdapter::startSmoothZoom(int targetIdx) in startSmoothZoom() argument