Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java635 Size FULL_HD = new Size(1920, 1080); in testReprocessingAllCombinations() local
655 ((inputSize.getWidth() > FULL_HD.getWidth()) || in testReprocessingAllCombinations()
656 (inputSize.getHeight() > FULL_HD.getHeight()))) { in testReprocessingAllCombinations()
660 ((reprocessOutputSize.getWidth() > FULL_HD.getWidth()) || in testReprocessingAllCombinations()
661 (reprocessOutputSize.getHeight() > FULL_HD.getHeight()))) { in testReprocessingAllCombinations()
665 ((previewSize.getWidth() > FULL_HD.getWidth()) || ( in testReprocessingAllCombinations()
666 previewSize.getHeight() > FULL_HD.getHeight())) && in testReprocessingAllCombinations()
DStillCaptureTest.java1111 Size FULL_HD = new Size(1920, 1080); in previewStillCombinationTestByCamera() local
1122 ((previewSz.getWidth() > FULL_HD.getWidth()) || in previewStillCombinationTestByCamera()
1123 (previewSz.getHeight() > FULL_HD.getHeight()))) { in previewStillCombinationTestByCamera()
1128 ((stillSz.getWidth() > FULL_HD.getWidth()) || in previewStillCombinationTestByCamera()
1129 (stillSz.getHeight() > FULL_HD.getHeight()))) { in previewStillCombinationTestByCamera()
DImageReaderTest.java1089 Size FULL_HD = new Size(1920, 1080); in testAllOutputYUVResolutions() local
1138 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()
1139 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
DRecordingTest.java1863 Size FULL_HD = new Size(1920, 1080); in videoSnapshotTestByCamera() local
1965 ((videoSnapshotSz.getWidth() > FULL_HD.getWidth()) || in videoSnapshotTestByCamera()
1966 (videoSnapshotSz.getHeight() > FULL_HD.getHeight()))) { in videoSnapshotTestByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2070 final Size FULL_HD = new Size(1920, 1080); in getAvailableExtendedSceneModeCapsChecked() local
2107 if (activeRect.width() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()
2108 activeRect.height() >= FULL_HD.getHeight()) { in getAvailableExtendedSceneModeCapsChecked()
2113 maxStreamingSize.getWidth() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()
2114 maxStreamingSize.getHeight() >= FULL_HD.getHeight()); in getAvailableExtendedSceneModeCapsChecked()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2001 Size FULL_HD = mCamera.new Size(1920, 1080); in isWaivedCombination() local
2002 if (previewSize.equals(QCIF) && (pictureSize.width > FULL_HD.width || in isWaivedCombination()
2003 pictureSize.height > FULL_HD.height)) { in isWaivedCombination()
2006 if (pictureSize.equals(QCIF) && (previewSize.width > FULL_HD.width || in isWaivedCombination()
2007 previewSize.height > FULL_HD.height)) { in isWaivedCombination()