Home
last modified time | relevance | path

Searched refs:EffectSuggestionType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md67 ## cl.multimedia.2 EffectSuggestionType行为变更
95 EffectSuggestionType/camera组件
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h127 enum EffectSuggestionType { enum
321 virtual void OnEffectSuggestionChange(EffectSuggestionType effectSuggestionType) = 0;
323 EffectSuggestionType currentType = EffectSuggestionType::EFFECT_SUGGESTION_NONE;
369 EffectSuggestionType type;
1462 std::vector<EffectSuggestionType> GetSupportedEffectSuggestionType();
1477 int32_t UpdateEffectSuggestion(EffectSuggestionType effectSuggestionType, bool isEnable);
1937 …static const std::unordered_map<CameraEffectSuggestionType, EffectSuggestionType> metaEffectSugges…
1938 …static const std::unordered_map<EffectSuggestionType, CameraEffectSuggestionType> fwkEffectSuggest…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts3201 getSupportedEffectSuggestionTypes(): Array<EffectSuggestionType>;
3229 updateEffectSuggestion(type: EffectSuggestionType, enabled: boolean): void;
4686 on(type: 'effectSuggestionChange', callback: AsyncCallback<EffectSuggestionType>): void;
4697 off(type: 'effectSuggestionChange', callback?: AsyncCallback<EffectSuggestionType>): void;
6702 on(type: 'effectSuggestionChange', callback: AsyncCallback<EffectSuggestionType>): void;
6714 off(type: 'effectSuggestionChange', callback?: AsyncCallback<EffectSuggestionType>): void;
7293 enum EffectSuggestionType {
7354 type: EffectSuggestionType;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md66 ## cl.multimedia.2 EffectSuggestionType Behavior Changed
94 EffectSuggestionType/camera component
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp351 size_t max = EffectSuggestionType::EFFECT_SUGGESTION_SUNRISE_SUNSET + NUM_2; in TestAperture()
354 static_cast<EffectSuggestionType>(data.ReadInt32() % max), in TestAperture()
360EffectSuggestionType effectSuggestionType = static_cast<EffectSuggestionType>(data.ReadInt32() % m… in TestAperture()
H A Dcapture_session_fuzzer.h80 void OnEffectSuggestionChange(EffectSuggestionType effectSuggestionType) override {} in OnEffectSuggestionChange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h198 void OnEffectSuggestionChange(EffectSuggestionType effectSuggestionType) override;
201 void OnEffectSuggestionCallback(EffectSuggestionType effectSuggestionType) const;
202 void OnEffectSuggestionCallbackAsync(EffectSuggestionType effectSuggestionType) const;
206 EffectSuggestionType effectSuggestionType_;
208 EffectSuggestionCallbackInfo(EffectSuggestionType effectSuggestionType, in EffectSuggestionCallbackInfo()
/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>
2319 EffectSuggestionType type = itr->second; in ProcessEffectSuggestionTypeUpdates()
5204 std::vector<EffectSuggestionType> CaptureSession::GetSupportedEffectSuggestionType() in GetSupportedEffectSuggestionType()
5206 std::vector<EffectSuggestionType> supportedEffectSuggestionList = {}; in GetSupportedEffectSuggestionType()
5245 uint8_t type = fwkEffectSuggestionTypeMap_.at(EffectSuggestionType::EFFECT_SUGGESTION_NONE); in SetEffectSuggestionStatus()
5266 int32_t CaptureSession::UpdateEffectSuggestion(EffectSuggestionType effectSuggestionType, bool isEn… in UpdateEffectSuggestion()
5273 uint8_t type = fwkEffectSuggestionTypeMap_.at(EffectSuggestionType::EFFECT_SUGGESTION_NONE); in UpdateEffectSuggestion()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp712 void EffectSuggestionCallbackListener::OnEffectSuggestionCallbackAsync(EffectSuggestionType effectS… in OnEffectSuggestionCallbackAsync()
745 void EffectSuggestionCallbackListener::OnEffectSuggestionCallback(EffectSuggestionType effectSugges… in OnEffectSuggestionCallback()
756 void EffectSuggestionCallbackListener::OnEffectSuggestionChange(EffectSuggestionType effectSuggesti… in OnEffectSuggestionChange()
3735 std::vector<EffectSuggestionType> effectSuggestionTypeList = in GetSupportedEffectSuggestionType()
3765 effectSuggestionStatus.type = static_cast<EffectSuggestionType>(intValue); in ParseEffectSuggestionStatus()
3838 auto effectSuggestionType = (EffectSuggestionType)value; in UpdateEffectSuggestion()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11490 …std::vector<EffectSuggestionType> supportedTypeList = session_->GetSupportedEffectSuggestionType();
11499 {{EffectSuggestionType::EFFECT_SUGGESTION_NONE, false},
11500 {EffectSuggestionType::EFFECT_SUGGESTION_PORTRAIT, true},
11501 {EffectSuggestionType::EFFECT_SUGGESTION_FOOD, false},
11502 {EffectSuggestionType::EFFECT_SUGGESTION_SKY, false},
11503 {EffectSuggestionType::EFFECT_SUGGESTION_SUNRISE_SUNSET, false}};
11507 …intResult = session_->UpdateEffectSuggestion(EffectSuggestionType::EFFECT_SUGGESTION_PORTRAIT, fal…