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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c35 static uint32_t gCurEffectIdx; // current effect index in enumeration process variable
211 if (index < gCurEffectIdx) {
216 if (index == gCurEffectIdx) {
222 gCurEffectIdx++;
607 gCurEffectIdx = 0;

Completed in 45 milliseconds