/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 233 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/ |
D | TestDisconnectActivity.java | 423 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()
|
D | StreamConfiguration.java | 143 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()
|
D | AutoGlitchActivity.java | 269 private void testConfiguration(int performanceMode, in testConfiguration() argument 272 testConfiguration(performanceMode, in testConfiguration() 275 testConfiguration(performanceMode, in testConfiguration()
|
D | OboeAudioStream.java | 104 int performanceMode, in openNative() argument
|
D | StreamConfigurationView.java | 295 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/ |
D | AudioStreamBuilder.h | 194 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/ |
D | jni-bridge.cpp | 44 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()
|
D | NativeAudioContext.cpp | 143 jint performanceMode, in open() argument 181 ->setPerformanceMode((oboe::PerformanceMode) performanceMode) in open()
|
D | NativeAudioContext.h | 213 jint performanceMode,
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 127 * performanceMode
|
/third_party/mindspore/patches/ |
D | 0010-nnrt-delegate-supports-heterogeneous-predition.patch | 1710 + OH_NN_PerformanceMode performanceMode) {
|