Home
last modified time | relevance | path

Searched refs:mInputPreset (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java80 private int mInputPreset; field in StreamConfiguration
100 mInputPreset = INPUT_PRESET_VOICE_RECOGNITION; in reset()
148 return mInputPreset; in getInputPreset()
151 this.mInputPreset = inputPreset; in setInputPreset()
221 convertInputPresetToText(mInputPreset).toLowerCase())); in dump()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h122 InputPreset getInputPreset() const { return mInputPreset; } in getInputPreset()
188 InputPreset mInputPreset = InputPreset::VoiceRecognition; variable
DAudioStreamBuilder.h252 mInputPreset = inputPreset; in setInputPreset()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp217 static_cast<aaudio_input_preset_t>(mInputPreset)); in open()
269 mInputPreset = static_cast<InputPreset>(mLibLoader->stream_getInputPreset(mAAudioStream)); in open()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp166 mInputPreset = InputPreset::VoiceRecognition; in open()
DAudioStreamOpenSLES.cpp213 if (mInputPreset != InputPreset::VoiceRecognition) { in logUnsupportedAttributes()