Home
last modified time | relevance | path

Searched refs:GetSupportedExposureRange (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dnight_session_napi.h37 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
H A Dtime_lapse_photo_session_napi.h90 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dnight_session_napi.cpp48 … DECLARE_NAPI_FUNCTION("getSupportedExposureRange", NightSessionNapi::GetSupportedExposureRange), in Init()
103 napi_value NightSessionNapi::GetSupportedExposureRange(napi_env env, napi_callback_info info) in GetSupportedExposureRange() function in OHOS::CameraStandard::NightSessionNapi
H A Dtime_lapse_photo_session_napi.cpp222 DECLARE_NAPI_FUNCTION("getSupportedExposureRange", GetSupportedExposureRange),
562 napi_value TimeLapsePhotoSessionNapi::GetSupportedExposureRange(napi_env env, napi_callback_info in… in GetSupportedExposureRange() function in OHOS::CameraStandard::TimeLapsePhotoSessionNapi
574 int32_t ret = obj->timeLapsePhotoSession_->GetSupportedExposureRange(range); in GetSupportedExposureRange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability.h56 std::vector<uint32_t> GetSupportedExposureRange();
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h86 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/
H A Dcamera_ability_napi.cpp102 …DECLARE_NAPI_FUNCTION("getSupportedExposureRange", CameraFunctionsNapi::GetSupportedExposureRange),
591 napi_value CameraFunctionsNapi::GetSupportedExposureRange(napi_env env, napi_callback_info info) in GetSupportedExposureRange() function in OHOS::CameraStandard::CameraFunctionsNapi
600 return ability->GetSupportedExposureRange(); in GetSupportedExposureRange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dtime_lapse_photo_session.h105 int32_t GetSupportedExposureRange(vector<uint32_t>& result);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp144 std::vector<uint32_t> CameraAbility::GetSupportedExposureRange() in GetSupportedExposureRange() function in OHOS::CameraStandard::CameraAbility
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp171 session->GetSupportedExposureRange(exposureRange); in TestManualExposure()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp441 int32_t TimeLapsePhotoSession::GetSupportedExposureRange(vector<uint32_t>& result) in GetSupportedExposureRange() function in OHOS::CameraStandard::TimeLapsePhotoSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12169 status = session->GetSupportedExposureRange(exposureRange);