Share via


DataSpace.DataspaceJpegR Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.

Ultra HDR

        JPEG image with embedded HDR gain map following the Ultra HDR specification and
        starting with Android version <code data-dev-comment-type="c">android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM V</code>
        ISO/CD 21496‐1
[Android.Runtime.Register("DATASPACE_JPEG_R", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceType DataspaceJpegR = 4101;
[<Android.Runtime.Register("DATASPACE_JPEG_R", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.", true)>]
val mutable DataspaceJpegR : Android.Hardware.DataSpaceType

Field Value

Value = 4101
Attributes

Remarks

Ultra HDR

JPEG image with embedded HDR gain map following the Ultra HDR specification and starting with Android version android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM V ISO/CD 21496‐1

This value is valid with formats:

<ul> <li>HAL_PIXEL_FORMAT_BLOB: JPEG image encoded by Jpeg/R encoder according to ISO/CD 21496‐1</li> </ul>

The image contains a standard SDR JPEG and a gain map. Ultra HDR decoders can use the gain map to boost the brightness of the rendered image.

Java documentation for android.hardware.DataSpace.DATASPACE_JPEG_R.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to