Home
last modified time | relevance | path

Searched refs:videoFrameRate (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java328 if (profile.videoFrameRate < minFps) { in testRecordingFramerateLowToHigh()
330 minFps = profile.videoFrameRate; in testRecordingFramerateLowToHigh()
332 if (profile.videoFrameRate > maxFps) { in testRecordingFramerateLowToHigh()
334 maxFps = profile.videoFrameRate; in testRecordingFramerateLowToHigh()
514 return profile.videoFrameRate; in getFpsFromHighSpeedProfileForSize()
552 private void startSlowMotionRecording(boolean useMediaRecorder, int videoFrameRate, in startSlowMotionRecording() argument
592 int slowMotionFactor = captureRate / videoFrameRate; in startSlowMotionRecording()
637 Range<Integer> fpsRange = new Range(profile.videoFrameRate, profile.videoFrameRate); in basicRecordingTestByCamera()
638 if (maxVideoFrameRate < profile.videoFrameRate) { in basicRecordingTestByCamera()
639 maxVideoFrameRate = profile.videoFrameRate; in basicRecordingTestByCamera()
[all …]
DExtendedCameraCharacteristicsTest.java1213 new Range<Integer>(profile.videoFrameRate, profile.videoFrameRate); in testConstrainedHighSpeedCapability()
/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java89 profile.videoFrameRate, in checkProfile()
99 assertTrue(profile.videoFrameRate > 0); in checkProfile()
116 assertEquals(expectedProfile.videoFrameRate, actualProfile.videoFrameRate); in assertProfileEquals()
173 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions()
178 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions()
185 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java92 mFrameRate = profile.videoFrameRate; in setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java458 profile.videoFrameRate, fovW, fovH); in setupCamera()