Home
last modified time | relevance | path

Searched refs:inputPreset (Results 1 – 14 of 14) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DTestDataPathsActivity.java367 void testPresetCombo(int inputPreset, in testPresetCombo() argument
377 requestedInConfig.setInputPreset(inputPreset); in testPresetCombo()
386 + StreamConfiguration.convertInputPresetToText(inputPreset) in testPresetCombo()
392 } else if (inputPreset == StreamConfiguration.INPUT_PRESET_VOICE_COMMUNICATION) { in testPresetCombo()
399 void testPresetCombo(int inputPreset, in testPresetCombo() argument
406 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
409 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
413 void testPresetCombo(int inputPreset) throws InterruptedException { in testPresetCombo() argument
414 setTestName("Test InPreset = " + StreamConfiguration.convertInputPresetToText(inputPreset)); in testPresetCombo()
415 testPresetCombo(inputPreset, 1, 0, 1, 0); in testPresetCombo()
[all …]
DBaseAutoGlitchActivity.java108 public final int inputPreset; field in BaseAutoGlitchActivity.TestResult
126 this.inputPreset = inputConfiguration.getInputPreset(); in TestResult()
134 count += (inputPreset != other.inputPreset) ? 1 : 0; in countDifferences()
159 return "IN: " + input + ", ip=" + inputPreset + "\n" in toString()
DStreamConfiguration.java386 public void setInputPreset(int inputPreset) { in setInputPreset() argument
387 this.mInputPreset = inputPreset; in setInputPreset()
605 public static String convertInputPresetToText(int inputPreset) { in convertInputPresetToText() argument
606 switch(inputPreset) { in convertInputPresetToText()
DIntentBasedTestSupport.java320 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in configureInputStreamFromBundle() local
321 … if (inputPreset < 0) throw new IllegalArgumentException(KEY_IN_PRESET + " invalid: " + text); in configureInputStreamFromBundle()
322 requestedInConfig.setInputPreset(inputPreset); in configureInputStreamFromBundle()
DOboeAudioStream.java111 int inputPreset, in openNative() argument
DStreamConfigurationView.java373 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in applyToModel() local
374 config.setInputPreset(inputPreset); in applyToModel()
/external/oboe/include/oboe/
DAudioStreamBuilder.h291 AudioStreamBuilder *setInputPreset(InputPreset inputPreset) { in setInputPreset() argument
292 mInputPreset = inputPreset; in setInputPreset()
/external/oboe/src/common/
DUtilities.cpp243 const char *convertToText<InputPreset>(InputPreset inputPreset) { in convertToText() argument
245 switch (inputPreset) { in convertToText()
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp241 aaudio_input_preset_t inputPreset = mInputPreset; in open() local
242 if (getSdkVersion() <= __ANDROID_API_P__ && inputPreset == InputPreset::VoicePerformance) { in open()
244 inputPreset = InputPreset::VoiceRecognition; // most similar preset in open()
247 static_cast<aaudio_input_preset_t>(inputPreset)); in open()
/external/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp47 jint inputPreset,
125 jint inputPreset, in Java_com_mobileer_oboetester_OboeAudioStream_openNative() argument
144 inputPreset, in Java_com_mobileer_oboetester_OboeAudioStream_openNative()
DNativeAudioContext.cpp153 jint inputPreset, in open() argument
192 ->setInputPreset((oboe::InputPreset)inputPreset) in open()
DNativeAudioContext.h123 jint inputPreset,
/external/oboe/docs/
DFullGuide.md198 * `setInputPreset(oboe::InputPreset inputPreset)` - The recording configuration
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi2103 …<parameter type-id='a4168325' name='inputPreset' filepath='frameworks/av/media/libaaudio/src/core/…