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.java637 Size FULL_HD = new Size(1920, 1080); in testReprocessingAllCombinations() local
657 ((inputSize.getWidth() > FULL_HD.getWidth()) || in testReprocessingAllCombinations()
658 (inputSize.getHeight() > FULL_HD.getHeight()))) { in testReprocessingAllCombinations()
662 ((reprocessOutputSize.getWidth() > FULL_HD.getWidth()) || in testReprocessingAllCombinations()
663 (reprocessOutputSize.getHeight() > FULL_HD.getHeight()))) { in testReprocessingAllCombinations()
667 ((previewSize.getWidth() > FULL_HD.getWidth()) || ( in testReprocessingAllCombinations()
668 previewSize.getHeight() > FULL_HD.getHeight())) && in testReprocessingAllCombinations()
DStillCaptureTest.java997 Size FULL_HD = new Size(1920, 1080); in previewStillCombinationTestByCamera() local
1008 ((previewSz.getWidth() > FULL_HD.getWidth()) || in previewStillCombinationTestByCamera()
1009 (previewSz.getHeight() > FULL_HD.getHeight()))) { in previewStillCombinationTestByCamera()
1014 ((stillSz.getWidth() > FULL_HD.getWidth()) || in previewStillCombinationTestByCamera()
1015 (stillSz.getHeight() > FULL_HD.getHeight()))) { in previewStillCombinationTestByCamera()
DImageReaderTest.java544 Size FULL_HD = new Size(1920, 1080); in testAllOutputYUVResolutions() local
593 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()
594 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
DRecordingTest.java1470 Size FULL_HD = new Size(1920, 1080); in videoSnapshotTestByCamera() local
1572 ((videoSnapshotSz.getWidth() > FULL_HD.getWidth()) || in videoSnapshotTestByCamera()
1573 (videoSnapshotSz.getHeight() > FULL_HD.getHeight()))) { in videoSnapshotTestByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1934 final Size FULL_HD = new Size(1920, 1080); in getAvailableExtendedSceneModeCapsChecked() local
1971 if (activeRect.width() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()
1972 activeRect.height() >= FULL_HD.getHeight()) { in getAvailableExtendedSceneModeCapsChecked()
1977 maxStreamingSize.getWidth() >= FULL_HD.getWidth() && in getAvailableExtendedSceneModeCapsChecked()
1978 maxStreamingSize.getHeight() >= FULL_HD.getHeight()); in getAvailableExtendedSceneModeCapsChecked()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2000 Size FULL_HD = mCamera.new Size(1920, 1080); in isWaivedCombination() local
2001 if (previewSize.equals(QCIF) && (pictureSize.width > FULL_HD.width || in isWaivedCombination()
2002 pictureSize.height > FULL_HD.height)) { in isWaivedCombination()
2005 if (pictureSize.equals(QCIF) && (previewSize.width > FULL_HD.width || in isWaivedCombination()
2006 previewSize.height > FULL_HD.height)) { in isWaivedCombination()