public static enum RawImgFrame.Type extends Enum<RawImgFrame.Type>
Enum Constant and Description |
---|
BGR888i |
BGR888p |
BGRF16F16F16i |
BGRF16F16F16p |
BITSTREAM |
GRAY8 |
GRAYF16 |
HDR |
LUT16 |
LUT2 |
LUT4 |
NONE |
NV12 |
NV21 |
PACK10 |
PACK12 |
RAW10 |
RAW12 |
RAW14 |
RAW16 |
RAW8 |
RGB161616 |
RGB888i |
RGB888p |
RGBA8888 |
RGBF16F16F16i |
RGBF16F16F16p |
YUV400p |
YUV420p |
YUV422i |
YUV422p |
YUV444i |
YUV444p |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
RawImgFrame.Type |
intern() |
String |
toString() |
static RawImgFrame.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawImgFrame.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawImgFrame.Type YUV422i
public static final RawImgFrame.Type YUV444p
public static final RawImgFrame.Type YUV420p
public static final RawImgFrame.Type YUV422p
public static final RawImgFrame.Type YUV400p
public static final RawImgFrame.Type RGBA8888
public static final RawImgFrame.Type RGB161616
public static final RawImgFrame.Type RGB888p
public static final RawImgFrame.Type BGR888p
public static final RawImgFrame.Type RGB888i
public static final RawImgFrame.Type BGR888i
public static final RawImgFrame.Type LUT2
public static final RawImgFrame.Type LUT4
public static final RawImgFrame.Type LUT16
public static final RawImgFrame.Type RAW16
public static final RawImgFrame.Type RAW14
public static final RawImgFrame.Type RAW12
public static final RawImgFrame.Type RAW10
public static final RawImgFrame.Type RAW8
public static final RawImgFrame.Type PACK10
public static final RawImgFrame.Type PACK12
public static final RawImgFrame.Type YUV444i
public static final RawImgFrame.Type NV12
public static final RawImgFrame.Type NV21
public static final RawImgFrame.Type BITSTREAM
public static final RawImgFrame.Type HDR
public static final RawImgFrame.Type RGBF16F16F16p
public static final RawImgFrame.Type BGRF16F16F16p
public static final RawImgFrame.Type RGBF16F16F16i
public static final RawImgFrame.Type BGRF16F16F16i
public static final RawImgFrame.Type GRAY8
public static final RawImgFrame.Type GRAYF16
public static final RawImgFrame.Type NONE
public static RawImgFrame.Type[] values()
for (RawImgFrame.Type c : RawImgFrame.Type.values()) System.out.println(c);
public static RawImgFrame.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic RawImgFrame.Type intern()
public String toString()
toString
in class Enum<RawImgFrame.Type>
Copyright © 2024. All rights reserved.