diff options
| author | 2023-04-18 16:48:37 -0700 | |
|---|---|---|
| committer | 2023-04-18 16:50:50 -0700 | |
| commit | 510328702c1f51d42e2c2dcf44a9dc805d34cdad (patch) | |
| tree | a06a358189e2426730f104ba2e308e9eccb3cd44 /graphics/java/android | |
| parent | ddac01807c17efeee15a38ec57d414504ddbe3fd (diff) | |
ImageFormat: Update the Jpeg/R format documentation
Add a link to the Jpeg_R/Ultra HDR format specification.
Bug: 264927059
Test: make docs, manually check the generated documentation
Change-Id: I5b87824fe5201f73108759e80ae29270efdc1c81
Diffstat (limited to 'graphics/java/android')
| -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; |