Searched defs:decayHFRatio (Results 1 - 3 of 3) sorted by relevance

/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/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java227 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is
233 public void setDecayHFRatio(short decayHFRatio) argument
235 byte[] param = shortToByteArray(decayHFRatio);
505 public short decayHFRatio; field in class:EnvironmentalReverb.Settings
550 if (!key.equals("decayHFRatio")) {
553 decayHFRatio = Short.parseShort(st.nextToken());
596 ";decayHFRatio="+Short.toString(decayHFRatio)+
627 settings.decayHFRatio = byteArrayToShort(param, 8);
651 shortToByteArray(settings.decayHFRatio),
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1507 SLpermille decayHFRatio; member in struct:SLEnvironmentalReverbSettings_
1552 SLpermille decayHFRatio

Completed in 1526 milliseconds