YUVUtility
NameSpace: Android
Public Methods
int CalculateUVIndex
public static int CalculateUVIndex(
int x,
int y,
int pixelStride,
int rowStride
)
Parameters
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | pixelStride | |
| int | rowStride |
int CalculateYIndex
public static int CalculateYIndex(
int x,
int y,
int pixelStride,
int rowStride
)
Parameters
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | pixelStride | |
| int | rowStride |
JobHandle ConvertPlanesToRGBAsync
public static JobHandle ConvertPlanesToRGBAsync(
Allocator allocator,
NativeYUVPlanes yuvPlanes,
out NativeArray< Color32 > outRgb
)
Parameters
| Type | Name | Description |
|---|---|---|
| Allocator | allocator | |
| NativeYUVPlanes | yuvPlanes | |
| out NativeArray< Color32 > | outRgb |
Color32 ProcessPixel
public static Color32 ProcessPixel(
byte rawY,
byte rawU,
byte rawV
)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | rawY | |
| byte | rawU | |
| byte | rawV |