|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.AbstractVideoCodecCore
public class AbstractVideoCodecCore
AbstractVideoCodecCore.
| Constructor Summary | |
|---|---|
AbstractVideoCodecCore()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVideoCodecCore()
| Method Detail |
|---|
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
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||