HomeSort by relevance Sort by last modified time
    Searched refs:locator_outputmix (Results 1 - 23 of 23) sorted by null

  /frameworks/wilhelm/tests/listening/
seekTorture.c 58 SLDataLocator_OutputMix locator_outputmix; local
63 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
64 locator_outputmix.outputMix = outputmixObject;
70 audiosnk.pLocator = &locator_outputmix;
slesTest_playMuteSolo.cpp 178 SLDataLocator_OutputMix locator_outputmix; local
210 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
211 locator_outputmix.outputMix = outputMix;
212 audioSink.pLocator = (void*)&locator_outputmix;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 69 SLDataLocator_OutputMix locator_outputmix; local
101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
102 locator_outputmix.outputMix = outputMix;
103 audioSink.pLocator = (void*)&locator_outputmix;
slesTestPlayFdPath.cpp 65 SLDataLocator_OutputMix locator_outputmix; local
96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
97 locator_outputmix.outputMix = outputMix;
98 audioSink.pLocator = (void*)&locator_outputmix;
slesTestSawtoothBufferQueue.cpp 119 SLDataLocator_OutputMix locator_outputmix; local
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
182 locator_outputmix.outputMix = OutputMix;
183 audioSink.pLocator = (void *)&locator_outputmix;
slesTestVirtualizerPath.cpp 70 SLDataLocator_OutputMix locator_outputmix; local
102 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
103 locator_outputmix.outputMix = outputMix;
104 audioSink.pLocator = (void*)&locator_outputmix;
slesTestEqFdPath.cpp 74 SLDataLocator_OutputMix locator_outputmix; local
106 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
107 locator_outputmix.outputMix = outputMix;
108 audioSink.pLocator = (void*)&locator_outputmix;
slesTestEqOutputPath.cpp 74 SLDataLocator_OutputMix locator_outputmix; local
115 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
116 locator_outputmix.outputMix = outputMix;
117 audioSink.pLocator = (void*)&locator_outputmix;
slesTestSendToPresetReverb.cpp 92 SLDataLocator_OutputMix locator_outputmix; local
136 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
137 locator_outputmix.outputMix = outputMix;
138 audioSink.pLocator = (void*)&locator_outputmix;
slesTestFeedback.cpp 359 SLDataLocator_OutputMix locator_outputmix; local
363 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
364 locator_outputmix.outputMix = outputmixObject;
375 audiosnk.pLocator = &locator_outputmix;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 136 SLDataLocator_OutputMix locator_outputmix; local
179 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
180 locator_outputmix.outputMix = OutputMix;
181 audioSink.pLocator = (void *)&locator_outputmix;
slesTestPlayStreamType.cpp 63 SLDataLocator_OutputMix locator_outputmix; local
97 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
98 locator_outputmix.outputMix = outputMix;
99 audioSink.pLocator = (void*)&locator_outputmix;
slesTestPlayUri.cpp 139 SLDataLocator_OutputMix locator_outputmix; local
185 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
186 locator_outputmix.outputMix = OutputMix;
187 audioSink.pLocator = (void *)&locator_outputmix;
slesTestPlayUri2.cpp 78 SLDataLocator_OutputMix locator_outputmix; local
116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
117 locator_outputmix.outputMix = outputMix;
118 audioSink.pLocator = (void *)&locator_outputmix;
slesTest_playStates.cpp 63 SLDataLocator_OutputMix locator_outputmix; local
95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
96 locator_outputmix.outputMix = outputMix;
97 audioSink.pLocator = (void*)&locator_outputmix;
slesTestGetPositionUri.cpp 141 SLDataLocator_OutputMix locator_outputmix; local
192 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
193 locator_outputmix.outputMix = OutputMix;
194 audioSink.pLocator = (void *)&locator_outputmix;
slesTestManyPlayers.cpp 51 SLDataLocator_OutputMix locator_outputmix; variable
173 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
174 locator_outputmix.outputMix = outputMix;
175 audioSink.pLocator = (void *)&locator_outputmix;
slesTestSlowDownUri.cpp 192 SLDataLocator_OutputMix locator_outputmix; local
234 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
235 locator_outputmix.outputMix = OutputMix;
236 audioSink.pLocator = (void *)&locator_outputmix;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 113 SLDataLocator_OutputMix locator_outputmix; local
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
160 locator_outputmix.outputMix = OutputMix;
161 audioSink.pLocator = (void *)&locator_outputmix;
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 106 SLDataLocator_OutputMix locator_outputmix; local
110 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
111 locator_outputmix.outputMix = outputmixObject;
121 audiosnk.pLocator = &locator_outputmix;
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 194 SLDataLocator_OutputMix locator_outputmix; local
244 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
245 locator_outputmix.outputMix = OutputMix;
246 audioSink.pLocator = (void *)&locator_outputmix;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_output.cc 392 SLDataLocator_OutputMix locator_outputmix; local
394 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
395 locator_outputmix.outputMix = sles_output_mixer_;
396 SLDataSink audio_sink = { &locator_outputmix, NULL };
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 81 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 851 milliseconds