Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:mCurrentZoomIdx

186     mCurrentZoomIdx = 0;
716 if ( mZoomParameterIdx != mCurrentZoomIdx )
721 if ( ( mCurrentZoomIdx == mTargetZoomIdx ) &&
722 ( mZoomParameterIdx == mCurrentZoomIdx ) )
743 CAMHAL_LOGDB("CameraParameters Zoom = %d", mCurrentZoomIdx);
747 params.set( CameraParameters::KEY_ZOOM, mCurrentZoomIdx);