Searched refs:m_nDepth (Results 1 – 6 of 6) sorted by relevance
115 pChorusData->m_nDepth = EAS_CHORUS_DEPTH_DEFAULT; in ChorusInit()131 pChorusData->m_nDepth = (EAS_I16) in ChorusInit()132 (((((EAS_I32)pChorusData->m_nDepth * _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16); in ChorusInit()164 pChorusData->m_nDepth = pPreset->m_nDepth; in ChorusInit()170 pChorusData->m_nDepth = (EAS_I16) in ChorusInit()171 (((((EAS_I32)pChorusData->m_nDepth * _OUTPUT_SAMPLE_RATE)>>5) * 105) >> 16); in ChorusInit()308 positionOffsetL = pChorusData->m_nDepth * (((EAS_I32)lfoValueLeft) << 1); in ChorusProcess()354 positionOffsetR = pChorusData->m_nDepth * (((EAS_I32)lfoValueRight) << 1); in ChorusProcess()448 *pValue = (EAS_I32) p->m_nDepth; in ChorusGetParam()503 p->m_nDepth = (EAS_I16) value; in ChorusSetParam()[all …]
65 EAS_I16 m_nDepth; member86 EAS_I16 m_nDepth; member