Searched refs:framesToRecord (Results 1 – 2 of 2) sorted by relevance
84 public static native void createAudioRecorder(int frameRate, int framesToRecord); in createAudioRecorder() argument162 int framesToRecord = (int) (0.001 * msToRecord * frameRate); in beginRecordingMeasurement() local163 createAudioRecorder(frameRate, framesToRecord); in beginRecordingMeasurement()
378 jint framesToRecord) in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() argument383 optimalFrameRate, framesToRecord); in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()385 recorder_frames = framesToRecord; in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()