Class GDFContext

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class GDFContext
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Summary

      Constructors 
      Constructor Description
      GDFContext​(int extra_ival)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      int getExtraIval()  
      android.graphics.Bitmap getOrigBitmap()  
      java.nio.ByteBuffer getResult()  
      java.nio.ByteBuffer getUvch()  
      int getUvchSize()  
      java.nio.ByteBuffer getYch()  
      int getYchSize()  
      void setOrigBitmap​(android.graphics.Bitmap orig, boolean retPool)  
      void setResult​(java.nio.ByteBuffer result, int size)  
      void setUvch​(int size)  
      void setUvch​(java.nio.ByteBuffer uvbuf, int size)  
      void setYch​(int size)  
      void setYch​(java.nio.ByteBuffer ybuf, int size, boolean replace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GDFContext

        public GDFContext​(int extra_ival)
    • Method Detail

      • getExtraIval

        public int getExtraIval()
      • setOrigBitmap

        public void setOrigBitmap​(android.graphics.Bitmap orig,
                                  boolean retPool)
      • getOrigBitmap

        public android.graphics.Bitmap getOrigBitmap()
      • getYchSize

        public int getYchSize()
      • getUvchSize

        public int getUvchSize()
      • getYch

        public java.nio.ByteBuffer getYch()
      • getUvch

        public java.nio.ByteBuffer getUvch()
      • getResult

        public java.nio.ByteBuffer getResult()
      • setResult

        public void setResult​(java.nio.ByteBuffer result,
                              int size)
      • setYch

        public void setYch​(int size)
      • setYch

        public void setYch​(java.nio.ByteBuffer ybuf,
                           int size,
                           boolean replace)
      • setUvch

        public void setUvch​(int size)
      • setUvch

        public void setUvch​(java.nio.ByteBuffer uvbuf,
                            int size)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException