Home
last modified time | relevance | path

Searched defs:performanceMode (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp233 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local
248 SLuint32 performanceMode = 0; in updateStreamParameters() local
/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()
432 private void testConfiguration(int performanceMode, in testConfiguration()
DStreamConfiguration.java143 public void setPerformanceMode(int performanceMode) { in setPerformanceMode()
154 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText()
DAutoGlitchActivity.java269 private void testConfiguration(int performanceMode, in testConfiguration()
DOboeAudioStream.java104 int performanceMode, in openNative()
DStreamConfigurationView.java295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h194 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_stub.cc97 OH_NN_PerformanceMode performanceMode) { in OH_NNCompilation_SetPerformanceMode()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp143 jint performanceMode, in open()
Djni-bridge.cpp120 jint performanceMode, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative()