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.java228 private void recordVideoUsingCamera(boolean timelapse, boolean pause) throws Exception { in recordVideoUsingCamera() argument
230 int durMs = timelapse? RECORD_TIME_LAPSE_MS: RECORD_TIME_MS; in recordVideoUsingCamera()
234 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse, pause); in recordVideoUsingCamera()
262 Camera camera, String fileName, int durMs, boolean timelapse, boolean pause) in recordVideoUsingCamera() argument
283 if (timelapse) { in recordVideoUsingCamera()
301 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
303 boolean hasAudio = timelapse? false: true; in recordVideoUsingCamera()
931 private boolean testRecordFromSurface(boolean persistent, boolean timelapse) { in testRecordFromSurface() argument
933 "persistent=" + persistent + ", timelapse=" + timelapse); in testRecordFromSurface()
954 if (timelapse) { in testRecordFromSurface()
[all …]