Home
last modified time | relevance | path

Searched refs:LowLatency (Results 1 – 25 of 28) sorted by relevance

12

/external/oboe/tests/
DtestStreamWaitState.cpp125 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
138 builder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
156 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
169 builder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
186 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
192 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
200 builder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
209 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
221 ASSERT_TRUE(openStream(Direction::Input, PerformanceMode::LowLatency)); in TEST_F()
244 builder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
DtestReturnStop.cpp126 … StreamReturnStopParams({Direction::Output, AudioApi::AAudio, PerformanceMode::LowLatency, true}),
127 … StreamReturnStopParams({Direction::Output, AudioApi::AAudio, PerformanceMode::LowLatency, false}),
130 …StreamReturnStopParams({Direction::Output, AudioApi::OpenSLES, PerformanceMode::LowLatency, true}),
131 …treamReturnStopParams({Direction::Output, AudioApi::OpenSLES, PerformanceMode::LowLatency, false}),
132 … StreamReturnStopParams({Direction::Input, AudioApi::AAudio, PerformanceMode::LowLatency, true}),
133 … StreamReturnStopParams({Direction::Input, AudioApi::AAudio, PerformanceMode::LowLatency, false})
DtestStreamOpen.cpp73 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in checkSampleRateConversionAdvancing()
121 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
124 if (mStream->getPerformanceMode() == PerformanceMode::LowLatency) { in TEST_F()
142 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
153 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
163 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
174 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
216 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
368 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
379 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
DtestStreamStop.cpp117 … TestStreamStopParams({Direction::Output, AudioApi::AAudio, PerformanceMode::LowLatency}),
120 … TestStreamStopParams({Direction::Output, AudioApi::OpenSLES, PerformanceMode::LowLatency}),
123 … TestStreamStopParams({Direction::Input, AudioApi::AAudio, PerformanceMode::LowLatency}),
126 … TestStreamStopParams({Direction::Input, AudioApi::OpenSLES, PerformanceMode::LowLatency}),
DtestStreamFramesProcessed.cpp61 ->setPerformanceMode(PerformanceMode::LowLatency) in TEST_P()
DtestStreamStates.cpp279 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
284 mBuilder.setPerformanceMode(PerformanceMode::LowLatency); in TEST_F()
/external/oboe/docs/
DFAQ.md30 ## I requested a stream with `PerformanceMode::LowLatency`, but didn't get it. Why not?
31 …setPerformanceMode(PerformanceMode::LowLatency)` and don't specify other stream properties you wil…
34 …y the Android audio framework) adds latency and therefore providing a `LowLatency` stream is not p…
36 - The audio **device** does not support `LowLatency` streams, for example Bluetooth.
37 …ce. On most devices and Android API levels it is possible to obtain a `LowLatency` stream for both…
38 - The **maximum number** of `LowLatency` streams has been reached. This could be by your app, or by…
DGettingStarted.md140 builder.setPerformanceMode(oboe::PerformanceMode::LowLatency);
149 builder.setPerformanceMode(oboe::PerformanceMode::LowLatency)
264 ->setPerformanceMode(oboe::PerformanceMode::LowLatency)
/external/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp160 ->setPerformanceMode(oboe::PerformanceMode::LowLatency); in setupCommonStreamParameters()
193 if (stream->getPerformanceMode() != oboe::PerformanceMode::LowLatency) { in warnIfNotLowLatency()
/external/oboe/src/opensles/
DAudioStreamOpenSLES.cpp175 && mPerformanceMode != PerformanceMode::LowLatency in estimateNativeFramesPerBurst()
226 case PerformanceMode::LowLatency: in convertPerformanceMode()
246 oboeMode = PerformanceMode::LowLatency; in convertPerformanceMode()
/external/oboe/src/common/
DQuirksManager.cpp60 return builder.getPerformanceMode() == PerformanceMode::LowLatency in isAAudioMMapPossible()
200 const bool isLowLatency = builder.getPerformanceMode() == PerformanceMode::LowLatency; in isConversionNeeded()
DAudioStreamBuilder.cpp183 } else if (streamP->getPerformanceMode() == PerformanceMode::LowLatency in openStream()
DUtilities.cpp116 case PerformanceMode::LowLatency: return "LowLatency"; in convertToText()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DTestErrorCallback.cpp30 ->setPerformanceMode(oboe::PerformanceMode::LowLatency) in open()
/external/oboe/samples/minimaloboe/src/main/cpp/
DSimpleNoiseMaker.cpp34 ->setPerformanceMode(oboe::PerformanceMode::LowLatency) in open()
/external/oboe/samples/MegaDrone/src/main/cpp/
DMegaDroneEngine.cpp57 ->setPerformanceMode(oboe::PerformanceMode::LowLatency) in createPlaybackStream()
/external/oboe/samples/SoundBoard/src/main/cpp/
DSoundBoardEngine.cpp64 ->setPerformanceMode(oboe::PerformanceMode::LowLatency) in createPlaybackStream()
/external/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp55 .setPerformanceMode(oboe::PerformanceMode::LowLatency) in defaultBuilder()
/external/skia/modules/audioplayer/
DSkAudioPlayer_oboe.cpp31 builder.setPerformanceMode(oboe::PerformanceMode::LowLatency); in OboeAudioPlayer()
/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp88 ->setPerformanceMode(oboe::PerformanceMode::LowLatency) in openPlaybackStream()
/external/oboe/samples/iolib/src/main/cpp/player/
DSimpleMultiPlayer.cpp85 builder.setPerformanceMode(PerformanceMode::LowLatency); in openStream()
/external/oboe/samples/SoundBoard/
DREADME.md8 2) Setting performance mode to LowLatency
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp181 builder.setPerformanceMode(PerformanceMode::LowLatency); in openStream()
/external/oboe/samples/MegaDrone/
DREADME.md10 2) Setting performance mode to LowLatency
/external/oboe/include/oboe/
DDefinitions.h233 LowLatency = 12, // AAUDIO_PERFORMANCE_MODE_LOW_LATENCY enumerator

12