Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 470c698c authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Update surface sharing format restrictions

Surface sharing supports all formats except jpeg and
RAW private.

Bug: 110412079
Test: documentation builds without errors.
Change-Id: I72c5d744fed1b62eedd7a83522021ebad17e49b7
parent 1b65af27
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -82,9 +82,9 @@ import java.util.List;
 *
 *
 * </ul>
 * </ul>
 *
 *
 * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats can be used for
 * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats except
 * sharing, subject to device support. On prior API levels, only {@link ImageFormat#PRIVATE}
 * {@link ImageFormat#JPEG} and {@link ImageFormat#RAW_PRIVATE} can be used for sharing, subject to
 * format may be used.</p>
 * device support. On prior API levels, only {@link ImageFormat#PRIVATE} format may be used.</p>
 *
 *
 * @see CameraDevice#createCaptureSessionByOutputConfigurations
 * @see CameraDevice#createCaptureSessionByOutputConfigurations
 *
 *