HomeSort by relevance Sort by last modified time
    Searched defs:OutputMix (Results 1 - 8 of 8) 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 123 SLObjectItf OutputMix;
149 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
157 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
179 locator_outputmix.outputMix = OutputMix;
267 (*OutputMix)->Destroy(OutputMix);
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 145 SLObjectItf OutputMix;
171 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
175 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
190 locator_outputmix.outputMix = OutputMix;
307 (*OutputMix)->Destroy(OutputMix);
317 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestLoopUri.cpp 140 SLObjectItf OutputMix;
158 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
162 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
177 locator_outputmix.outputMix = OutputMix;
282 (*OutputMix)->Destroy(OutputMix);
292 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestPlayUri.cpp 143 SLObjectItf OutputMix;
164 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
168 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
183 locator_outputmix.outputMix = OutputMix;
316 (*OutputMix)->Destroy(OutputMix);
326 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
slesTestSlowDownUri.cpp 197 SLObjectItf OutputMix;
214 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
218 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res);
232 locator_outputmix.outputMix = OutputMix;
389 (*OutputMix)->Destroy(OutputMix);
400 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 117 SLObjectItf OutputMix;
138 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
142 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
157 locator_outputmix.outputMix = OutputMix;
257 (*OutputMix)->Destroy(OutputMix);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 198 SLObjectItf OutputMix;
223 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
227 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE);
242 locator_outputmix.outputMix = OutputMix;
370 (*OutputMix)->Destroy(OutputMix);
383 fprintf(stdout, "and AudioPlayer with SL_DATALOCATOR_ANDROIDBUFFERQUEUE source / OutputMix "

Completed in 2867 milliseconds