Searched refs:s1440p (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 471 private static enum SizeThreshold { VGA, PREVIEW, RECORD, MAXIMUM, s720p, s1440p, FULL_RES } enumConstant 867 new StreamTemplate(ImageFormat.YUV_420_888, SizeThreshold.s1440p) }, 870 new StreamTemplate(ImageFormat.PRIVATE, SizeThreshold.s1440p) }, 873 new StreamTemplate(ImageFormat.JPEG, SizeThreshold.s1440p) }, 877 new StreamTemplate(ImageFormat.YUV_420_888, SizeThreshold.s1440p)}, 881 new StreamTemplate(ImageFormat.PRIVATE, SizeThreshold.s1440p)}, 885 new StreamTemplate(ImageFormat.YUV_420_888, SizeThreshold.s1440p)}, 889 new StreamTemplate(ImageFormat.PRIVATE, SizeThreshold.s1440p)}, 893 new StreamTemplate(ImageFormat.JPEG, SizeThreshold.s1440p)}, 897 new StreamTemplate(ImageFormat.JPEG, SizeThreshold.s1440p)}, [all …]
|