diff options
| author | 2023-08-23 01:38:51 +0000 | |
|---|---|---|
| committer | 2023-08-23 01:38:51 +0000 | |
| commit | f0e3c2259632eb4b98624b6c384fde09f5772680 (patch) | |
| tree | 01f1b3f4b61d82f8e1eb2447e441af4b23846aa4 | |
| parent | 988ca7f05a36122fe7cca5d43fe80f16bc07a92a (diff) | |
| parent | eda0d7261874a133728c2a2aee11f81b66e693c9 (diff) | |
Merge "Remove reference to RenderScript from CameraDevice" into main am: 9592984b1c am: fbd57e834f am: eda0d72618
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2719693
Change-Id: I8ccc67c947caa1fe8ff30b82945278ff8b894afb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/hardware/camera2/CameraDevice.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/hardware/camera2/CameraDevice.java b/core/java/android/hardware/camera2/CameraDevice.java index 0e45787c1340..082a3361be4e 100644 --- a/core/java/android/hardware/camera2/CameraDevice.java +++ b/core/java/android/hardware/camera2/CameraDevice.java @@ -541,14 +541,6 @@ public abstract class CameraDevice implements AutoCloseable { * or configuring it to use one of the supported * {@link android.media.CamcorderProfile CamcorderProfiles}.</li> * - * <li>For efficient YUV processing with {@link android.renderscript}: - * Create a RenderScript - * {@link android.renderscript.Allocation Allocation} with a supported YUV - * type, the IO_INPUT flag, and one of the sizes returned by - * {@link StreamConfigurationMap#getOutputSizes(Class) getOutputSizes(Allocation.class)}, - * Then obtain the Surface with - * {@link android.renderscript.Allocation#getSurface}.</li> - * * <li>For access to RAW, uncompressed YUV, or compressed JPEG data in the application: Create an * {@link android.media.ImageReader} object with one of the supported output formats given by * {@link StreamConfigurationMap#getOutputFormats()}, setting its size to one of the |