Searched refs:OutputMix (Results 1 - 8 of 8) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSawtoothBufferQueue.cpp | 126 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 D | slesTestLoopUri.cpp | 143 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 D | slesTestPlayUri.cpp | 146 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 D | slesTestGetPositionUri.cpp | 148 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 D | slesTestSlowDownUri.cpp | 200 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; 392 (*OutputMix)->Destroy(OutputMix); 403 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 120 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/tools/mphtogen/ |
H A D | mphtogen.c | 62 _(OutputMix)
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
H A D | slesTestPlayStream.cpp | 201 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 69 milliseconds