Home
last modified time | relevance | path

Searched refs:framesToRecord (Results 1 – 2 of 2) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioTest.java84 public static native void createAudioRecorder(int frameRate, int framesToRecord); in createAudioRecorder() argument
162 int framesToRecord = (int) (0.001 * msToRecord * frameRate); in beginRecordingMeasurement() local
163 createAudioRecorder(frameRate, framesToRecord); in beginRecordingMeasurement()
/external/walt/android/WALT/app/src/main/jni/
Dplayer.c378 jint framesToRecord) in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder() argument
383 optimalFrameRate, framesToRecord); in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
385 recorder_frames = framesToRecord; in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()