Lines Matching refs:mParameters
66 private final Parameters mParameters; field in CameraSettings
73 mParameters = parameters; in CameraSettings()
158 mParameters.getSupportedPictureSizes())); in initPreference()
162 whiteBalance, mParameters.getSupportedWhiteBalance()); in initPreference()
166 sceneMode, mParameters.getSupportedSceneModes()); in initPreference()
170 flashMode, mParameters.getSupportedFlashModes()); in initPreference()
173 if (mParameters.getMaxNumFocusAreas() == 0) { in initPreference()
175 focusMode, mParameters.getSupportedFocusModes()); in initPreference()
183 videoFlashMode, mParameters.getSupportedFlashModes()); in initPreference()
197 int max = mParameters.getMaxExposureCompensation(); in buildExposureCompensation()
198 int min = mParameters.getMinExposureCompensation(); in buildExposureCompensation()
203 float step = mParameters.getExposureCompensationStep(); in buildExposureCompensation()
478 mParameters.isAutoExposureLockSupported() && in initVideoEffect()
479 mParameters.isAutoWhiteBalanceLockSupported(); in initVideoEffect()