Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c40 static uint32_t gCurEffectIdx; // current effect index in enumeration process variable
222 if (index < gCurEffectIdx) { in EffectQueryEffect()
227 if (index == gCurEffectIdx) { in EffectQueryEffect()
233 gCurEffectIdx++; in EffectQueryEffect()
851 gCurEffectIdx = 0; in resetEffectEnumeration()