ImageDecodeAcceleratorCapability

@Serializable
data class ImageDecodeAcceleratorCapability(val imageType: SystemInfo.ImageType, val maxDimensions: SystemInfo.Size, val minDimensions: SystemInfo.Size, val subsamplings: List<SystemInfo.SubsamplingFormat>)

Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.

Constructors

Link copied to clipboard
constructor(imageType: SystemInfo.ImageType, maxDimensions: SystemInfo.Size, minDimensions: SystemInfo.Size, subsamplings: List<SystemInfo.SubsamplingFormat>)

Properties

Link copied to clipboard

Image coded, e.g. Jpeg.

Link copied to clipboard

Maximum supported dimensions of the image in pixels.

Link copied to clipboard

Minimum supported dimensions of the image in pixels.

Link copied to clipboard

Optional array of supported subsampling formats, e.g. 4:2:0, if known.