Transform.Levels| Constructor and Description |
|---|
Yuv420pToRgb() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(Picture src,
Picture dst) |
static void |
YUV420pToRGBH2H(byte yh,
byte yl,
byte uh,
byte ul,
byte vh,
byte vl,
int nlbi,
byte[] data,
byte[] lowBits,
int nlbo,
int off) |
static void |
YUV420pToRGBN2N(byte y,
byte u,
byte v,
byte[] data,
int off) |
public static void YUV420pToRGBN2N(byte y,
byte u,
byte v,
byte[] data,
int off)
public static void YUV420pToRGBH2H(byte yh,
byte yl,
byte uh,
byte ul,
byte vh,
byte vl,
int nlbi,
byte[] data,
byte[] lowBits,
int nlbo,
int off)
Copyright © 2019. All rights reserved.