Searched refs:SUB_FX_COUNT (Results 1 – 2 of 2) sorted by relevance
75 desc = new effect_descriptor_t[SUB_FX_COUNT]; in EffectProxyCreate()76 aeli = new audio_effect_library_t*[SUB_FX_COUNT]; in EffectProxyCreate()77 sube = new sub_effect_entry_t*[SUB_FX_COUNT]; in EffectProxyCreate()78 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT]; in EffectProxyCreate()79 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT]; in EffectProxyCreate()80 pContext->aeli = new audio_effect_library_t*[SUB_FX_COUNT]; in EffectProxyCreate()81 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); in EffectProxyCreate()83 if (retValue != SUB_FX_COUNT) { in EffectProxyCreate()287 int *subStatus[SUB_FX_COUNT]; in Effect_command()288 uint32_t *subReplySize[SUB_FX_COUNT]; in Effect_command()[all …]
27 SUB_FX_COUNT // The number of sub effects for a Proxy(1 HW, 1 SW) enumerator70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects