Home
last modified time | relevance | path

Searched defs:bytesPerSecond (Results 1 – 3 of 3) sorted by relevance

/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java50 int bytesPerSecond, in createAudioRecord()
69 private static int getBufferSizeInBytes(int bytesPerSecond, float bufferLengthSeconds) { in getBufferSizeInBytes()
92 int bytesPerSecond = in onDetect() local
DSampleVoiceInteractionService.java70 private static AudioRecord createAudioRecord(EventPayload eventPayload, int bytesPerSecond) { in createAudioRecord()
86 private static int getBufferSizeInBytes(int bytesPerSecond, float bufferLengthSeconds) { in getBufferSizeInBytes()
219 int bytesPerSecond = in onDetected() local
DAudioUtils.java30 static int read(AudioRecord record, int bytesPerSecond, float secondsToRead, byte[] buffer) { in read()