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

1 2 3

  /external/sonivox/arm-fm-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;
  /external/sonivox/arm-hybrid-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;
  /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.c 65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset)
69 if (NULL == pPreset) {
92 *pPreset = preset;
IEqualizer.c 339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset)
343 if (NULL == pPreset) {
351 *pPreset = preset;
365 *pPreset = SL_EQUALIZER_UNDEFINED;
367 *pPreset = (SLuint16) preset;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 76 SLresult audioRecorder_getPreset(CAudioRecorder* ar, SLuint32* pPreset) {
82 *pPreset = SL_ANDROID_RECORDING_PRESET_GENERIC;
87 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;
90 *pPreset = SL_ANDROID_RECORDING_PRESET_VOICE_RECOGNITION;
93 *pPreset = SL_ANDROID_RECORDING_PRESET_CAMCORDER;
96 *pPreset = SL_ANDROID_RECORDING_PRESET_VOICE_COMMUNICATION;
99 *pPreset = SL_ANDROID_RECORDING_PRESET_NONE;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 5623 milliseconds

1 2 3