Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp126 SLObjectItf OutputMix; in TestPlaySawtoothBufferQueue() local
152 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlaySawtoothBufferQueue()
156 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlaySawtoothBufferQueue()
160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME, in TestPlaySawtoothBufferQueue()
182 locator_outputmix.outputMix = OutputMix; in TestPlaySawtoothBufferQueue()
270 (*OutputMix)->Destroy(OutputMix); in TestPlaySawtoothBufferQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp120 SLObjectItf OutputMix; in TestPlayUri() local
141 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri()
145 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
160 locator_outputmix.outputMix = OutputMix; in TestPlayUri()
260 (*OutputMix)->Destroy(OutputMix); in TestPlayUri()
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri.cpp146 SLObjectItf OutputMix; in TestPlayUri() local
167 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri()
171 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri()
186 locator_outputmix.outputMix = OutputMix; in TestPlayUri()
319 (*OutputMix)->Destroy(OutputMix); in TestPlayUri()
DslesTestLoopUri.cpp143 SLObjectItf OutputMix; in TestLoopUri() local
161 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestLoopUri()
165 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestLoopUri()
180 locator_outputmix.outputMix = OutputMix; in TestLoopUri()
285 (*OutputMix)->Destroy(OutputMix); in TestLoopUri()
DslesTestGetPositionUri.cpp148 SLObjectItf OutputMix; in TestGetPositionUri() local
174 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestGetPositionUri()
178 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestGetPositionUri()
193 locator_outputmix.outputMix = OutputMix; in TestGetPositionUri()
310 (*OutputMix)->Destroy(OutputMix); in TestGetPositionUri()
DslesTestSlowDownUri.cpp200 SLObjectItf OutputMix; in TestSlowDownUri() local
217 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestSlowDownUri()
221 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res); in TestSlowDownUri()
235 locator_outputmix.outputMix = OutputMix; in TestSlowDownUri()
392 (*OutputMix)->Destroy(OutputMix); in TestSlowDownUri()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp201 SLObjectItf OutputMix; in TestPlayStream() local
226 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayStream()
230 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayStream()
245 locator_outputmix.outputMix = OutputMix; in TestPlayStream()
373 (*OutputMix)->Destroy(OutputMix); in TestPlayStream()
/frameworks/wilhelm/tools/mphtogen/
Dmphtogen.c62 _(OutputMix) in main()