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