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

Commit db2daf03 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Stop advertising renderscript in the NdkCameraDevice docs." am:...

Merge "Stop advertising renderscript in the NdkCameraDevice docs." am: 85163a2a am: 3f56f44e am: 110e9875

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2400111



Change-Id: I8d1d1cc695c7d7eaa0e6844caf26509aaae1a973
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a3f39680 110e9875
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -470,18 +470,6 @@ camera_status_t ACaptureSessionOutputContainer_remove(
 *   <a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">
 *    CamcorderProfiles</a>.</li>
 *
 * <li>For efficient YUV processing with <a href=
 *   "http://developer.android.com/reference/android/renderscript/package-summary.html">
 *   RenderScript</a>:
 *   Create a RenderScript
 *   <a href="http://developer.android.com/reference/android/renderscript/Allocation.html">
 *   Allocation</a> with a supported YUV
 *   type, the IO_INPUT flag, and one of the YUV output sizes returned by
 *   {@link ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS},
 *   Then obtain the Surface with
 *   <a href="http://developer.android.com/reference/android/renderscript/Allocation.html#getSurface()">
 *   Allocation#getSurface}</a>.</li>
 *
 * <li>For access to RAW, uncompressed YUV, or compressed JPEG data in the application: Create an
 *   {@link AImageReader} object using the {@link AImageReader_new} method with one of the supported
 *   output formats given by {@link ACAMERA_SCALER_AVAILABLE_STREAM_CONFIGURATIONS}. Then obtain a