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

Commit af753a2d authored by Zhijun He's avatar Zhijun He
Browse files

ImageReader: Fix API doc table misalignment issue

Also cleanup unused macro in ImageReader.

Bug: 10360518
Change-Id: I2332703c92df771a6339ff92069e92d50a6c5cd5
parent 17f83229
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -55,11 +55,11 @@ public interface Image extends AutoCloseable {
     * the planes is as follows:
     *
     * <table>
     * <th>
     *   <td>Format</td>
     *   <td>Plane count</td>
     *   <td>Layout details</td>
     * </th>
     * <tr>
     *   <th>Format</th>
     *   <th>Plane count</th>
     *   <th>Layout details</th>
     * </tr>
     * <tr>
     *   <td>{@link android.graphics.ImageFormat#JPEG}</td>
     *   <td>1</td>
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@

#define ALIGN(x, mask) ( ((x) + (mask) - 1) & ~((mask) - 1) )

#define ANDROID_MEDIA_IMAGEREADER_JNI_ID           "mCpuConsumer"
#define ANDROID_MEDIA_IMAGEREADER_CTX_JNI_ID       "mNativeContext"
#define ANDROID_MEDIA_SURFACEIMAGE_BUFFER_JNI_ID   "mLockedBuffer"
#define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID       "mTimestamp"