Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain.h48 struct AudioEffectProcInfo { struct
67 …void ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffectProcInfo procInfo… argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp247 …ain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffectProcInfo procInfo) in ApplyEffectChain()
H A Daudio_effect_chain_manager.cpp509 AudioEffectProcInfo procInfo = {headTrackingEnabled_, btOffloadEnabled_}; in ApplyAudioEffectChain()