Package-level declarations

Types

Link copied to clipboard
data class BgraRawImage(val size: ImageSize, val bytes: ByteArray)

Represents an image with 8-bit BGRA color components with the values Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.

Link copied to clipboard
class ImageSize
Link copied to clipboard
class Nv21Image