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.java391 int captureRate = fpsRange.getLower(); in testAbandonedHighSpeedRequest() local
392 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in testAbandonedHighSpeedRequest()
395 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in testAbandonedHighSpeedRequest()
401 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
402 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
442 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
443 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
684 int captureRate = fpsRange.getLower(); in slowMotionRecording() local
685 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in slowMotionRecording()
688 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in slowMotionRecording()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java450 final double captureRate = VIDEO_TIMELAPSE_CAPTURE_RATE_FPS; in recordVideoUsingCamera() local
452 mMediaRecorder.setCaptureRate(captureRate); in recordVideoUsingCamera()
469 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
1396 int captureRate, in recordFromSurface() argument
1405 if (captureRate > 0) { in recordFromSurface()
1406 mMediaRecorder.setCaptureRate(captureRate); in recordFromSurface()
1407 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
1478 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps() argument
1492 if (Math.abs(Float.parseFloat(captureFps) - captureRate) > 0.001) { in checkCaptureFps()
1494 + captureFps + "vs. " + captureRate); in checkCaptureFps()
[all …]
DVisualizerTest.java83 int captureRate = mVisualizer.getMaxCaptureRate(); in test1_0CaptureRates() local
85 captureRate >= MIN_CAPTURE_RATE_MAX); in test1_0CaptureRates()