HomeSort by relevance Sort by last modified time
    Searched refs:SUB_FX_COUNT (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 75 desc = new effect_descriptor_t[SUB_FX_COUNT];
76 aeli = new audio_effect_library_t*[SUB_FX_COUNT];
77 sube = new sub_effect_entry_t*[SUB_FX_COUNT];
78 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
79 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT];
80 pContext->aeli = new audio_effect_library_t*[SUB_FX_COUNT];
81 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT);
83 if (retValue != SUB_FX_COUNT) {
287 int *subStatus[SUB_FX_COUNT];
288 uint32_t *subReplySize[SUB_FX_COUNT];
    [all...]
EffectProxy.h 27 SUB_FX_COUNT // The number of sub effects for a Proxy(1 HW, 1 SW)
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects

Completed in 72 milliseconds