Home
last modified time | relevance | path

Searched refs:camera_exposure_hint_mode_enum_t (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h63 } camera_exposure_hint_mode_enum_t; typedef
375 …static const std::unordered_map<camera_exposure_hint_mode_enum_t, ExposureHintMode> metaExposureHi…
376 …static const std::unordered_map<ExposureHintMode, camera_exposure_hint_mode_enum_t> fwkExposureHin…
H A Dtime_lapse_photo_session.h61 …static const unordered_map<ExposureHintMode, camera_exposure_hint_mode_enum_t> fwkExposureHintMode…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dprofession_session.cpp72 const std::unordered_map<camera_exposure_hint_mode_enum_t, ExposureHintMode>
78 const std::unordered_map<ExposureHintMode, camera_exposure_hint_mode_enum_t>
416 …auto itr = metaExposureHintModeMap_.find(static_cast<camera_exposure_hint_mode_enum_t>(item.data.u… in GetSupportedExposureHintModes()
470 …auto itr = metaExposureHintModeMap_.find(static_cast<camera_exposure_hint_mode_enum_t>(item.data.u… in GetExposureHintMode()
H A Dtime_lapse_photo_session.cpp332 const unordered_map<ExposureHintMode, camera_exposure_hint_mode_enum_t>