Searched defs:OutputMix (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp126 SLObjectItf OutputMix; local
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);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp148 SLObjectItf OutputMix; local
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");
H A DslesTestLoopUri.cpp143 SLObjectItf OutputMix; local
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");
H A DslesTestPlayUri.cpp146 SLObjectItf OutputMix; local
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");
H A DslesTestSlowDownUri.cpp200 SLObjectItf OutputMix; local
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");
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp120 SLObjectItf OutputMix; local
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/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp201 SLObjectItf OutputMix; local
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 172 milliseconds