public class ChromaFormat
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static ChromaFormat |
MONOCHROME |
|
static ChromaFormat |
YUV_420 |
|
static ChromaFormat |
YUV_422 |
|
static ChromaFormat |
YUV_444 |
| Constructor | Description |
|---|---|
ChromaFormat(int id,
int subWidth,
int subHeight) |
| Modifier and Type | Method | Description |
|---|---|---|
static ChromaFormat |
fromId(int id) |
|
int |
getId() |
|
int |
getSubHeight() |
|
int |
getSubWidth() |
|
java.lang.String |
toString() |
public static ChromaFormat MONOCHROME
public static ChromaFormat YUV_420
public static ChromaFormat YUV_422
public static ChromaFormat YUV_444
public static ChromaFormat fromId(int id)
public int getId()
public int getSubWidth()
public int getSubHeight()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All rights reserved.