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

/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp123 SLObjectItf OutputMix; local
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);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp143 SLObjectItf OutputMix; local
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");
H A DslesTestGetPositionUri.cpp145 SLObjectItf OutputMix; local
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");
H A DslesTestLoopUri.cpp140 SLObjectItf OutputMix; local
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");
H A DslesTestSlowDownUri.cpp197 SLObjectItf OutputMix; local
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/
H A DmimeUri_test.cpp117 SLObjectItf OutputMix; local
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/
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 2871 milliseconds