Home
last modified time | relevance | path

Searched defs:captureRate (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java282 final double captureRate = VIDEO_TIMELAPSE_CAPTURE_RATE_FPS; in recordVideoUsingCamera() local
825 int captureRate, in recordFromSurface()
907 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps()
952 int captureRate = 0; in testRecordFromSurface() local
DVisualizerTest.java81 int captureRate = mVisualizer.getMaxCaptureRate(); in test1_0CaptureRates() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java389 int captureRate = fpsRange.getLower(); in slowMotionRecording() local
458 int captureRate = fpsRange.getLower(); in constrainedHighSpeedRecording() local
553 int captureRate, Range<Integer> fpsRange, in startSlowMotionRecording()
1137 private void prepareRecording(Size sz, int videoFrameRate, int captureRate) in prepareRecording()