Home
last modified time | relevance | path

Searched refs:OutputMix (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp123 SLObjectItf OutputMix; in TestPlaySawtoothBufferQueue() local
149 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlaySawtoothBufferQueue()
153 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlaySawtoothBufferQueue()
157 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME, in TestPlaySawtoothBufferQueue()
179 locator_outputmix.outputMix = OutputMix; in TestPlaySawtoothBufferQueue()
267 (*OutputMix)->Destroy(OutputMix); in TestPlaySawtoothBufferQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp117 SLObjectItf OutputMix; in TestPlayUri() local
138 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri()
142 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
157 locator_outputmix.outputMix = OutputMix; in TestPlayUri()
257 (*OutputMix)->Destroy(OutputMix); in TestPlayUri()
/frameworks/wilhelm/tests/mimeUri/
DslesTestLoopUri.cpp140 SLObjectItf OutputMix; in TestLoopUri() local
158 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestLoopUri()
162 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestLoopUri()
177 locator_outputmix.outputMix = OutputMix; in TestLoopUri()
282 (*OutputMix)->Destroy(OutputMix); in TestLoopUri()
DslesTestPlayUri.cpp143 SLObjectItf OutputMix; in TestPlayUri() local
164 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri()
168 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
183 locator_outputmix.outputMix = OutputMix; in TestPlayUri()
316 (*OutputMix)->Destroy(OutputMix); in TestPlayUri()
DslesTestGetPositionUri.cpp145 SLObjectItf OutputMix; in TestGetPositionUri() local
171 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestGetPositionUri()
175 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestGetPositionUri()
190 locator_outputmix.outputMix = OutputMix; in TestGetPositionUri()
307 (*OutputMix)->Destroy(OutputMix); in TestGetPositionUri()
DslesTestSlowDownUri.cpp197 SLObjectItf OutputMix; in TestSlowDownUri() local
214 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestSlowDownUri()
218 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res); in TestSlowDownUri()
232 locator_outputmix.outputMix = OutputMix; in TestSlowDownUri()
389 (*OutputMix)->Destroy(OutputMix); in TestSlowDownUri()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp198 SLObjectItf OutputMix; in TestPlayStream() local
223 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayStream()
227 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayStream()
242 locator_outputmix.outputMix = OutputMix; in TestPlayStream()
370 (*OutputMix)->Destroy(OutputMix); in TestPlayStream()
/frameworks/wilhelm/tools/mphtogen/
Dmphtogen.c62 _(OutputMix) in main()