Package 

Class ImageUtils

    • Method Summary

      Modifier and Type Method Description
      static void yuv_420_888toNv21(@NonNull() ImageProxy image, @NonNull() Array<byte> nv21) YUV420_888转NV21
      • Methods inherited from class java.lang.Object

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

      • yuv_420_888toNv21

         static void yuv_420_888toNv21(@NonNull() ImageProxy image, @NonNull() Array<byte> nv21)

        YUV420_888转NV21

        Parameters:
        image - ImageProxy
        nv21 - NV21 format bytes