Searched refs:FULL_HD (Results 1 – 6 of 6) sorted by relevance
635 Size FULL_HD = new Size(1920, 1080); in testReprocessingAllCombinations() local655 ((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()
1111 Size FULL_HD = new Size(1920, 1080); in previewStillCombinationTestByCamera() local1122 ((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()
1089 Size FULL_HD = new Size(1920, 1080); in testAllOutputYUVResolutions() local1138 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()1139 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
1863 Size FULL_HD = new Size(1920, 1080); in videoSnapshotTestByCamera() local1965 ((videoSnapshotSz.getWidth() > FULL_HD.getWidth()) || in videoSnapshotTestByCamera()1966 (videoSnapshotSz.getHeight() > FULL_HD.getHeight()))) { in videoSnapshotTestByCamera()
2070 final Size FULL_HD = new Size(1920, 1080); in getAvailableExtendedSceneModeCapsChecked() local2107 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()
2001 Size FULL_HD = mCamera.new Size(1920, 1080); in isWaivedCombination() local2002 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()