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

  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 82 S_REVERB_PRESET *pPreset;
213 pPreset = &pReverbData->m_sPreset.m_sPreset[pReverbData->m_nNextRoom];
215 pReverbData->m_nLpfFbk = pPreset->m_nLpfFbk;
216 pReverbData->m_nLpfFwd = pPreset->m_nLpfFwd;
218 pReverbData->m_nEarly = pPreset->m_nEarly;
219 pReverbData->m_nWet = pPreset->m_nWet;
220 pReverbData->m_nDry = pPreset->m_nDry;
222 pReverbData->m_nMaxExcursion = pPreset->m_nMaxExcursion;
224 temp = pPreset->m_nXfadeInterval;
228 //gsReverbObject.m_nXfadeInterval = pPreset->m_nXfadeInterval
    [all...]
eas_chorus.c 88 S_CHORUS_PRESET *pPreset;
160 pPreset = &pChorusData->m_sPreset.m_sPreset[pChorusData->m_nNextChorus];
162 pChorusData->m_nLevel = pPreset->m_nLevel;
163 pChorusData->m_nRate = pPreset->m_nRate;
164 pChorusData->m_nDepth = pPreset->m_nDepth;
538 S_CHORUS_PRESET *pPreset = &pChorusData->m_sPreset.m_sPreset[defaultPreset];
541 pPreset->m_nDepth = 39;
542 pPreset->m_nRate = 30;
543 pPreset->m_nLevel = 32767;
547 pPreset->m_nDepth = 21
    [all...]
eas_chorusdata.h 99 S_CHORUS_PRESET pPreset;
eas_reverbdata.h 359 S_REVERB_PRESET pPreset;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c     [all...]
EffectReverb.h 272 reverb_preset_t pPreset;
  /frameworks/wilhelm/src/itf/
IPresetReverb.cpp 65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset)
69 if (NULL == pPreset) {
92 *pPreset = preset;
IEqualizer.cpp 339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset)
343 if (NULL == pPreset) {
351 *pPreset = preset;
364 *pPreset = (SLuint16) preset;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 114 SLresult audioRecorder_getPreset(CAudioRecorder* ar, SLuint32* pPreset) {
120 *pPreset = SL_ANDROID_RECORDING_PRESET_GENERIC;
125 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;
128 *pPreset = SL_ANDROID_RECORDING_PRESET_VOICE_RECOGNITION;
131 *pPreset = SL_ANDROID_RECORDING_PRESET_CAMCORDER;
134 *pPreset = SL_ANDROID_RECORDING_PRESET_VOICE_COMMUNICATION;
137 *pPreset = SL_ANDROID_RECORDING_PRESET_UNPROCESSED;
140 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 738 milliseconds