Searched refs:OutputMix (Results 1 - 8 of 8) 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 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 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 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/tools/mphtogen/
H A Dmphtogen.c62 _(OutputMix)
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp198 SLObjectItf OutputMix; local
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 139 milliseconds