Home
last modified time | relevance | path

Searched defs:OPERATION_NOT_ALLOWED (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp677 CameraErrorCode::OPERATION_NOT_ALLOWED, "Get supported white balance modes failed"); IsWhiteBalanceModeSupported() member in OHOS::CameraStandard::CameraErrorCode
[all...]
H A Dcapture_session.cpp1447 CHECK_AND_RETURN_RET(IsVideoStabilizationModeSupported(stabilizationMode), CameraErrorCode::OPERATION_NOT_ALLOWED); in SetVideoStabilizationMode() member in OHOS::CameraStandard::CameraErrorCode
1611 CHECK_AND_RETURN_RET(IsExposureModeSupported(exposureMode), CameraErrorCode::OPERATION_NOT_ALLOWED); in SetExposureMode() member in OHOS::CameraStandard::CameraErrorCode
1971 CHECK_AND_RETURN_RET(IsFocusModeSupported(focusMode), CameraErrorCode::OPERATION_NOT_ALLOWED); SetFocusMode() member in OHOS::CameraStandard::CameraErrorCode
2411 CHECK_AND_RETURN_RET(IsFlashModeSupported(flashMode), CameraErrorCode::OPERATION_NOT_ALLOWED); SetFlashMode() member in OHOS::CameraStandard::CameraErrorCode
4172 IsLowLightBoostSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, "Not support LowLightBoost"); EnableLowLightBoost() member in OHOS::CameraStandard::CameraErrorCode
4188 IsLowLightBoostSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, "Not support LowLightBoost"); EnableLowLightDetection() member in OHOS::CameraStandard::CameraErrorCode
[all...]

Completed in 8 milliseconds