Searched defs:framesToRecord (Results 1 – 4 of 4) sorted by relevance
258 const int32_t framesToRecord = actual().sampleRate; // 1 second in TEST_P() local281 const int32_t framesToRecord = actual().sampleRate / 8; in TEST_P() local308 const int32_t framesToRecord = actual().sampleRate / 10; // 1/10 second in TEST_P() local
84 public static native void createAudioRecorder(int frameRate, int framesToRecord); in createAudioRecorder()162 int framesToRecord = (int) (0.001 * msToRecord * frameRate); in beginRecordingMeasurement() local
47 int32_t framesToRecord = 0; in main() local
378 jint framesToRecord) in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()