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

  /system/media/opensles/tests/examples/
slesTestSendToPresetReverb.cpp 143 iidArray[1] = SL_IID_EFFECTSEND;
186 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf);
  /system/media/opensles/tests/sandbox/
playbq.c 200 SLInterfaceID ids2[2] = {SL_IID_BUFFERQUEUE, SL_IID_EFFECTSEND};
214 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
reverb.c 318 player_ids[count++] = SL_IID_EFFECTSEND;
334 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 202 const SLInterfaceID ids[2] = {SL_IID_BUFFERQUEUE, SL_IID_EFFECTSEND};
226 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_EFFECTSEND,
  /system/media/opensles/libopensles/
OpenSLES_IID.c 78 // SL_IID_EFFECTSEND
169 const SLInterfaceID SL_IID_EFFECTSEND = &SL_IID_array[MPH_EFFECTSEND];
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]

Completed in 334 milliseconds