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] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_javax_imageio_jpeg_JPEGFrame__
#define __gnu_javax_imageio_jpeg_JPEGFrame__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace imageio
      {
        namespace jpeg
        {
            class JPEGFrame;
            class JPEGScan;
        }
      }
    }
  }
  namespace javax
  {
    namespace imageio
    {
      namespace plugins
      {
        namespace jpeg
        {
            class JPEGHuffmanTable;
        }
      }
    }
  }
}
 
class gnu::javax::imageio::jpeg::JPEGFrame : public ::java::lang::Object
{
 
public:
  JPEGFrame();
  virtual void addComponent(jbyte, jbyte, jbyte);
  virtual void setPrecision(jbyte);
  virtual void setScanLines(jshort);
  virtual void setSamplesPerLine(jshort);
  virtual void setColorMode(jbyte);
  virtual void setComponentCount(jbyte);
  virtual jbyte getComponentCount();
  virtual void setHuffmanTables(jbyte, ::javax::imageio::plugins::jpeg::JPEGHuffmanTable *, ::javax::imageio::plugins::jpeg::JPEGHuffmanTable *);
  static const jbyte JPEG_COLOR_GRAY = 1;
  static const jbyte JPEG_COLOR_RGB = 2;
  static const jbyte JPEG_COLOR_YCbCr = 3;
  static const jbyte JPEG_COLOR_CMYK = 4;
  jbyte __attribute__((aligned(__alignof__( ::java::lang::Object)))) precision;
  jbyte colorMode;
  jbyte componentCount;
  jshort width;
  jshort height;
  ::gnu::javax::imageio::jpeg::JPEGScan * components;
  static ::java::lang::Class class$;
};
 
#endif // __gnu_javax_imageio_jpeg_JPEGFrame__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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