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

  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 24 const effect_uuid_t * const SL_IID_EQUALIZER = &SL_IID_EQUALIZER_;
  /system/media/wilhelm/src/android/
OutputMix_to_android.cpp 35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
AudioPlayer_to_android.cpp     [all...]
  /system/media/wilhelm/tests/sandbox/
outputmix.c 100 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER,
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER,
153 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER,
  /system/media/wilhelm/src/
sl_iid.c 44 const SLInterfaceID SL_IID_EQUALIZER = &SL_IID_array[MPH_EQUALIZER];
  /system/media/wilhelm/tests/examples/
slesTestEqFdPath.cpp 119 iidArray[1] = SL_IID_EQUALIZER;
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf);
slesTestEqOutputPath.cpp 101 iidArray[0] = SL_IID_EQUALIZER;
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
  /system/media/wilhelm/src/itf/
IEqualizer.c 517 if (!android_fx_initEffectDescriptor(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) {
  /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 811 milliseconds