ImageFormatType Enum

Definition

public enum ImageFormatType
type ImageFormatType = 
Inheritance
ImageFormatType

Fields

Depth16 1144402265
DepthJpeg 1768253795
DepthPointCloud 257
FlexRgb888 41
FlexRgba8888 42
Heic 1212500294
Jpeg 256

Encoded formats.

JpegR 4101
Nv16 16

YCbCr format, used for video.

Nv21 17

YCrCb format used for images, which uses the NV21 encoding format.

Private 34
Raw10 37
Raw12 38
RawPrivate 36
RawSensor 32
Rgb565 4

RGB format used for pictures encoded as RGB_565.

Unknown 0
Y8 538982489
YcbcrP010 54
Yuv420888 35
Yuv422888 39
Yuv444888 40
Yuy2 20

YCbCr format used for images, which uses YUYV (YUY2) encoding format. This is an alternative format for camera preview images.

Yv12 842094169

Remarks

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