-
public class ImageUtils图片工具类
-
-
Method Summary
Modifier and Type Method Description static voidyuv_420_888toNv21(@NonNull() ImageProxy image, @NonNull() Array<byte> nv21)YUV420_888转NV21 -
-
Method Detail
-
yuv_420_888toNv21
static void yuv_420_888toNv21(@NonNull() ImageProxy image, @NonNull() Array<byte> nv21)
YUV420_888转NV21
- Parameters:
image- ImageProxynv21- NV21 format bytes
-
-
-
-