Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java92 private int mVideoFrameRate; field in RecordingTest
1065 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
1096 mVideoFrameRate = videoFrameRate; in prepareRecording()
1117 Range<Integer> fpsRange = Range.create(mVideoFrameRate, mVideoFrameRate); in startRecording()
1238 double expectedDurationMs = 1000.0 / mVideoFrameRate;
1316 double expectedDurationMs = 1000.0 / mVideoFrameRate;