Searched refs:captureRate (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 389 int captureRate = fpsRange.getLower(); in slowMotionRecording() local 390 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in slowMotionRecording() 393 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in slowMotionRecording() 404 prepareRecording(size, videoFramerate, captureRate); in slowMotionRecording() 407 updatePreviewSurfaceWithVideo(size, captureRate); in slowMotionRecording() 411 startSlowMotionRecording(/*useMediaRecorder*/true, videoFramerate, captureRate, in slowMotionRecording() 458 int captureRate = fpsRange.getLower(); in constrainedHighSpeedRecording() local 462 Log.w(TAG, "high speed recording " + size + "@" + captureRate + "fps" in constrainedHighSpeedRecording() 467 mOutMediaFileName = VIDEO_FILE_PATH + "/test_cslowMo_video_" + captureRate + in constrainedHighSpeedRecording() 470 prepareRecording(size, VIDEO_FRAME_RATE, captureRate); in constrainedHighSpeedRecording() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaRecorderTest.java | 282 final double captureRate = VIDEO_TIMELAPSE_CAPTURE_RATE_FPS; in recordVideoUsingCamera() local 284 mMediaRecorder.setCaptureRate(captureRate); in recordVideoUsingCamera() 301 int targetDurMs = timelapse? ((int) (durMs * (captureRate / frameRate))): durMs; in recordVideoUsingCamera() 825 int captureRate, in recordFromSurface() argument 834 if (captureRate > 0) { in recordFromSurface() 835 mMediaRecorder.setCaptureRate(captureRate); in recordFromSurface() 836 sleepTimeMs = 1000 / captureRate; in recordFromSurface() 907 private boolean checkCaptureFps(String filename, int captureRate) { in checkCaptureFps() argument 921 if (Math.abs(Float.parseFloat(captureFps) - captureRate) > 0.001) { in checkCaptureFps() 923 + captureFps + "vs. " + captureRate); in checkCaptureFps() [all …]
|
D | VisualizerTest.java | 81 int captureRate = mVisualizer.getMaxCaptureRate(); in test1_0CaptureRates() local 83 captureRate >= MIN_CAPTURE_RATE_MAX); in test1_0CaptureRates()
|