Class YUVToRGBConverter


  • public class YUVToRGBConverter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      YUVToRGBConverter​(android.content.Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.graphics.Bitmap byteBufferToBitmap​(byte[] buffer, int width, int height)  
      void dispose()  
      • Methods inherited from class java.lang.Object

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

      • YUVToRGBConverter

        public YUVToRGBConverter​(android.content.Context context)
    • Method Detail

      • byteBufferToBitmap

        public android.graphics.Bitmap byteBufferToBitmap​(byte[] buffer,
                                                          int width,
                                                          int height)
      • dispose

        public void dispose()