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.java747 int captureRate = fpsRange.getLower(); in testAbandonedHighSpeedRequest() local
748 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in testAbandonedHighSpeedRequest()
751 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in testAbandonedHighSpeedRequest()
757 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
758 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
798 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
799 updatePreviewSurfaceWithVideo(size, captureRate); in testAbandonedHighSpeedRequest()
1170 int captureRate = fpsRange.getLower(); in slowMotionRecording() local
1171 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in slowMotionRecording()
1174 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in slowMotionRecording()
[all …]
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java488 final double captureRate = VIDEO_TIMELAPSE_CAPTURE_RATE_FPS; in recordVideoUsingCamera() local
490 mMediaRecorder.setCaptureRate(captureRate); in recordVideoUsingCamera()
507 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera()
1581 int captureRate, in recordFromSurface() argument
1590 if (captureRate > 0) { in recordFromSurface()
1591 mMediaRecorder.setCaptureRate(captureRate); in recordFromSurface()
1592 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
1663 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps() argument
1677 if (Math.abs(Float.parseFloat(captureFps) - captureRate) > 0.001) { in checkCaptureFps()
1679 + captureFps + "vs. " + captureRate); in checkCaptureFps()
[all …]
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVisualizerTest.java95 int captureRate = mVisualizer.getMaxCaptureRate(); in test1_0CaptureRates() local
97 captureRate >= MIN_CAPTURE_RATE_MAX); in test1_0CaptureRates()