Home
last modified time | relevance | path

Searched refs:exposureDurationValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dprofession_session_napi.cpp364 uint32_t exposureDurationValue; in GetExposureDuration() local
365 … retCode = professionSessionNapi->professionSession_->GetSensorExposureTime(exposureDurationValue); in GetExposureDuration()
369 … MEDIA_DEBUG_LOG("GetExposureDuration : exposureDuration = %{public}d", exposureDurationValue); in GetExposureDuration()
370 napi_create_uint32(env, exposureDurationValue, &result); in GetExposureDuration()
393 uint32_t exposureDurationValue; in SetExposureDuration() local
394 napi_get_value_uint32(env, argv[PARAM0], &exposureDurationValue); in SetExposureDuration()
395 … MEDIA_DEBUG_LOG("SetExposureDuration : exposureDuration = %{public}d", exposureDurationValue); in SetExposureDuration()
397 … retCode = professionSessionNapi->professionSession_->SetSensorExposureTime(exposureDurationValue); in SetExposureDuration()
913 napi_create_uint32(env_, info.exposureDurationValue, &value); in OnExposureInfoChangedCallback()
922 … MEDIA_DEBUG_LOG("OnExposureInfoChanged is called, info: %{public}d", info.exposureDurationValue); in OnExposureInfoChanged()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h391 uint32_t exposureDurationValue; member
H A Dcapture_session.h306 uint32_t exposureDurationValue; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp102 .exposureDurationValue = value, in ProcessExposureChange()
H A Dprofession_session.cpp798 .exposureDurationValue = value, in ProcessSensorExposureTimeChange()
H A Dcapture_session.cpp2365 arStatusInfo.exposureDurationValue = value; in ProcessAREngineUpdates()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12072 EXPECT_EQ(info.exposureDurationValue, 1); in OnExposureInfoChanged()