Searched refs:videoFrameRate (Results 1 – 5 of 5) sorted by relevance
328 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() argument592 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 …]
1213 new Range<Integer>(profile.videoFrameRate, profile.videoFrameRate); in testConstrainedHighSpeedCapability()
89 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()
92 mFrameRate = profile.videoFrameRate; in setUp()
458 profile.videoFrameRate, fovW, fovH); in setupCamera()