OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [imageio/] [jpeg/] [JPEGFrame.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_imageio_jpeg_JPEGFrame__
5
#define __gnu_javax_imageio_jpeg_JPEGFrame__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace imageio
17
      {
18
        namespace jpeg
19
        {
20
            class JPEGFrame;
21
            class JPEGScan;
22
        }
23
      }
24
    }
25
  }
26
  namespace javax
27
  {
28
    namespace imageio
29
    {
30
      namespace plugins
31
      {
32
        namespace jpeg
33
        {
34
            class JPEGHuffmanTable;
35
        }
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::javax::imageio::jpeg::JPEGFrame : public ::java::lang::Object
42
{
43
 
44
public:
45
  JPEGFrame();
46
  virtual void addComponent(jbyte, jbyte, jbyte);
47
  virtual void setPrecision(jbyte);
48
  virtual void setScanLines(jshort);
49
  virtual void setSamplesPerLine(jshort);
50
  virtual void setColorMode(jbyte);
51
  virtual void setComponentCount(jbyte);
52
  virtual jbyte getComponentCount();
53
  virtual void setHuffmanTables(jbyte, ::javax::imageio::plugins::jpeg::JPEGHuffmanTable *, ::javax::imageio::plugins::jpeg::JPEGHuffmanTable *);
54
  static const jbyte JPEG_COLOR_GRAY = 1;
55
  static const jbyte JPEG_COLOR_RGB = 2;
56
  static const jbyte JPEG_COLOR_YCbCr = 3;
57
  static const jbyte JPEG_COLOR_CMYK = 4;
58
  jbyte __attribute__((aligned(__alignof__( ::java::lang::Object)))) precision;
59
  jbyte colorMode;
60
  jbyte componentCount;
61
  jshort width;
62
  jshort height;
63
  ::gnu::javax::imageio::jpeg::JPEGScan * components;
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __gnu_javax_imageio_jpeg_JPEGFrame__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.