Searched refs:rotationState (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_rotation.cpp | 42 void AudioEffectRotation::SetRotation(uint32_t rotationState) in SetRotation() argument 44 rotationState_ = rotationState; in SetRotation()
|
H A D | audio_effect_chain_manager.cpp | 500 const uint32_t rotationState) in EffectDspRotationUpdate() 505 AUDIO_DEBUG_LOG("rotationState change, new state: %{public}d, previous state: %{public}d", in EffectDspRotationUpdate() 506 rotationState, audioEffectRotation->GetRotation()); in EffectDspRotationUpdate() 508 effectHdiInput_[1] = rotationState; in EffectDspRotationUpdate() 517 const uint32_t rotationState) in EffectApRotationUpdate() 522 AUDIO_DEBUG_LOG("rotationState change, new state: %{public}d, previous state: %{public}d", in EffectApRotationUpdate() 523 rotationState, audioEffectRotation->GetRotation()); in EffectApRotationUpdate() 536 it->first.c_str(), audioEffectChain->GetLatency(), rotationState); in EffectApRotationUpdate() 542 int32_t AudioEffectChainManager::EffectRotationUpdate(const uint32_t rotationState) in EffectRotationUpdate() argument 546 AUDIO_INFO_LOG("rotation update to %{public}u", rotationState); in EffectRotationUpdate() 499 EffectDspRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation, const uint32_t rotationState) EffectDspRotationUpdate() argument 516 EffectApRotationUpdate(std::shared_ptr<AudioEffectRotation> audioEffectRotation, const uint32_t rotationState) EffectApRotationUpdate() argument [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_rotation.h | 30 void SetRotation(uint32_t rotationState);
|
H A D | audio_effect_chain_manager.h | 125 int32_t EffectRotationUpdate(const uint32_t rotationState); 167 const uint32_t rotationState); 169 const uint32_t rotationState);
|
/foundation/multimedia/audio_framework/test/fuzztest/audioeffect_fuzzer/ |
H A D | audio_effect_fuzzer.cpp | 267 uint32_t rotationState = *reinterpret_cast<const uint32_t*>(rawData); in EffectRotationUpdateFuzzTest() local 268 AudioEffectChainManager::GetInstance()->EffectRotationUpdate(rotationState); in EffectRotationUpdateFuzzTest()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/ |
H A D | audio_effect_chain_manager_unit_test.cpp | 1333 uint32_t rotationState = 0; in HWTEST() local 1335 int32_t result = AudioEffectChainManager::GetInstance()->EffectRotationUpdate(rotationState); in HWTEST() 1348 uint32_t rotationState = 1; in HWTEST() local 1350 int32_t result = AudioEffectChainManager::GetInstance()->EffectRotationUpdate(rotationState); in HWTEST()
|
Completed in 8 milliseconds