HomeSort by relevance Sort by last modified time
    Searched refs:m_nRate (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 114 pChorusData->m_nRate = EAS_CHORUS_RATE_DEFAULT;
124 pChorusData->m_nRate = (EAS_I16)
125 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
163 pChorusData->m_nRate = pPreset->m_nRate;
166 pChorusData->m_nRate = (EAS_I16)
167 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
330 pChorusData->lfoLPhase += pChorusData->m_nRate;
375 pChorusData->lfoRPhase += pChorusData->m_nRate;
445 *pValue = (EAS_I32) p->m_nRate;
    [all...]
eas_chorusdata.h 64 EAS_I16 m_nRate;
85 EAS_I16 m_nRate;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 114 pChorusData->m_nRate = EAS_CHORUS_RATE_DEFAULT;
124 pChorusData->m_nRate = (EAS_I16)
125 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
163 pChorusData->m_nRate = pPreset->m_nRate;
166 pChorusData->m_nRate = (EAS_I16)
167 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
330 pChorusData->lfoLPhase += pChorusData->m_nRate;
375 pChorusData->lfoRPhase += pChorusData->m_nRate;
445 *pValue = (EAS_I32) p->m_nRate;
    [all...]
eas_chorusdata.h 64 EAS_I16 m_nRate;
85 EAS_I16 m_nRate;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 114 pChorusData->m_nRate = EAS_CHORUS_RATE_DEFAULT;
124 pChorusData->m_nRate = (EAS_I16)
125 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
163 pChorusData->m_nRate = pPreset->m_nRate;
166 pChorusData->m_nRate = (EAS_I16)
167 ((((EAS_I32)CHORUS_SHAPE_SIZE<<16)/(20*(EAS_I32)_OUTPUT_SAMPLE_RATE)) * pChorusData->m_nRate);
330 pChorusData->lfoLPhase += pChorusData->m_nRate;
375 pChorusData->lfoRPhase += pChorusData->m_nRate;
445 *pValue = (EAS_I32) p->m_nRate;
    [all...]
eas_chorusdata.h 64 EAS_I16 m_nRate;
85 EAS_I16 m_nRate;

Completed in 93 milliseconds