Searched refs:mMaxZoomSupported (Results 1 – 7 of 7) sorted by relevance
61 if (( zoom >= 0 ) && ( zoom < mMaxZoomSupported )) { in setParametersZoom()96 if (( 0 > index) || ((mMaxZoomSupported - 1 ) < index )) { in doZoom()245 if (( targetIdx >= 0 ) && ( targetIdx < mMaxZoomSupported )) { in startSmoothZoom()
280 mMaxZoomSupported = mCapabilities->getInt(CameraProperties::SUPPORTED_ZOOM_STAGES) + 1; in initialize()282 mMaxZoomSupported = 1; in initialize()
918 if ( ( varint >= 0 ) && ( varint <= mMaxZoomSupported ) ) { in setParameters()2858 mMaxZoomSupported = 0; in CameraHal()3279 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES)); in insertSupportedParams()
1262 int32_t mMaxZoomSupported; variable
1501 int32_t mMaxZoomSupported; variable
1206 int mMaxZoomSupported; variable
1093 if ( varint >= 0 && varint <= mMaxZoomSupported ) { in setParameters()3941 mMaxZoomSupported = 0; in CameraHal()4395 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES)); in insertSupportedParams()