Searched defs:bytesPerSecond (Results 1 – 3 of 3) sorted by relevance
50 int bytesPerSecond, in createAudioRecord()69 private static int getBufferSizeInBytes(int bytesPerSecond, float bufferLengthSeconds) { in getBufferSizeInBytes()92 int bytesPerSecond = in onDetect() local
70 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
30 static int read(AudioRecord record, int bytesPerSecond, float secondsToRead, byte[] buffer) { in read()