Merge "ImageReader: Fix API doc table misalignment issue" into klp-dev
This commit is contained in:
@ -55,11 +55,11 @@ public interface Image extends AutoCloseable {
|
|||||||
* the planes is as follows:
|
* the planes is as follows:
|
||||||
*
|
*
|
||||||
* <table>
|
* <table>
|
||||||
* <th>
|
* <tr>
|
||||||
* <td>Format</td>
|
* <th>Format</th>
|
||||||
* <td>Plane count</td>
|
* <th>Plane count</th>
|
||||||
* <td>Layout details</td>
|
* <th>Layout details</th>
|
||||||
* </th>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <td>{@link android.graphics.ImageFormat#JPEG}</td>
|
* <td>{@link android.graphics.ImageFormat#JPEG}</td>
|
||||||
* <td>1</td>
|
* <td>1</td>
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
#define ALIGN(x, mask) ( ((x) + (mask) - 1) & ~((mask) - 1) )
|
#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_IMAGEREADER_CTX_JNI_ID "mNativeContext"
|
||||||
#define ANDROID_MEDIA_SURFACEIMAGE_BUFFER_JNI_ID "mLockedBuffer"
|
#define ANDROID_MEDIA_SURFACEIMAGE_BUFFER_JNI_ID "mLockedBuffer"
|
||||||
#define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp"
|
#define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp"
|
||||||
|
Reference in New Issue
Block a user