Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_tone_parser.cpp79 int segInx = 0; in ParseToneInfoAttribute() local
110 if (segInx < segCnt) { in ParseToneInfoAttribute()
111 ParseSegment(sNode, segInx, ltoneDesc); in ParseToneInfoAttribute()
112 segInx++; in ParseToneInfoAttribute()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_tone_parser.h40 void ParseSegment(xmlNode *node, int32_t segInx, std::shared_ptr<ToneInfo> ltoneDesc);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_config_parser.cpp262 static void LoadApply(OriginalEffectConfig &result, const xmlNode *thirdNode, const int32_t segInx) in LoadApply() argument
280 result.effectChains[segInx].apply.push_back(ppValue); in LoadApply()
297 int32_t segInx = 0; in LoadEffectChain() local
318 LoadApply(result, currNode, segInx); in LoadEffectChain()
319 segInx++; in LoadEffectChain()