Package com.fluendo.jheora
Class YUVBuffer
java.lang.Object
com.fluendo.jheora.YUVBuffer
- All Implemented Interfaces:
ImageProducer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getObject
(int x, int y, int width, int height) boolean
void
void
void
void
-
Field Details
-
y_width
public int y_width -
y_height
public int y_height -
y_stride
public int y_stride -
uv_width
public int uv_width -
uv_height
public int uv_height -
uv_stride
public int uv_stride -
data
public short[] data -
y_offset
public int y_offset -
u_offset
public int u_offset -
v_offset
public int v_offset
-
-
Constructor Details
-
YUVBuffer
public YUVBuffer()
-
-
Method Details
-
addConsumer
- Specified by:
addConsumer
in interfaceImageProducer
-
isConsumer
- Specified by:
isConsumer
in interfaceImageProducer
-
removeConsumer
- Specified by:
removeConsumer
in interfaceImageProducer
-
requestTopDownLeftRightResend
- Specified by:
requestTopDownLeftRightResend
in interfaceImageProducer
-
startProduction
- Specified by:
startProduction
in interfaceImageProducer
-
newPixels
public void newPixels() -
getObject
-