Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c38 static uint32_t gCurEffectIdx; // current effect index in enumeration process variable
220 if (index < gCurEffectIdx) { in EffectQueryEffect()
225 if (index == gCurEffectIdx) { in EffectQueryEffect()
231 gCurEffectIdx++; in EffectQueryEffect()
813 gCurEffectIdx = 0; in resetEffectEnumeration()