diff options
| author | 2023-04-21 19:55:11 +0000 | |
|---|---|---|
| committer | 2023-04-21 19:55:11 +0000 | |
| commit | fd74bd19ca2c073d281c11ce9f16128db5f3c9b6 (patch) | |
| tree | f4302c70ad81807c0c43a4198d2c7cbde3c7c943 | |
| parent | 64ccde33eba7e545e367959c271f7f1c5d7c4405 (diff) | |
| parent | 510328702c1f51d42e2c2dcf44a9dc805d34cdad (diff) | |
Merge "ImageFormat: Update the Jpeg/R format documentation" into udc-dev
| -rw-r--r-- | graphics/java/android/graphics/ImageFormat.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/ImageFormat.java b/graphics/java/android/graphics/ImageFormat.java index 88373e80240a..cb3b64c3e6cd 100644 --- a/graphics/java/android/graphics/ImageFormat.java +++ b/graphics/java/android/graphics/ImageFormat.java @@ -261,8 +261,9 @@ public class ImageFormat { /** * Compressed JPEG format that includes an embedded recovery map. * - * <p>JPEG compressed main image along with XMP embedded recovery map - * following ISO TBD.</p> + * <p>JPEG compressed main image along with embedded recovery map following the + * <a href="https://developer.android.com/guide/topics/media/hdr-image-format">Ultra HDR + * Image format specification</a>.</p> */ public static final int JPEG_R = 0x1005; |