Home
last modified time | relevance | path

Searched refs:audioEffectRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_manager.cpp653 …fectChainManager::EffectDspRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation, in EffectDspRotationUpdate() argument
658 CHECK_AND_RETURN_RET_LOG(audioEffectRotation != nullptr, ERROR, "null audioEffectRotation"); in EffectDspRotationUpdate()
660 rotationState, audioEffectRotation->GetRotation()); in EffectDspRotationUpdate()
670 …ffectChainManager::EffectApRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation, in EffectApRotationUpdate() argument
675 CHECK_AND_RETURN_RET_LOG(audioEffectRotation != nullptr, ERROR, "null audioEffectRotation"); in EffectApRotationUpdate()
677 rotationState, audioEffectRotation->GetRotation()); in EffectApRotationUpdate()
699 std::shared_ptr<AudioEffectRotation> audioEffectRotation = AudioEffectRotation::GetInstance(); in EffectRotationUpdate() local
701 if (audioEffectRotation->GetRotation() != rotationState) { in EffectRotationUpdate()
702 audioEffectRotation->SetRotation(rotationState); in EffectRotationUpdate()
703 EffectDspRotationUpdate(audioEffectRotation, rotationState); in EffectRotationUpdate()
[all …]
H A Daudio_effect_chain.cpp172 std::shared_ptr<AudioEffectRotation> audioEffectRotation = AudioEffectRotation::GetInstance(); in SetEffectParamToHandle() local
173 if (audioEffectRotation == nullptr) { in SetEffectParamToHandle()
176 data[ROTATION_INDEX] = static_cast<int32_t>(audioEffectRotation->GetRotation()); in SetEffectParamToHandle()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h170 int32_t EffectDspRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation,
172 int32_t EffectApRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation,