Home
last modified time | relevance | path

Searched refs:VoicePerformance (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h405 VoicePerformance = 10, // AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE enumerator
/third_party/skia/third_party/externals/oboe/docs/
DAndroidAudioHistory.md8 - Add InputPreset:VoicePerformance for low latency recording.
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp243 case InputPreset::VoicePerformance: return "VoicePerformance"; in convertToText()