Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java419 int captureRate = fpsRange.getLower(); in testAbandonedHighSpeedRequest() local
420 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in testAbandonedHighSpeedRequest()
423 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in testAbandonedHighSpeedRequest()
429 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
430 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
470 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
471 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
834 int captureRate = fpsRange.getLower(); in slowMotionRecording() local
835 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in slowMotionRecording()
838 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in slowMotionRecording()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java461 final double captureRate = VIDEO_TIMELAPSE_CAPTURE_RATE_FPS; in recordVideoUsingCamera() local
463 mMediaRecorder.setCaptureRate(captureRate); in recordVideoUsingCamera()
480 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
1442 int captureRate, in recordFromSurface() argument
1451 if (captureRate > 0) { in recordFromSurface()
1452 mMediaRecorder.setCaptureRate(captureRate); in recordFromSurface()
1453 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
1524 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps() argument
1538 if (Math.abs(Float.parseFloat(captureFps) - captureRate) > 0.001) { in checkCaptureFps()
1540 + captureFps + "vs. " + captureRate); in checkCaptureFps()
[all …]
DVisualizerTest.java85 int captureRate = mVisualizer.getMaxCaptureRate(); in test1_0CaptureRates() local
87 captureRate >= MIN_CAPTURE_RATE_MAX); in test1_0CaptureRates()