Searched refs:videoFrameRate (Results 1 – 6 of 6) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 539 if (profile.videoFrameRate < minFps) { in testRecordingFramerateLowToHigh() 541 minFps = profile.videoFrameRate; in testRecordingFramerateLowToHigh() 543 if (profile.videoFrameRate > maxFps) { in testRecordingFramerateLowToHigh() 545 maxFps = profile.videoFrameRate; in testRecordingFramerateLowToHigh() 651 profile.videoFrameRate, profile.videoFrameRate); in doRecordingWithDifferentPreviewSizes() 652 if (maxVideoFrameRate < profile.videoFrameRate) { in doRecordingWithDifferentPreviewSizes() 653 maxVideoFrameRate = profile.videoFrameRate; in doRecordingWithDifferentPreviewSizes() 678 profile.videoFrameRate); in doRecordingWithDifferentPreviewSizes() 975 return profile.videoFrameRate; in getFpsFromHighSpeedProfileForSize() 1037 private void startSlowMotionRecording(boolean useMediaRecorder, int videoFrameRate, in startSlowMotionRecording() argument [all …]
|
D | ExtendedCameraCharacteristicsTest.java | 2187 new Range<Integer>(profile.videoFrameRate, profile.videoFrameRate); in testConstrainedHighSpeedCapability()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CamcorderProfileTest.java | 109 profile.videoFrameRate, in checkProfile() 119 assertTrue(profile.videoFrameRate > 0); in checkProfile() 141 profile.videoFrameRate, in checkAllProfiles() 158 assertEquals(profile.videoFrameRate, videoProfile.getFrameRate()); in checkAllProfiles() 238 assertEquals(expectedProfile.videoFrameRate, actualProfile.videoFrameRate); in assertProfileEquals() 307 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions() 312 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions() 319 assertTrue(profile.videoFrameRate >= MIN_HIGH_SPEED_FPS); in checkSpecificProfileDimensions()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 187 private void setVideoFrameRate(int videoFrameRate) { in setVideoFrameRate() argument 188 mVideoFrameRate = videoFrameRate; in setVideoFrameRate()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 93 mFrameRate = profile.videoFrameRate; in setUp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVRecordActivity.java | 527 profile.videoFrameRate, fovW, fovH); in setupCamera()
|