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

  /system/media/audio_effects/include/audio_effects/
effect_presetreverb.h 28 const effect_uuid_t * const SL_IID_PRESETREVERB = &SL_IID_PRESETREVERB_;
  /system/media/wilhelm/src/android/
OutputMix_to_android.cpp 45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
  /system/media/wilhelm/src/itf/
IPresetReverb.c 128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) {
  /system/media/wilhelm/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 325 mix_ids[count++] = SL_IID_PRESETREVERB;
340 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &outputMixPresetReverb);
412 player_ids[count++] = SL_IID_PRESETREVERB;
521 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB,
  /system/media/wilhelm/src/
sl_iid.c 60 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB];
  /system/media/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 121 iidArray[0] = SL_IID_PRESETREVERB;
132 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 255 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
    [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 149 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 216 milliseconds