Home
last modified time | relevance | path

Searched defs:effectMode (Results 1 – 19 of 19) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiostream/test/unittest/stream_test/src/
Daudio_stream_unit_test.cpp416 AudioEffectMode effectMode = AudioEffectMode::EFFECT_NONE; variable
430 AudioEffectMode effectMode = AudioEffectMode::EFFECT_DEFAULT; variable
446 AudioEffectMode effectMode = audioStream_->GetAudioEffectMode(); variable
461 AudioEffectMode effectMode = audioStream_->GetAudioEffectMode(); variable
474 AudioEffectMode effectMode = audioStream_->GetAudioEffectMode(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_paint_property.cpp51 auto effectMode = json->GetString("effectMode"); in FromJson() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
Daudio_effect_chain_manager.h63 std::string effectMode; variable
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
Daudio_effect_chain_manager.cpp72 bool EffectChainManagerExist(const char *sceneType, const char *effectMode) in EffectChainManagerExist()
485 std::string effectMode = AUDIO_SUPPORTED_SCENE_MODES.find(EFFECT_DEFAULT)->second; in CreateAudioEffectChain() local
492 int32_t AudioEffectChainManager::SetAudioEffectChain(std::string sceneType, std::string effectMode) in SetAudioEffectChain()
540 bool AudioEffectChainManager::ExistAudioEffectChain(std::string sceneType, std::string effectMode) in ExistAudioEffectChain()
/foundation/multimedia/player_framework/services/services/engine_intf/
Di_player_engine.h121 virtual int32_t SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/audiosink/src/
Daudio_sink_sv_impl.cpp250 OHOS::AudioStandard::AudioEffectMode effectMode = DisableAudioEffectBySysParam() ? in Prepare() local
512 int32_t AudioSinkSvImpl::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
523 int32_t AudioSinkSvImpl::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server.h163 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; member
Dplayer_server.cpp1037 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; in SetParameter() local
1052 int32_t PlayerServer::SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode()
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
Di_audio_stream.h57 AudioEffectMode effectMode; member
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
Dplayer_server_mem.h126 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; member
/foundation/multimedia/audio_framework/services/audio_service/client/include/
Daudio_service_client.h590 AudioEffectMode effectMode; variable
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Dfast_audio_stream.cpp358 int32_t FastAudioStream::SetAudioEffectMode(AudioEffectMode effectMode) in SetAudioEffectMode()
Daudio_stream.cpp905 int32_t AudioStream::SetAudioEffectMode(AudioEffectMode effectMode) in SetAudioEffectMode()
Daudio_service_client.cpp2885 const std::string AudioServiceClient::GetEffectModeName(AudioEffectMode effectMode) in GetEffectModeName()
/foundation/multimedia/player_framework/services/engine/gstreamer/player/
Dplayer_engine_gst_impl.cpp879 int32_t PlayerEngineGstImpl::SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
Daudio_renderer_unit_test.cpp4895 AudioEffectMode effectMode = audioRenderer->GetAudioEffectMode(); variable
4917 AudioEffectMode effectMode = audioRenderer->GetAudioEffectMode(); variable
4935 AudioEffectMode effectMode = audioRenderer->GetAudioEffectMode(); variable
/foundation/multimedia/player_framework/services/engine/gstreamer/common/playbin_adapter/
Dplaybin_ctrler_base.cpp404 int32_t PlayBinCtrlerBase::SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp1517 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; in JsSetAudioEffectMode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/
Dswiper_test_ng.cpp569 for (const auto& effectMode : SWIPER_PAINT_PROPERTY_EDGE_EFFECT) { variable