/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/ |
H A D | hm_symbol_node_build_test.cpp | 132 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable 133 SymbolNodeBuild symbolNode = SymbolNodeBuild(animationSetting, symbol, effectMode, offset); 153 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable 188 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable 213 RSEffectStrategy effectMode = RSEffectStrategy::BOUNCE; variable 238 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable 263 RSEffectStrategy effectMode = RSEffectStrategy::BOUNCE; variable 287 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable 295 effectMode = RSEffectStrategy::REPLACE_DISAPPEAR; 326 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | hm_symbol_run.cpp | 131 RSEffectStrategy effectMode = symbolTxt.GetEffectStrategy(); in SymbolAnimation() local 133 if (effectMode == RSEffectStrategy::NONE) { in SymbolAnimation() 138 if (animationMode == 0 || effectMode == RSEffectStrategy::VARIABLE_COLOR) { in SymbolAnimation() 139 if (!GetAnimationGroups(glyphid, effectMode, animationSetting)) { in SymbolAnimation() 145 if (std::find(COMMON_ANIMATION_TYPES.begin(), COMMON_ANIMATION_TYPES.end(), effectMode) != in SymbolAnimation() 150 SymbolNodeBuild symbolNode = SymbolNodeBuild(animationSetting, symbol, effectMode, offset); in SymbolAnimation() 162 auto effectMode = RSEffectStrategy::NONE; in ClearSymbolAnimation() local 165 SymbolNodeBuild symbolNode = SymbolNodeBuild(animationSetting, symbol, effectMode, offset); in ClearSymbolAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_engine/ |
H A D | hm_symbol_run.cpp | 121 const std::pair<double, double> offset, const RSEffectStrategy effectMode) in SymbolAnimation() argument 123 if (effectMode == RSEffectStrategy::NONE) { in SymbolAnimation() 129 bool check = GetAnimationGroups(glyohId, effectMode, animationSetting); in SymbolAnimation() 130 if ((!check) && static_cast<int>(effectMode) != scaleType) { in SymbolAnimation() 133 SymbolNodeBuild symbolNode = SymbolNodeBuild(animationSetting, symbol, effectMode, offset); in SymbolAnimation() 145 auto effectMode = RSEffectStrategy::NONE; in ClearSymbolAnimation() local 148 SymbolNodeBuild symbolNode = SymbolNodeBuild(animationSetting, symbol, effectMode, offset); in ClearSymbolAnimation()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 156 virtual int32_t SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode() argument 158 (void)effectMode; in SetAudioEffectMode() 161 virtual int32_t GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode() argument 163 (void)effectMode; in GetAudioEffectMode()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/ |
H A D | audio_effect_chain_manager_unit_test.cpp | 242 string effectMode = "EFFECT_DEFAULT"; variable 245 …bool result = AudioEffectChainManager::GetInstance()->ExistAudioEffectChain(sceneType, effectMode, 259 string effectMode = "EFFECT_DEFAULT"; variable 265 …bool result = AudioEffectChainManager::GetInstance()->ExistAudioEffectChain(sceneType, effectMode, 279 string effectMode = ""; variable 285 …bool result = AudioEffectChainManager::GetInstance()->ExistAudioEffectChain(sceneType, effectMode, 299 string effectMode = "123"; variable 305 …bool result = AudioEffectChainManager::GetInstance()->ExistAudioEffectChain(sceneType, effectMode, 319 string effectMode = "EFFECT_DEFAULT"; variable 324 …bool result = AudioEffectChainManager::GetInstance()->ExistAudioEffectChain(sceneType, effectMode,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_property.cpp | 55 auto effectMode = json->GetString("effectMode"); in FromJson() local 57 auto iter = uMap.find(effectMode); in FromJson()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | ipc_stream_stub.cpp | 298 int32_t effectMode = data.ReadInt32(); in HandleSetAudioEffectMode() local 299 reply.WriteInt32(SetAudioEffectMode(effectMode)); in HandleSetAudioEffectMode() 307 int32_t effectMode = -1; in HandleGetAudioEffectMode() local 308 reply.WriteInt32(GetAudioEffectMode(effectMode)); in HandleGetAudioEffectMode() 309 reply.WriteInt32(effectMode); in HandleGetAudioEffectMode()
|
H A D | ipc_stream_in_server.cpp | 335 int32_t IpcStreamInServer::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode() argument 338 return rendererInServer_->SetAudioEffectMode(effectMode); in SetAudioEffectMode() 344 int32_t IpcStreamInServer::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode() argument 347 return rendererInServer_->GetAudioEffectMode(effectMode); in GetAudioEffectMode()
|
H A D | pa_renderer_stream_impl.cpp | 597 int32_t PaRendererStreamImpl::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode() argument 599 AUDIO_INFO_LOG("SetAudioEffectMode: %{public}d", effectMode); in SetAudioEffectMode() 605 effectMode_ = effectMode; in SetAudioEffectMode() 624 const std::string PaRendererStreamImpl::GetEffectModeName(int32_t effectMode) in GetEffectModeName() argument 627 switch (effectMode) { in GetEffectModeName() 639 int32_t PaRendererStreamImpl::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode() argument 641 effectMode = effectMode_; in GetAudioEffectMode()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/ |
H A D | audio_sink_plugin.h | 119 virtual Status GetAudioEffectMode(int32_t &effectMode) = 0; 131 virtual Status SetAudioEffectMode(int32_t effectMode) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_sink_filter.cpp | 259 Status AudioSinkFilter::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode() argument 264 Status res = audioSink_->SetAudioEffectMode(effectMode); in SetAudioEffectMode() 268 Status AudioSinkFilter::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode() argument 272 Status res = audioSink_->GetAudioEffectMode(effectMode); in GetAudioEffectMode()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | i_renderer_stream.h | 38 virtual int32_t SetAudioEffectMode(int32_t effectMode) = 0; 39 virtual int32_t GetAudioEffectMode(int32_t &effectMode) = 0;
|
H A D | pa_renderer_stream_impl.h | 41 int32_t SetAudioEffectMode(int32_t effectMode) override; 42 int32_t GetAudioEffectMode(int32_t &effectMode) override; 87 const std::string GetEffectModeName(int32_t effectMode);
|
H A D | ipc_stream_in_server.h | 88 int32_t SetAudioEffectMode(int32_t effectMode) override; // renderer only 90 int32_t GetAudioEffectMode(int32_t &effectMode) override; // renderer only
|
H A D | pro_renderer_stream_impl.h | 45 int32_t SetAudioEffectMode(int32_t effectMode) override; 46 int32_t GetAudioEffectMode(int32_t &effectMode) override;
|
H A D | renderer_in_server.h | 63 int32_t SetAudioEffectMode(int32_t effectMode); 64 int32_t GetAudioEffectMode(int32_t &effectMode);
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/audio_renderer/ |
H A D | native_audiorenderer.h | 342 OH_AudioStream_AudioEffectMode* effectMode); 354 OH_AudioStream_AudioEffectMode effectMode);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | ipc_stream_proxy.h | 66 int32_t SetAudioEffectMode(int32_t effectMode) override; // renderer only 68 int32_t GetAudioEffectMode(int32_t &effectMode) override; // renderer only
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | ipc_stream.h | 73 virtual int32_t SetAudioEffectMode(int32_t effectMode) = 0; // renderer only 75 virtual int32_t GetAudioEffectMode(int32_t &effectMode) = 0; // renderer only
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | audio_sink_filter.h | 72 Status SetAudioEffectMode(int32_t effectMode); 74 Status GetAudioEffectMode(int32_t &effectMode);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_adapter.cpp | 78 bool EffectChainManagerExist(const char *sceneType, const char *effectMode, const char *spatializat… in EffectChainManagerExist() argument 87 if (effectMode) { in EffectChainManagerExist() 88 effectModeString = effectMode; in EffectChainManagerExist()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 152 lastErrMsg_.c_str(), config_.speedMode, config_.looping?"true":"false", config_.effectMode, in Init() 513 if (config_.effectMode != OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT) { in HandlePrepare() 516 int ret = playerEngine_->SetAudioEffectMode(config_.effectMode); in HandlePrepare() 1386 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; in SetParameter() local 1388 return SetAudioEffectMode(effectMode); in SetParameter() 1395 config_.effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; in SetParameter() 1401 int32_t PlayerServer::SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode() argument 1407 CHECK_AND_RETURN_RET_LOG(effectMode <= OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT && in SetAudioEffectMode() 1408 effectMode >= OHOS::AudioStandard::AudioEffectMode::EFFECT_NONE, MSERR_INVALID_VAL, in SetAudioEffectMode() 1410 int32_t ret = playerEngine_->SetAudioEffectMode(effectMode); in SetAudioEffectMode() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 1777 static int32_t UpdateEffectMode(int32_t fileId, int32_t effectMode) in UpdateEffectMode() argument 1788 updateValues.PutInt(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, effectMode); in UpdateEffectMode() 2202 const shared_ptr<FileAsset>& fileAsset, int32_t& effectMode) in IsNeedRevertEffectMode() argument 2216 ProcessEditedEffectMode(cmd, effectMode); in IsNeedRevertEffectMode() 2225 updateValues.PutInt(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, effectMode); in ProcessEditedEffectMode() 2237 int32_t effectMode{0}; in RevertToOriginalEffectMode() local 2238 if (!IsNeedRevertEffectMode(cmd, fileAsset, effectMode)) { in RevertToOriginalEffectMode() 2243 updateValues.PutInt(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, effectMode); in RevertToOriginalEffectMode() 2396 int32_t effectMode; in IsSetEffectMode() local 2910 int32_t effectMode = -1; in SubmitEffectModeExecute() local [all …]
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | audio-effect-management.md | 59 audioRenderer.getAudioEffectMode((err: BusinessError, effectMode: audio.AudioEffectMode) => { 64 console.info(`getAudioEffectMode: ${effectMode}`);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRenderer.cpp | 305 OH_AudioStream_AudioEffectMode *effectMode) in OH_AudioRenderer_GetEffectMode() argument 309 *effectMode = (OH_AudioStream_AudioEffectMode)audioRenderer->GetEffectMode(); in OH_AudioRenderer_GetEffectMode() 314 OH_AudioStream_AudioEffectMode effectMode) in OH_AudioRenderer_SetEffectMode() argument 318 audioRenderer->SetEffectMode((OHOS::AudioStandard::AudioEffectMode)effectMode); in OH_AudioRenderer_SetEffectMode() 596 int32_t OHAudioRenderer::SetEffectMode(AudioEffectMode effectMode) in SetEffectMode() argument 599 return audioRenderer_->SetAudioEffectMode(effectMode); in SetEffectMode()
|