Searched refs:timelapse (Results 1 – 1 of 1) sorted by relevance
217 private void recordVideoUsingCamera(boolean timelapse) throws Exception { in recordVideoUsingCamera() argument219 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() argument250 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() argument871 "persistent=" + persistent + ", timelapse=" + timelapse); in testRecordFromSurface()885 if (timelapse) { in testRecordFromSurface()[all …]