Home
last modified time | relevance | path

Searched refs:OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp59 {OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES, SKIN_TONE}
156 {SKIN_TONE, OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES}
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dfront_camera_tag_uttest_v1_1.cpp163 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES, &entry);
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_device_ability_items.h1563 OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES, enumerator
H A Dcamera_metadata_item_info.h393 [OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES -
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_mode.cpp80 {SKIN_TONE, OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES}
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_info.cpp243 OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3279 if (beautyTypeAbility == OHOS_ABILITY_BEAUTY_SKIN_TONE_VALUES) { in GetSupportedBeautyRange()