Home
last modified time | relevance | path

Searched refs:VoiceRecognition (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp38 case InputPreset::VoiceRecognition: in OpenSLES_convertInputPreset()
166 mInputPreset = InputPreset::VoiceRecognition; in open()
DAudioStreamOpenSLES.cpp213 if (mInputPreset != InputPreset::VoiceRecognition) { in logUnsupportedAttributes()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h188 InputPreset mInputPreset = InputPreset::VoiceRecognition;
DDefinitions.h386 VoiceRecognition = 6, // AAUDIO_INPUT_PRESET_VOICE_RECOGNITION enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp240 case InputPreset::VoiceRecognition: return "VoiceRecognition"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp339 …static_assert((int32_t)InputPreset::VoiceRecognition == AAUDIO_INPUT_PRESET_VOICE_RECOGNITION, ERR…
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md189 it is set to VoiceRecognition, which is optimized for low latency.