HomeSort by relevance Sort by last modified time
    Searched defs:mVideoDuration (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStressTestRunner.java 27 public static int mVideoDuration = 20000; // set default to 20 seconds
58 mVideoDuration = Integer.parseInt(video_duration);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraStressTestRunner.java 27 public static int mVideoDuration = 20000; // set default to 20 seconds
58 mVideoDuration = Integer.parseInt(video_duration);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
CameraStressTestRunner.java 27 public static int mVideoDuration = 20000; // set default to 20 seconds
58 mVideoDuration = Integer.parseInt(video_duration);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraStressTestRunner.java 29 public static int mVideoDuration = 20000; // set default to 20 seconds
60 mVideoDuration = Integer.parseInt(video_duration);

Completed in 262 milliseconds