Searched refs:locator_outputmix (Results 1 - 19 of 19) sorted by relevance

/system/media/opensles/tests/examples/
H A DslesTestPlayFdPath.cpp65 SLDataLocator_OutputMix locator_outputmix; local
96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
97 locator_outputmix.outputMix = outputMix;
98 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestBassBoostPath.cpp69 SLDataLocator_OutputMix locator_outputmix; local
101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
102 locator_outputmix.outputMix = outputMix;
103 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestEqFdPath.cpp73 SLDataLocator_OutputMix locator_outputmix; local
105 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
106 locator_outputmix.outputMix = outputMix;
107 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestEqOutputPath.cpp73 SLDataLocator_OutputMix locator_outputmix; local
114 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
115 locator_outputmix.outputMix = outputMix;
116 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestSawtoothBufferQueue.cpp119 SLDataLocator_OutputMix locator_outputmix; local
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
182 locator_outputmix.outputMix = OutputMix;
183 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestSendToPresetReverb.cpp70 SLDataLocator_OutputMix locator_outputmix; local
112 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
113 locator_outputmix.outputMix = outputMix;
114 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestVirtualizerPath.cpp69 SLDataLocator_OutputMix locator_outputmix; local
101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
102 locator_outputmix.outputMix = outputMix;
103 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestFeedback.cpp295 SLDataLocator_OutputMix locator_outputmix; local
299 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
300 locator_outputmix.outputMix = outputmixObject;
311 audiosnk.pLocator = &locator_outputmix;
/system/media/opensles/tests/listening/
H A DseekTorture.c58 SLDataLocator_OutputMix locator_outputmix; local
62 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
63 locator_outputmix.outputMix = outputmixObject;
66 audiosnk.pLocator = &locator_outputmix;
H A DslesTest_playMuteSolo.cpp127 SLDataLocator_OutputMix locator_outputmix; local
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
160 locator_outputmix.outputMix = outputMix;
161 audioSink.pLocator = (void*)&locator_outputmix;
/system/media/opensles/tests/mimeUri/
H A DslesTest_playStates.cpp63 SLDataLocator_OutputMix locator_outputmix; local
95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
96 locator_outputmix.outputMix = outputMix;
97 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestLoopUri.cpp83 SLDataLocator_OutputMix locator_outputmix; local
126 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
127 locator_outputmix.outputMix = OutputMix;
128 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestPlayStreamType.cpp64 SLDataLocator_OutputMix locator_outputmix; local
98 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
99 locator_outputmix.outputMix = outputMix;
100 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestPlayUri.cpp109 SLDataLocator_OutputMix locator_outputmix; local
155 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
156 locator_outputmix.outputMix = OutputMix;
157 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestPlayUri2.cpp78 SLDataLocator_OutputMix locator_outputmix; local
116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
117 locator_outputmix.outputMix = outputMix;
118 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestSlowDownUri.cpp122 SLDataLocator_OutputMix locator_outputmix; local
164 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
165 locator_outputmix.outputMix = OutputMix;
166 audioSink.pLocator = (void *)&locator_outputmix;
/system/media/opensles/tests/
H A DmimeUri_test.cpp113 SLDataLocator_OutputMix locator_outputmix; local
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
160 locator_outputmix.outputMix = OutputMix;
161 audioSink.pLocator = (void *)&locator_outputmix;
/system/media/opensles/tests/sandbox/
H A Dintbufq.c105 SLDataLocator_OutputMix locator_outputmix; local
109 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
110 locator_outputmix.outputMix = outputmixObject;
120 audiosnk.pLocator = &locator_outputmix;
/system/media/opensles/tests/automated/
H A DBufferQueue_test.cpp81 SLDataLocator_OutputMix locator_outputmix; member in class:TestBufferQueue
117 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
118 locator_outputmix.outputMix = outputmixObject;
130 audiosnk.pLocator = &locator_outputmix;

Completed in 178 milliseconds