Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_const.h138 extern const std::unordered_map<BeautyType, camera_beauty_type_t> g_fwkBeautyTypeMap_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp145 const std::unordered_map<BeautyType, camera_beauty_type_t> g_fwkBeautyTypeMap_ = { variable
H A Dcamera_ability_builder.cpp146 for (auto it : g_fwkBeautyTypeMap_) { in SetOtherTag()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3395 auto itrType = g_fwkBeautyTypeMap_.find(beautyType); in SetBeauty()
3396 if (itrType != g_fwkBeautyTypeMap_.end()) { in SetBeauty()