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

  /frameworks/base/include/media/
EffectPresetReverbApi.h 28 const effect_uuid_t * const SL_IID_PRESETREVERB = &SL_IID_PRESETREVERB_;
  /system/media/opensles/libopensles/
android_OutputMix.cpp 44 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
IPresetReverb.c 123 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &this->mPresetReverbDescriptor)) {
OpenSLES_IID.c 118 // SL_IID_PRESETREVERB
189 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB];
  /system/media/opensles/tests/sandbox/
outputmix.c 104 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB,
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER,
156 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB,
reverb.c 232 mix_ids[count++] = SL_IID_PRESETREVERB;
247 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &mixPresetReverb);
310 player_ids[count++] = SL_IID_PRESETREVERB;
351 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB,
  /system/media/opensles/tests/examples/
slesTestSendToPresetReverb.cpp 97 iidArray[0] = SL_IID_PRESETREVERB;
108 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 254 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
    [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 147 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]

Completed in 143 milliseconds