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

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

Completed in 62 milliseconds