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

1 2 3

  /system/media/audio_effects/include/audio_effects/
effect_presetreverb.h 29 const effect_uuid_t * const SL_IID_PRESETREVERB = &SL_IID_PRESETREVERB_;
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
  /frameworks/wilhelm/src/itf/
IPresetReverb.c 128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) {
  /frameworks/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,
  /frameworks/wilhelm/src/
sl_iid.c 60 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB];
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 120 iidArray[0] = SL_IID_PRESETREVERB;
131 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 235 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 132 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-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1939 milliseconds

1 2 3