Searched refs:SL_IID_PRESETREVERB (Results 1 - 9 of 9) sorted by relevance
/frameworks/wilhelm/src/android/ |
H A D | OutputMix_to_android.cpp | 45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
|
/frameworks/wilhelm/src/itf/ |
H A D | IPresetReverb.c | 128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) {
|
/frameworks/wilhelm/tests/sandbox/ |
H A D | 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,
|
H A D | 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/ |
H A D | sl_iid.c | 60 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB]; variable
|
/frameworks/wilhelm/tests/examples/ |
H A D | 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/ |
H A D | EffectReverb.cpp | 235 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
|
/frameworks/av/media/libeffects/testlibs/ |
H A D | EffectReverb.c | 132 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
|
/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 1420 extern SL_API const SLInterfaceID SL_IID_PRESETREVERB;
|
Completed in 223 milliseconds