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

  /frameworks/wilhelm/src/itf/
IPresetReverb.cpp 36 case SL_REVERBPRESET_NONE:
74 SLuint16 preset = SL_REVERBPRESET_NONE;
107 thiz->mPreset = SL_REVERBPRESET_NONE;
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 143 case SL_REVERBPRESET_NONE:
144 fprintf(stdout, "SL_REVERBPRESET_NONE, don't expect to hear reverb\n");
292 result = (*reverbItf)->SetPreset(reverbItf, enabled ? preset : SL_REVERBPRESET_NONE);
293 fprintf(stdout, "SetPreset(%d)=%d\n", enabled ? preset : SL_REVERBPRESET_NONE, result);
  /frameworks/wilhelm/src/android/
android_Effect.cpp 382 ipr->mPresetReverbEffect->setEnabled(SL_REVERBPRESET_NONE != preset);
391 // enable the effect if the preset is different from SL_REVERBPRESET_NONE
392 pFx->setEnabled(SL_REVERBPRESET_NONE != preset);
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 121 milliseconds