Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_AudioEffects.c68 M4OSA_UInt8 uiEffectIndex = 0; in M4MCS_intCheckAudioEffects() local
72 for(uiEffectIndex=0; uiEffectIndex<pC->nbEffects; uiEffectIndex++) in M4MCS_intCheckAudioEffects()
75 (M4OSA_UInt32)(pC->pEffects[uiEffectIndex].uiStartTime)) && in M4MCS_intCheckAudioEffects()
77 (M4OSA_UInt32)(pC->pEffects[uiEffectIndex].uiStartTime +\ in M4MCS_intCheckAudioEffects()
78 pC->pEffects[uiEffectIndex].uiDuration))) in M4MCS_intCheckAudioEffects()
80 *pActiveEffectNumber = uiEffectIndex; in M4MCS_intCheckAudioEffects()
81 uiEffectIndex = pC->nbEffects; in M4MCS_intCheckAudioEffects()