Home
last modified time | relevance | path

Searched refs:sceneTypeToSessionIDMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_manager.cpp77 sceneTypeToSessionIDMap_.clear(); in AudioEffectChainManager()
519 for (auto it = sceneTypeToSessionIDMap_.begin(); it != sceneTypeToSessionIDMap_.end(); ++it) { in EffectDspVolumeUpdate()
678 for (auto it = sceneTypeToSessionIDMap_.begin(); it != sceneTypeToSessionIDMap_.end(); it++) { in EffectApRotationUpdate()
812 for (auto& scenePair : sceneTypeToSessionIDMap_) { in ReturnEffectChannelInfo()
830 for (auto it = sceneTypeToSessionIDMap_.begin(); it != sceneTypeToSessionIDMap_.end(); it++) { in ReturnMultiChannelInfo()
870 if (!sceneTypeToSessionIDMap_.count(sceneType)) { in SessionInfoMapDelete()
875 sceneTypeToSessionIDMap_.erase(sceneType); in SessionInfoMapDelete()
1118 sceneTypeToSessionIDMap_.clear(); in ResetInfo()
1139 for (auto& scenePair : sceneTypeToSessionIDMap_) { in UpdateDefaultAudioEffect()
1176 if (it != sceneTypeToSessionIDMap_.end()) { in UpdateStreamUsage()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h182 std::map<std::string, std::set<std::string>> sceneTypeToSessionIDMap_; variable