Searched defs:OutputMix (Results 1 - 7 of 7) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSawtoothBufferQueue.cpp | 123 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 D | slesTestPlayUri.cpp | 143 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 D | slesTestGetPositionUri.cpp | 145 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 D | slesTestLoopUri.cpp | 140 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 D | slesTestSlowDownUri.cpp | 197 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 D | mimeUri_test.cpp | 117 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 D | slesTestPlayStream.cpp | 198 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 32 milliseconds