Home
last modified time | relevance | path

Searched refs:performanceMode (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp233 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local
235 &performanceMode, sizeof(performanceMode)); in configurePerformanceMode()
238 performanceMode, getSLErrStr(result)); in configurePerformanceMode()
248 SLuint32 performanceMode = 0; in updateStreamParameters() local
249 SLuint32 performanceModeSize = sizeof(performanceMode); in updateStreamParameters()
251 &performanceModeSize, &performanceMode); in updateStreamParameters()
261 mPerformanceMode = convertPerformanceMode(performanceMode); // convert SL to Oboe mode in updateStreamParameters()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDisconnectActivity.java423 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration() argument
427 testConfiguration(isInput, performanceMode, sharingMode, channelCount, requestPlugin); in testConfiguration()
429 testConfiguration(isInput, performanceMode, sharingMode, channelCount, requestPlugin); in testConfiguration()
432 private void testConfiguration(int performanceMode, in testConfiguration() argument
434 testConfiguration(false, performanceMode, sharingMode); in testConfiguration()
435 testConfiguration(true, performanceMode, sharingMode); in testConfiguration()
DStreamConfiguration.java143 public void setPerformanceMode(int performanceMode) { in setPerformanceMode() argument
144 this.mPerformanceMode = performanceMode; in setPerformanceMode()
154 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText() argument
155 switch(performanceMode) { in convertPerformanceModeToText()
DAutoGlitchActivity.java269 private void testConfiguration(int performanceMode, in testConfiguration() argument
272 testConfiguration(performanceMode, in testConfiguration()
275 testConfiguration(performanceMode, in testConfiguration()
DOboeAudioStream.java104 int performanceMode, in openNative() argument
DStreamConfigurationView.java295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected() argument
296 mRequestedConfiguration.setPerformanceMode(performanceMode in onItemSelected()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h194 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode() argument
195 mPerformanceMode = performanceMode; in setPerformanceMode()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp44 jint performanceMode,
120 jint performanceMode, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() argument
137 performanceMode, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative()
DNativeAudioContext.cpp143 jint performanceMode, in open() argument
181 ->setPerformanceMode((oboe::PerformanceMode) performanceMode) in open()
DNativeAudioContext.h213 jint performanceMode,
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md127 * performanceMode
/third_party/mindspore/patches/
D0010-nnrt-delegate-supports-heterogeneous-predition.patch1710 + OH_NN_PerformanceMode performanceMode) {