Home
last modified time | relevance | path

Searched refs:IsEffectSuggestionSupported (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp343 session->IsEffectSuggestionSupported(); in TestAperture()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h318 static napi_value IsEffectSuggestionSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1443 bool IsEffectSuggestionSupported();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp232 …CLARE_NAPI_FUNCTION("isEffectSuggestionSupported", CameraSessionNapi::IsEffectSuggestionSupported),
3648 napi_value CameraSessionNapi::IsEffectSuggestionSupported(napi_env env, napi_callback_info info) in IsEffectSuggestionSupported() function in OHOS::CameraStandard::CameraSessionNapi
3667 …ool isEffectSuggestionSupported = cameraSessionNapi->cameraSession_->IsEffectSuggestionSupported(); in IsEffectSuggestionSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5154 bool CaptureSession::IsEffectSuggestionSupported() in IsEffectSuggestionSupported() function in OHOS::CameraStandard::CaptureSession
5163 … 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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11488 if (session_->IsEffectSuggestionSupported()) {