Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:mCurrentZoomIdx

65             mCurrentZoomIdx = mTargetZoomIdx;
67 doZoom(mCurrentZoomIdx);
143 mCurrentZoomIdx +=mZoomInc;
144 mTargetZoomIdx = mCurrentZoomIdx;
146 ret = doZoom(mCurrentZoomIdx);
147 notifyZoomSubscribers(mCurrentZoomIdx, true);
149 else if ( mCurrentZoomIdx != mTargetZoomIdx )
153 if ( mCurrentZoomIdx < mTargetZoomIdx )
162 mCurrentZoomIdx += mZoomInc;
166 mCurrentZoomIdx = mTargetZoomIdx;
169 ret = doZoom(mCurrentZoomIdx);
173 if ( mCurrentZoomIdx == mTargetZoomIdx )
176 mCurrentZoomIdx,
195 notifyZoomSubscribers(mCurrentZoomIdx, true);
200 mCurrentZoomIdx,
202 notifyZoomSubscribers(mCurrentZoomIdx, false);
206 else if ( (mCurrentZoomIdx == mTargetZoomIdx ) &&
243 mCurrentZoomIdx);
247 mZoomParameterIdx = mCurrentZoomIdx;
266 if ( mTargetZoomIdx != mCurrentZoomIdx )
268 if ( mCurrentZoomIdx < mTargetZoomIdx )
278 CAMHAL_LOGDB("Stop smooth zoom mCurrentZoomIdx = %d, mTargetZoomIdx = %d",
279 mCurrentZoomIdx,