Home
last modified time | relevance | path

Searched refs:supportedEffectConfig (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_stream_manager.cpp120 static void UpdateEffectInfoArray(SupportedEffectConfig &supportedEffectConfig, in UpdateEffectInfoArray() argument
125 for (j = 0; j < supportedEffectConfig.postProcessNew.stream[i].streamEffectMode.size(); j++) { in UpdateEffectInfoArray()
126 …audioEffectMode = effectModeMap.at(supportedEffectConfig.postProcessNew.stream[i].streamEffectMode… in UpdateEffectInfoArray()
145 SupportedEffectConfig supportedEffectConfig; in GetEffectInfoArray() local
146 int32_t ret = AudioPolicyManager::GetInstance().QueryEffectSceneMode(supportedEffectConfig); in GetEffectInfoArray()
147 uint32_t streamNum = supportedEffectConfig.postProcessNew.stream.size(); in GetEffectInfoArray()
151 if (effectScene == supportedEffectConfig.postProcessNew.stream[i].scene) { in GetEffectInfoArray()
152 UpdateEffectInfoArray(supportedEffectConfig, i, audioSceneEffectInfo); in GetEffectInfoArray()
H A Di_audio_stream.cpp114 SupportedEffectConfig supportedEffectConfig; in GetEffectSceneName() local
115 AudioPolicyManager::GetInstance().QueryEffectSceneMode(supportedEffectConfig); in GetEffectSceneName()
123 if (supportedEffectConfig.postProcessNew.stream.empty()) { in GetEffectSceneName()
129 return supportedEffectConfig.postProcessNew.stream.back().scene; in GetEffectSceneName()
131 for (const SceneMappingItem &item: supportedEffectConfig.postProcessSceneMap) { in GetEffectSceneName()
136 return supportedEffectConfig.postProcessNew.stream.back().scene; in GetEffectSceneName()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_stub.cpp883 reply.WriteString(supportedEffectConfig.preProcessNew.stream[i].scene); in PreprocessProcess()
888 PreprocessMode(supportedEffectConfig, reply, i, j); in PreprocessProcess()
907 reply.WriteString(supportedEffectConfig.postProcessNew.stream[i].scene); in PostprocessProcess()
912 PostprocessMode(supportedEffectConfig, reply, i, j); in PostprocessProcess()
920 SupportedEffectConfig supportedEffectConfig; in QueryEffectSceneModeInternal() local
924 uint32_t countPre = supportedEffectConfig.preProcessNew.stream.size(); in QueryEffectSceneModeInternal()
925 uint32_t countPost = supportedEffectConfig.postProcessNew.stream.size(); in QueryEffectSceneModeInternal()
926 uint32_t countPostMap = supportedEffectConfig.postProcessSceneMap.size(); in QueryEffectSceneModeInternal()
932 PreprocessProcess(supportedEffectConfig, reply, i); in QueryEffectSceneModeInternal()
937 PostprocessProcess(supportedEffectConfig, reply, i); in QueryEffectSceneModeInternal()
[all …]
H A Daudio_policy_server.cpp2106 int32_t AudioPolicyServer::QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) in QueryEffectSceneMode() argument
2108 int32_t ret = audioPolicyService_.QueryEffectManagerSceneMode(supportedEffectConfig); in QueryEffectSceneMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/effect/
H A Daudio_effect_manager.h38 void GetSupportedEffectConfig(SupportedEffectConfig &supportedEffectConfig);
45 int32_t QueryEffectManagerSceneMode(SupportedEffectConfig &supportedEffectConfig);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_ext_unit_test.cpp263 SupportedEffectConfig supportedEffectConfig; variable
264 int32_t ret = AudioPolicyManager::GetInstance().QueryEffectSceneMode(supportedEffectConfig);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp55 …t32_t AudioEffectManager::QueryEffectManagerSceneMode(SupportedEffectConfig &supportedEffectConfig) in QueryEffectManagerSceneMode() argument
57 supportedEffectConfig = supportedEffectConfig_; in QueryEffectManagerSceneMode()
61 void AudioEffectManager::GetSupportedEffectConfig(SupportedEffectConfig &supportedEffectConfig) in GetSupportedEffectConfig() argument
63 supportedEffectConfig = supportedEffectConfig_; in GetSupportedEffectConfig()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_base.h213 virtual int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) = 0;
H A Daudio_policy_proxy.h211 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1166 int32_t AudioPolicyProxy::QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) in QueryEffectSceneMode() argument
1191 supportedEffectConfig.preProcessNew = preProcessNew; in QueryEffectSceneMode()
1200 supportedEffectConfig.postProcessNew = postProcessNew; in QueryEffectSceneMode()
1207 supportedEffectConfig.postProcessSceneMap.push_back(item); in QueryEffectSceneMode()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/include/
H A Daudio_policy_manager.h289 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_proxy.cpp1518 int32_t AudioPolicyProxy::QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) in QueryEffectSceneMode() argument
1543 supportedEffectConfig.preProcessNew = preProcessNew; in QueryEffectSceneMode()
1552 supportedEffectConfig.postProcessNew = postProcessNew; in QueryEffectSceneMode()
1559 supportedEffectConfig.postProcessSceneMap.push_back(item); in QueryEffectSceneMode()
H A Daudio_policy_manager.cpp1421 int32_t AudioPolicyManager::QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) in QueryEffectSceneMode() argument
1425 int error = gsp->QueryEffectSceneMode(supportedEffectConfig); in QueryEffectSceneMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h292 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h376 int32_t QueryEffectManagerSceneMode(SupportedEffectConfig &supportedEffectConfig);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp4924 SupportedEffectConfig supportedEffectConfig; in LoadEffectLibrary() local
4925 audioEffectManager_.GetSupportedEffectConfig(supportedEffectConfig); in LoadEffectLibrary()
4932 bool ret = gsp->CreateEffectChainManager(supportedEffectConfig.effectChains, in LoadEffectLibrary()
4938 …AudioSpatializationService::GetAudioSpatializationService().Init(supportedEffectConfig.effectChain… in LoadEffectLibrary()
7098 …t32_t AudioPolicyService::QueryEffectManagerSceneMode(SupportedEffectConfig& supportedEffectConfig) in QueryEffectManagerSceneMode() argument
7100 int32_t ret = audioEffectManager_.QueryEffectManagerSceneMode(supportedEffectConfig); in QueryEffectManagerSceneMode()