Home
last modified time | relevance | path

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

/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_device_ability_items.h2491 enum CameraEffectSuggestionType { enum
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1937 …static const std::unordered_map<CameraEffectSuggestionType, EffectSuggestionType> metaEffectSugges…
1938 …static const std::unordered_map<EffectSuggestionType, CameraEffectSuggestionType> fwkEffectSuggest…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp129 const std::unordered_map<CameraEffectSuggestionType, EffectSuggestionType>
138 const std::unordered_map<EffectSuggestionType, CameraEffectSuggestionType>
2317 …auto itr = metaEffectSuggestionTypeMap_.find(static_cast<CameraEffectSuggestionType>(item.data.u8[… in ProcessEffectSuggestionTypeUpdates()
5220 static_cast<CameraEffectSuggestionType>(effectSuggestionList[j])); in GetSupportedEffectSuggestionType()