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

Commit 42e5c28e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Stop advertising renderscript in the NdkCameraDevice docs.

It's deprecated already, and scheduled for removal, so it's not helpful
to point people in the direction of more renderscript usage...

Bug: http://b/255624710
Test: treehugger
Change-Id: I5b0c58b8ba506e48c0e6452453d043f15522649c
parent ddd3922e
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