Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java748 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in testAbandonedHighSpeedRequest() local
757 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
798 prepareRecording(size, videoFramerate, captureRate); in testAbandonedHighSpeedRequest()
1171 int videoFramerate = captureRate / SLOWMO_SLOW_FACTOR; in slowMotionRecording() local
1185 prepareRecording(size, videoFramerate, captureRate); in slowMotionRecording()
1192 startSlowMotionRecording(/*useMediaRecorder*/true, videoFramerate, captureRate, in slowMotionRecording()
1201 float frameDurationMs = 1000.0f / videoFramerate; in slowMotionRecording()