Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java978 int maxVideoFrameRate = -1; in doRecordingWithDifferentPreviewSizes() local
988 if (maxVideoFrameRate < profile.videoFrameRate) { in doRecordingWithDifferentPreviewSizes()
989 maxVideoFrameRate = profile.videoFrameRate; in doRecordingWithDifferentPreviewSizes()
1521 int maxVideoFrameRate = -1; in basicRecordingTestByCamera() local
1534 if (maxVideoFrameRate < profile.videoFrameRate) { in basicRecordingTestByCamera()
1535 maxVideoFrameRate = profile.videoFrameRate; in basicRecordingTestByCamera()
1587 if (maxVideoFrameRate != -1) { in basicRecordingTestByCamera()
1590 maxVideoFrameRate >= 24); in basicRecordingTestByCamera()