Home
last modified time | relevance | path

Searched refs:metaLightPaintingTypeMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dlight_painting_session.cpp46 … auto itr = metaLightPaintingTypeMap_.find(static_cast<CameraLightPaintingType>(item.data.u8[i])); in GetSupportedLightPaintings()
47 if (itr != metaLightPaintingTypeMap_.end()) { in GetSupportedLightPaintings()
H A Dcapture_session.cpp181 CaptureSession::metaLightPaintingTypeMap_ = { member in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1839 …tic const std::unordered_map<CameraLightPaintingType, LightPaintingType> metaLightPaintingTypeMap_; variable