public class AbstractVideoCodecCore extends Object
AbstractVideoCodecCore.| Constructor and Description |
|---|
AbstractVideoCodecCore() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
readInt24LE(ImageInputStream in) |
protected void |
readInts24LE(ImageInputStream in,
int[] i,
int off,
int len) |
protected int |
readRGB555to24(ImageInputStream in)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected int |
readRGB555to24LE(ImageInputStream in)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected int |
readRGB565to24(ImageInputStream in)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected void |
readRGBs555to24(ImageInputStream in,
int[] i,
int off,
int len)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected void |
readRGBs555to24LE(ImageInputStream in,
int[] i,
int off,
int len)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected void |
readRGBs565to24(ImageInputStream in,
int[] i,
int off,
int len)
Reads 16-bit RGB and converts it to 24-bit RGB.
|
protected void |
writeInt24(ImageOutputStream out,
int v) |
protected void |
writeInt24LE(ImageOutputStream out,
int v) |
protected void |
writeInts24(ImageOutputStream out,
int[] i,
int off,
int len) |
protected void |
writeInts24LE(ImageOutputStream out,
int[] i,
int off,
int len) |
protected void writeInt24(ImageOutputStream out, int v) throws IOException
IOExceptionprotected void writeInt24LE(ImageOutputStream out, int v) throws IOException
IOExceptionprotected void writeInts24(ImageOutputStream out, int[] i, int off, int len) throws IOException
IOExceptionprotected void writeInts24LE(ImageOutputStream out, int[] i, int off, int len) throws IOException
IOExceptionprotected void readInts24LE(ImageInputStream in, int[] i, int off, int len) throws IOException
IOExceptionprotected int readInt24LE(ImageInputStream in) throws IOException
IOExceptionprotected void readRGBs565to24(ImageInputStream in, int[] i, int off, int len) throws IOException
IOExceptionprotected int readRGB565to24(ImageInputStream in) throws IOException
IOExceptionprotected void readRGBs555to24(ImageInputStream in, int[] i, int off, int len) throws IOException
IOExceptionprotected int readRGB555to24(ImageInputStream in) throws IOException
IOExceptionprotected void readRGBs555to24LE(ImageInputStream in, int[] i, int off, int len) throws IOException
IOExceptionprotected int readRGB555to24LE(ImageInputStream in) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.