Searched refs:SUB_FX_COUNT (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp78 desc = new effect_descriptor_t[SUB_FX_COUNT];
79 aeli = new audio_effect_library_t*[SUB_FX_COUNT];
80 sube = new sub_effect_entry_t*[SUB_FX_COUNT];
81 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
82 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT];
83 pContext->aeli = new audio_effect_library_t*[SUB_FX_COUNT];
84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT);
86 if (retValue != SUB_FX_COUNT) {
284 int *subStatus[SUB_FX_COUNT];
285 uint32_t *subReplySize[SUB_FX_COUNT];
[all...]
H A DEffectProxy.h27 SUB_FX_COUNT // The number of sub effects for a Proxy(1 HW, 1 SW) enumerator in enum:android::__anon233
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects

Completed in 560 milliseconds