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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c44 static uint32_t gCurEffectIdx; // current effect index in enumeration process variable
227 if (index < gCurEffectIdx) {
232 if (index == gCurEffectIdx) {
238 gCurEffectIdx++;
914 gCurEffectIdx = 0;

Completed in 495 milliseconds