com.fluendo.jheora
public class YUVBuffer extends Object implements ImageProducer
Field Summary | |
---|---|
short[] | data |
int | uv_height |
int | uv_stride |
int | uv_width |
int | u_offset |
int | v_offset |
int | y_height |
int | y_offset |
int | y_stride |
int | y_width |
Method Summary | |
---|---|
void | addConsumer(ImageConsumer ic) |
Object | getObject(int x, int y, int width, int height) |
boolean | isConsumer(ImageConsumer ic) |
void | newPixels() |
void | removeConsumer(ImageConsumer ic) |
void | requestTopDownLeftRightResend(ImageConsumer ic) |
void | startProduction(ImageConsumer ic) |