Searched refs:audioEffectRotation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_manager.cpp | 653 …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 D | audio_effect_chain.cpp | 172 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 D | audio_effect_chain_manager.h | 170 int32_t EffectDspRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation, 172 int32_t EffectApRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation,
|