Searched refs:FULL_HD (Results 1 – 6 of 6) sorted by relevance
637 Size FULL_HD = new Size(1920, 1080); in testReprocessingAllCombinations() local657 ((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()
997 Size FULL_HD = new Size(1920, 1080); in previewStillCombinationTestByCamera() local1008 ((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()
544 Size FULL_HD = new Size(1920, 1080); in testAllOutputYUVResolutions() local593 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()594 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
1470 Size FULL_HD = new Size(1920, 1080); in videoSnapshotTestByCamera() local1572 ((videoSnapshotSz.getWidth() > FULL_HD.getWidth()) || in videoSnapshotTestByCamera()1573 (videoSnapshotSz.getHeight() > FULL_HD.getHeight()))) { in videoSnapshotTestByCamera()
1934 final Size FULL_HD = new Size(1920, 1080); in getAvailableExtendedSceneModeCapsChecked() local1971 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()
2000 Size FULL_HD = mCamera.new Size(1920, 1080); in isWaivedCombination() local2001 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()