Searched refs:decayHFRatio (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java235 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is
241 public void setDecayHFRatio(short decayHFRatio) argument
243 byte[] param = shortToByteArray(decayHFRatio);
513 public short decayHFRatio; field in class:EnvironmentalReverb.Settings
558 if (!key.equals("decayHFRatio")) {
561 decayHFRatio = Short.parseShort(st.nextToken());
604 ";decayHFRatio="+Short.toString(decayHFRatio)+
635 settings.decayHFRatio = byteArrayToShort(param, 8);
659 shortToByteArray(settings.decayHFRatio),
[all...]
/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.c222 SLEnvironmentalReverbItf self, SLpermille decayHFRatio)
226 if (!(100 <= decayHFRatio && decayHFRatio <= 2000)) {
231 thiz->mProperties.decayHFRatio = decayHFRatio;
239 REVERB_PARAM_DECAY_HF_RATIO, &decayHFRatio);
267 REVERB_PARAM_DECAY_HF_RATIO, &thiz->mProperties.decayHFRatio);
271 *pDecayHFRatio = thiz->mProperties.decayHFRatio;
657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <
221 IEnvironmentalReverb_SetDecayHFRatio( SLEnvironmentalReverbItf self, SLpermille decayHFRatio) argument
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c102 (settings1->decayHFRatio == settings2->decayHFRatio) &&
118 printf("decayHFRatio: %d\n", settings->decayHFRatio);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1525 ReverbSetDecayHfRatio(pContext, preset->decayHFRatio);
1671 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1685 ALOGV("\tReverb_getParameter() REVERB_PARAM_PROPERTIES Value is decayHFRatio %d",
1686 pProperties->decayHFRatio);
1807 ReverbSetDecayHfRatio(pContext, pProperties->decayHFRatio);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c894 pValue16 = &pProperties->decayHFRatio;
1237 value16 = pProperties->decayHFRatio;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1507 SLpermille decayHFRatio; member in struct:SLEnvironmentalReverbSettings_
1552 SLpermille decayHFRatio

Completed in 927 milliseconds