Home
last modified time | relevance | path

Searched refs:GetExposure (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/include/
H A DToneMapJS.h43 napi_value GetExposure(NapiApi::FunctionContext<>& ctx);
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dnight_session_napi.h38 static napi_value GetExposure(napi_env env, napi_callback_info info);
H A Dtime_lapse_photo_session_napi.h88 static napi_value GetExposure(napi_env env, napi_callback_info info);
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dnight_session.h70 int32_t GetExposure(uint32_t &exposureValue);
H A Dtime_lapse_photo_session.h103 int32_t GetExposure(uint32_t& result);
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dnight_session_napi.cpp49 DECLARE_NAPI_FUNCTION("getExposure", NightSessionNapi::GetExposure), in Init()
140 napi_value NightSessionNapi::GetExposure(napi_env env, napi_callback_info info) in GetExposure() function in OHOS::CameraStandard::NightSessionNapi
142 MEDIA_DEBUG_LOG("GetExposure is called"); in GetExposure()
156 int32_t retCode = nightSessionNapi->nightSession_->GetExposure(exposureValue); in GetExposure()
160 MEDIA_DEBUG_LOG("GetExposure : exposure = %{public}d", exposureValue); in GetExposure()
163 MEDIA_ERR_LOG("GetExposure call Failed!"); in GetExposure()
H A Dtime_lapse_photo_session_napi.cpp220 DECLARE_NAPI_FUNCTION("getExposure", GetExposure),
515 napi_value TimeLapsePhotoSessionNapi::GetExposure(napi_env env, napi_callback_info info) in GetExposure() function in OHOS::CameraStandard::TimeLapsePhotoSessionNapi
527 int32_t ret = obj->timeLapsePhotoSession_->GetExposure(exposure); in GetExposure()
/foundation/graphic/graphic_3d/kits/js/src/
H A DToneMapJS.cpp86 node_props.emplace_back(GetSetProperty<float, ToneMapJS, &ToneMapJS::GetExposure, in Init()
224 napi_value ToneMapJS::GetExposure(NapiApi::FunctionContext<>& ctx) in GetExposure() function in ToneMapJS
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp86 int32_t NightSession::GetExposure(uint32_t &exposureValue) in GetExposure() function in OHOS::CameraStandard::NightSession
89 "NightSession::GetExposure Session is not Commited"); in GetExposure()
92 "NightSession::GetExposure camera device is null"); in GetExposure()
95 "NightSession::GetExposure camera deviceInfo is null"); in GetExposure()
101 MEDIA_ERR_LOG("NightSession::GetExposure Failed with return code %{public}d", ret); in GetExposure()
105 "NightSession::GetExposure Failed with return code %{public}d", ret); in GetExposure()
H A Dtime_lapse_photo_session.cpp382 int32_t TimeLapsePhotoSession::GetExposure(uint32_t& result) in GetExposure() function in OHOS::CameraStandard::TimeLapsePhotoSession
385 "TimeLapsePhotoSession::GetExposure Session is not Commited"); in GetExposure()
388 "TimeLapsePhotoSession::GetExposure camera device is null"); in GetExposure()
391 "TimeLapsePhotoSession::GetExposure camera deviceInfo is null"); in GetExposure()
396 "TimeLapsePhotoSession::GetExposure Failed with return code %{public}d", ret); in GetExposure()
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp182 session->GetExposure(exposure); in TestManualExposure()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7993 EXPECT_EQ(nightSession->GetExposure(exposureValue), SESSION_NOT_CONFIG); in HWTEST_F()
8015 EXPECT_EQ(nightSession->GetExposure(exposureValue), SESSION_NOT_CONFIG); in HWTEST_F()
9806 EXPECT_EQ(nightSession->GetExposure(manulExposure), 0); in HWTEST_F()
12129 status = session->GetExposure(exposure); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6996 EXPECT_EQ(nightSession->GetExposure(exposureValue), CameraErrorCode::INVALID_ARGUMENT); in HWTEST_F()

Completed in 37 milliseconds