Searched refs:segInx (Results 1 – 3 of 3) sorted by relevance
79 int segInx = 0; in ParseToneInfoAttribute() local110 if (segInx < segCnt) { in ParseToneInfoAttribute()111 ParseSegment(sNode, segInx, ltoneDesc); in ParseToneInfoAttribute()112 segInx++; in ParseToneInfoAttribute()
40 void ParseSegment(xmlNode *node, int32_t segInx, std::shared_ptr<ToneInfo> ltoneDesc);
262 static void LoadApply(OriginalEffectConfig &result, const xmlNode *thirdNode, const int32_t segInx) in LoadApply() argument280 result.effectChains[segInx].apply.push_back(ppValue); in LoadApply()297 int32_t segInx = 0; in LoadEffectChain() local318 LoadApply(result, currNode, segInx); in LoadEffectChain()319 segInx++; in LoadEffectChain()