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 D | changelogs-multimedia.md | 67 ## cl.multimedia.2 EffectSuggestionType行为变更 95 EffectSuggestionType/camera组件
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 127 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.ts | 3201 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 D | changelogs-multimedia.md | 66 ## cl.multimedia.2 EffectSuggestionType Behavior Changed 94 EffectSuggestionType/camera component
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 351 size_t max = EffectSuggestionType::EFFECT_SUGGESTION_SUNRISE_SUNSET + NUM_2; in TestAperture() 354 static_cast<EffectSuggestionType>(data.ReadInt32() % max), in TestAperture() 360 …EffectSuggestionType effectSuggestionType = static_cast<EffectSuggestionType>(data.ReadInt32() % m… in TestAperture()
|
H A D | capture_session_fuzzer.h | 80 void OnEffectSuggestionChange(EffectSuggestionType effectSuggestionType) override {} in OnEffectSuggestionChange()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/ |
H A D | camera_session_napi.h | 198 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 D | capture_session.cpp | 129 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 D | camera_session_napi.cpp | 712 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 D | camera_framework_moduletest.cpp | 11490 …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…
|