Class ImageRenderer


  • public class ImageRenderer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int mProgramHandle  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageRenderer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void draw​(android.media.Image image)  
      static void loadBufferData​(int bufferId, float[] array)  
      static void makeTextures​(int[] textures)  
      • Methods inherited from class java.lang.Object

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

      • mProgramHandle

        protected final int mProgramHandle
    • Constructor Detail

      • ImageRenderer

        public ImageRenderer()
    • Method Detail

      • loadBufferData

        public static void loadBufferData​(int bufferId,
                                          @NonNull
                                          float[] array)
      • makeTextures

        public static void makeTextures​(int[] textures)
      • draw

        public void draw​(@NonNull
                         android.media.Image image)