Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java389 private void recordVideoUsingCamera(boolean timelapse, boolean pause) throws Exception { in recordVideoUsingCamera() argument
391 int durMs = timelapse? RECORD_TIME_LAPSE_MS: RECORD_TIME_MS; in recordVideoUsingCamera()
395 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse, pause); in recordVideoUsingCamera()
430 Camera camera, String fileName, int durMs, boolean timelapse, boolean pause) in recordVideoUsingCamera() argument
451 if (timelapse) { in recordVideoUsingCamera()
469 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
471 boolean hasAudio = timelapse? false: true; in recordVideoUsingCamera()
1502 private boolean testRecordFromSurface(boolean persistent, boolean timelapse) { in testRecordFromSurface() argument
1504 "persistent=" + persistent + ", timelapse=" + timelapse); in testRecordFromSurface()
1526 if (timelapse) { in testRecordFromSurface()
[all …]