public class AbstractVideoCodecCore
extends java.lang.Object
| 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) |
protected int |
readRGB555to24LE(javax.imageio.stream.ImageInputStream in) |
protected int |
readRGB565to24(javax.imageio.stream.ImageInputStream in) |
protected void |
readRGBs555to24(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len) |
protected void |
readRGBs555to24LE(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len) |
protected void |
readRGBs565to24(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len) |
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.IOExceptionprotected void writeInt24LE(javax.imageio.stream.ImageOutputStream out,
int v)
throws java.io.IOException
java.io.IOExceptionprotected void writeInts24(javax.imageio.stream.ImageOutputStream out,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected void writeInts24LE(javax.imageio.stream.ImageOutputStream out,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected void readInts24LE(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected int readInt24LE(javax.imageio.stream.ImageInputStream in)
throws java.io.IOException
java.io.IOExceptionprotected void readRGBs565to24(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected int readRGB565to24(javax.imageio.stream.ImageInputStream in)
throws java.io.IOException
java.io.IOExceptionprotected void readRGBs555to24(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected int readRGB555to24(javax.imageio.stream.ImageInputStream in)
throws java.io.IOException
java.io.IOExceptionprotected void readRGBs555to24LE(javax.imageio.stream.ImageInputStream in,
int[] i,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionprotected int readRGB555to24LE(javax.imageio.stream.ImageInputStream in)
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.