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.java217 private void recordVideoUsingCamera(boolean timelapse) throws Exception { in recordVideoUsingCamera() argument
219 int durMs = timelapse? RECORD_TIME_LAPSE_MS: RECORD_TIME_MS; in recordVideoUsingCamera()
222 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse); in recordVideoUsingCamera()
230 Camera camera, String fileName, int durMs, boolean timelapse) throws Exception { in recordVideoUsingCamera() argument
250 if (timelapse) { in recordVideoUsingCamera()
260 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
262 boolean hasAudio = timelapse? false: true; in recordVideoUsingCamera()
869 private boolean testRecordFromSurface(boolean persistent, boolean timelapse) { in testRecordFromSurface() argument
871 "persistent=" + persistent + ", timelapse=" + timelapse); in testRecordFromSurface()
885 if (timelapse) { in testRecordFromSurface()
[all …]