public class ImplConvertYV12
extends java.lang.Object
ConvertYV12| Constructor and Description |
|---|
ImplConvertYV12() |
| Modifier and Type | Method and Description |
|---|---|
static void |
yv12ToInterleaved(byte[] dataYV,
InterleavedF32 output) |
static void |
yv12ToInterleaved(byte[] dataYV,
InterleavedU8 output) |
static void |
yv12ToMultiRgb_F32(byte[] dataYV,
Planar<GrayF32> output) |
static void |
yv12ToMultiRgb_U8(byte[] dataYV,
Planar<GrayU8> output) |
public static void yv12ToInterleaved(byte[] dataYV,
InterleavedU8 output)
public static void yv12ToInterleaved(byte[] dataYV,
InterleavedF32 output)