Searched refs:SizeThreshold (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 274 private static enum SizeThreshold { VGA, PREVIEW, RECORD, MAXIMUM } enum in MandatoryStreamCombination 278 public SizeThreshold mSizeThreshold; 280 public StreamTemplate(int format, SizeThreshold sizeThreshold) { in StreamTemplate() 284 public StreamTemplate(@Format int format, @NonNull SizeThreshold sizeThreshold, in StreamTemplate() 313 new StreamTemplate(ImageFormat.PRIVATE, SizeThreshold.MAXIMUM) }, 316 new StreamTemplate(ImageFormat.JPEG, SizeThreshold.MAXIMUM) }, 319 new StreamTemplate(ImageFormat.YUV_420_888, SizeThreshold.MAXIMUM) }, 322 new StreamTemplate(ImageFormat.PRIVATE, SizeThreshold.PREVIEW), 323 new StreamTemplate(ImageFormat.JPEG, SizeThreshold.MAXIMUM) }, 326 new StreamTemplate(ImageFormat.YUV_420_888, SizeThreshold.PREVIEW), [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 1506 android.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold
|
D | boot-image-profile.txt | 7107 HSPLandroid/hardware/camera2/params/MandatoryStreamCombination$SizeThreshold;-><init>(Ljava/lang/St… 7110 …reamTemplate;-><init>(ILandroid/hardware/camera2/params/MandatoryStreamCombination$SizeThreshold;)V 33692 Landroid/hardware/camera2/params/MandatoryStreamCombination$SizeThreshold;
|