Searched refs:IsEffectSuggestionSupported (Results 1 – 6 of 6) sorted by relevance
343 session->IsEffectSuggestionSupported(); in TestAperture()
318 static napi_value IsEffectSuggestionSupported(napi_env env, napi_callback_info info);
1443 bool IsEffectSuggestionSupported();
232 …CLARE_NAPI_FUNCTION("isEffectSuggestionSupported", CameraSessionNapi::IsEffectSuggestionSupported),3648 napi_value CameraSessionNapi::IsEffectSuggestionSupported(napi_env env, napi_callback_info info) in IsEffectSuggestionSupported() function in OHOS::CameraStandard::CameraSessionNapi3667 …ool isEffectSuggestionSupported = cameraSessionNapi->cameraSession_->IsEffectSuggestionSupported(); in IsEffectSuggestionSupported()
5154 bool CaptureSession::IsEffectSuggestionSupported() in IsEffectSuggestionSupported() function in OHOS::CameraStandard::CaptureSession5163 … CHECK_ERROR_RETURN_RET_LOG(!IsEffectSuggestionSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in EnableEffectSuggestion()5234 … CHECK_ERROR_RETURN_RET_LOG(!IsEffectSuggestionSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in SetEffectSuggestionStatus()
11488 if (session_->IsEffectSuggestionSupported()) {