HomeSort by relevance Sort by last modified time
    Searched refs:outputMix (Results 26 - 50 of 54) sorted by null

12 3

  /system/media/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 143 SLObjectItf OutputMix;
161 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
165 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
180 locator_outputmix.outputMix = OutputMix;
285 (*OutputMix)->Destroy(OutputMix);
295 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestPlayUri.cpp 146 SLObjectItf OutputMix;
167 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
171 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
186 locator_outputmix.outputMix = OutputMix;
319 (*OutputMix)->Destroy(OutputMix);
329 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestGetPositionUri.cpp 148 SLObjectItf OutputMix;
174 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
178 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
193 locator_outputmix.outputMix = OutputMix;
310 (*OutputMix)->Destroy(OutputMix);
320 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestSlowDownUri.cpp 200 SLObjectItf OutputMix;
217 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
221 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res);
235 locator_outputmix.outputMix = OutputMix;
390 (*OutputMix)->Destroy(OutputMix);
401 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
  /system/media/wilhelm/tests/
mimeUri_test.cpp 120 SLObjectItf OutputMix;
141 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
145 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
160 locator_outputmix.outputMix = OutputMix;
260 (*OutputMix)->Destroy(OutputMix);
  /system/media/wilhelm/tests/sandbox/
configbq.c 122 loc_outmix.outputMix = outputMixObject;
intbufq.c 111 locator_outputmix.outputMix = outputmixObject;
monkey.c 112 loc_outmix.outputMix = outputMixObject;
playbq.c 256 loc_outmix.outputMix = outputMixObject;
xaplay.c 332 locOM.outputMix = outputMixObject;
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 201 SLObjectItf OutputMix;
226 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
230 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
245 locator_outputmix.outputMix = OutputMix;
373 (*OutputMix)->Destroy(OutputMix);
386 fprintf(stdout, "and AudioPlayer with SL_DATALOCATOR_ANDROIDBUFFERQUEUE source / OutputMix sink\n");
  /system/media/wilhelm/src/android/
android_Effect.cpp 502 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
503 ssize_t index = outputMix->mAndroidEffect.mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
506 SL_LOGE("invalid effect ID: no such effect attached to the OutputMix");
510 android::AudioEffect* pFx = outputMix->mAndroidEffect.mEffects->valueAt(index);
  /external/quake/quake/src/WinQuake/
snd_android.cpp 112 static SLObjectItf OutputMix;
139 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
143 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
147 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
169 locator_outputmix.outputMix = OutputMix;
292 if (OutputMix != NULL) {
294 (*OutputMix)->Destroy(OutputMix)
    [all...]
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 118 locator_outputmix.outputMix = outputmixObject;
  /system/media/wilhelm/tests/examples/
slesTestFeedback.cpp 300 locator_outputmix.outputMix = outputmixObject;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 468 XAObjectItf outputMix;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 468 XAObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 468 XAObjectItf outputMix;
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
289 SLObjectItf outputMix;
    [all...]

Completed in 453 milliseconds

12 3