public static class Constant.YUVFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
I420
YYYYYYYY UU VV
|
static int |
NV12
YYYYYYYY UV UV
|
static int |
NV21
YYYYYYYY VU VU
|
static int |
UDEF |
static int |
YV12
YYYYYYYY VV UU
|
| Constructor and Description |
|---|
YUVFormat() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ToString(int format) |
public static final int NV21
public static final int NV12
public static final int I420
public static final int YV12
public static final int UDEF