Searched refs:SL_IID_PRESETREVERB (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | outputmix.c | 104 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB, in main() 128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER, in main() 156 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB, in main()
|
D | reverb.c | 325 mix_ids[count++] = SL_IID_PRESETREVERB; in main() 340 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &outputMixPresetReverb); in main() 412 player_ids[count++] = SL_IID_PRESETREVERB; in main() 521 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB, in main()
|
/frameworks/wilhelm/src/android/ |
D | OutputMix_to_android.cpp | 45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type, in android_outputMix_realize()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 47 SL_IID_PRESETREVERB; # var
|
D | sl_iid.cpp | 60 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB]; variable
|
/frameworks/wilhelm/src/itf/ |
D | IPresetReverb.cpp | 128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) { in IPresetReverb_Expose()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 120 iidArray[0] = SL_IID_PRESETREVERB; in TestSendToPresetReverb() 131 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf); in TestSendToPresetReverb()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 251 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) { in EffectCreate()
|
/frameworks/av/media/libeffects/testlibs/ |
D | EffectReverb.c | 135 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) { in EffectCreate()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1420 extern SL_API const SLInterfaceID SL_IID_PRESETREVERB;
|