OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJCompressor
(Results
1 - 4
of
4
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJCompressor.java
37
public class
TJCompressor
{
45
public
TJCompressor
() throws Exception {
69
public
TJCompressor
(byte[] srcImage, int x, int y, int width, int pitch,
76
* {@link #
TJCompressor
(byte[], int, int, int, int, int, int)} instead.
79
public
TJCompressor
(byte[] srcImage, int width, int pitch, int height,
104
public
TJCompressor
(BufferedImage srcImage, int x, int y, int width,
/external/libjpeg-turbo/java/
TJExample.java
320
TJCompressor
tjc = new
TJCompressor
();
TJUnitTest.java
636
private static int compTest(
TJCompressor
tjc, byte[] dstBuf, int w,
808
TJCompressor
tjc = null;
816
tjc = new
TJCompressor
();
853
TJCompressor
tjc = null;
857
tjc = new
TJCompressor
();
[
all
...]
TJBench.java
274
TJCompressor
tjc;
292
tjc = new
TJCompressor
();
[
all
...]
Completed in 455 milliseconds