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

  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 89 SLObjectItf OutputMix;
129 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, interfaces,
134 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
138 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
158 locator_outputmix.outputMix = OutputMix;
239 (*OutputMix)->Destroy(OutputMix);
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 126 SLObjectItf OutputMix;
152 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
156 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
182 locator_outputmix.outputMix = OutputMix;
270 (*OutputMix)->Destroy(OutputMix);
    [all...]
  /frameworks/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;
392 (*OutputMix)->Destroy(OutputMix);
403 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
  /frameworks/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);
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 62 _(OutputMix)
  /frameworks/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 "

Completed in 643 milliseconds