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

  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 82 SLDataLocator_OutputMix locator_outputmix; local
157 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
158 locator_outputmix.outputMix = OutputMix;
159 audioSink.pLocator = (void *)&locator_outputmix;
audio-track-native.cpp 124 SLDataLocator_OutputMix locator_outputmix; local
125 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
126 locator_outputmix.outputMix = mOutputMixObj;
129 audioSink.pLocator = (void *)&locator_outputmix;
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 368 SLDataLocator_OutputMix locator_outputmix; local
372 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
373 locator_outputmix.outputMix = pSles->outputmixObject;
384 audiosnk.pLocator = &locator_outputmix;
  /external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.cpp 639 SLDataLocator_OutputMix locator_outputmix; local
643 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
644 locator_outputmix.outputMix = pSles->outputmixObject;
655 audiosnk.pLocator = &locator_outputmix;
    [all...]

Completed in 874 milliseconds