HomeSort by relevance Sort by last modified time
    Searched refs:maxVideoFrameRate (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2SwitchPreviewTest.java 343 int maxVideoFrameRate = -1;
353 if (maxVideoFrameRate < profile.videoFrameRate) {
354 maxVideoFrameRate = profile.videoFrameRate;
398 if (maxVideoFrameRate != -1) {
401 maxVideoFrameRate >= 24);
Camera2RecordingTest.java 382 int maxVideoFrameRate = -1;
392 if (maxVideoFrameRate < profile.videoFrameRate) {
393 maxVideoFrameRate = profile.videoFrameRate;
445 if (maxVideoFrameRate != -1) {
448 maxVideoFrameRate >= 24);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java 633 int maxVideoFrameRate = -1;
642 if (maxVideoFrameRate < profile.videoFrameRate) {
643 maxVideoFrameRate = profile.videoFrameRate;
700 if (maxVideoFrameRate != -1) {
703 maxVideoFrameRate >= 24);
    [all...]

Completed in 1859 milliseconds