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

Commit 51032870 authored by Emilian Peev's avatar Emilian Peev
Browse files

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
parent ddac0180
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;