public static class TheoraLibrary.yuv_buffer
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
com.sun.jna.Pointer |
u
< Pointer to start of luminance data
|
int |
uv_height
< Height of the Cb and Cr chroma planes
|
int |
uv_stride
< Width of the chroma planes
|
int |
uv_width
< Offset in bytes between successive rows
|
com.sun.jna.Pointer |
v
< Pointer to start of Cb data
|
com.sun.jna.Pointer |
y
< Offset between successive chroma rows
|
int |
y_height
< Width of the Y' luminance plane
|
int |
y_stride
< Height of the luminance plane
|
int |
y_width |
Constructor and Description |
---|
yuv_buffer() |
public int y_width
public int y_height
public int y_stride
public int uv_width
public int uv_height
public int uv_stride
public com.sun.jna.Pointer y
public com.sun.jna.Pointer u
public com.sun.jna.Pointer v