Loading core/java/android/hardware/camera2/params/OutputConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -82,9 +82,9 @@ import java.util.List; * * </ul> * * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats can be used for * sharing, subject to device support. On prior API levels, only {@link ImageFormat#PRIVATE} * format may be used.</p> * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats except * {@link ImageFormat#JPEG} and {@link ImageFormat#RAW_PRIVATE} can be used for sharing, subject to * device support. On prior API levels, only {@link ImageFormat#PRIVATE} format may be used.</p> * * @see CameraDevice#createCaptureSessionByOutputConfigurations * Loading Loading
core/java/android/hardware/camera2/params/OutputConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -82,9 +82,9 @@ import java.util.List; * * </ul> * * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats can be used for * sharing, subject to device support. On prior API levels, only {@link ImageFormat#PRIVATE} * format may be used.</p> * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats except * {@link ImageFormat#JPEG} and {@link ImageFormat#RAW_PRIVATE} can be used for sharing, subject to * device support. On prior API levels, only {@link ImageFormat#PRIVATE} format may be used.</p> * * @see CameraDevice#createCaptureSessionByOutputConfigurations * Loading