Searched refs:locator_output_mix (Results 1 – 2 of 2) sorted by relevance
268 SLDataLocator_OutputMix locator_output_mix; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer() local271 locator_output_mix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()272 locator_output_mix.outputMix = outputMixObject; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()274 audio_sink.pLocator = &locator_output_mix; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()
336 SLDataLocator_OutputMix locator_output_mix = {SL_DATALOCATOR_OUTPUTMIX, in CreateAudioPlayer() local338 SLDataSink audio_sink = {&locator_output_mix, NULL}; in CreateAudioPlayer()