/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_stream_manager.cpp | 120 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 D | i_audio_stream.cpp | 114 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 D | audio_policy_manager_stub.cpp | 883 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 D | audio_policy_server.cpp | 2106 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 D | audio_effect_manager.h | 38 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 D | audio_policy_ext_unit_test.cpp | 263 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 D | audio_effect_manager.cpp | 55 …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 D | audio_policy_base.h | 213 virtual int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) = 0;
|
H A D | audio_policy_proxy.h | 211 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) override;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_proxy.cpp | 1166 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 D | audio_policy_manager.h | 289 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_policy_proxy.cpp | 1518 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 D | audio_policy_manager.cpp | 1421 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 D | audio_policy_server.h | 292 int32_t QueryEffectSceneMode(SupportedEffectConfig &supportedEffectConfig) override;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/ |
H A D | audio_policy_service.h | 376 int32_t QueryEffectManagerSceneMode(SupportedEffectConfig &supportedEffectConfig);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 4924 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()
|