Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp32 const uint32_t NUM_SET_EFFECT_PARAM = 10; variable
163 new AudioEffectParam[sizeof(AudioEffectParam) + NUM_SET_EFFECT_PARAM * sizeof(int32_t)]; in SetEffectParamToHandle()
193 cmdInfo = {sizeof(AudioEffectParam) + sizeof(int32_t) * NUM_SET_EFFECT_PARAM, effectParam}; in SetEffectParamToHandle()