fromYUV420

fun fromYUV420(yPlaneBuffer: ByteBuffer, yPlaneRowStride: Int, yPlanePixelStride: Int, uPlaneBuffer: ByteBuffer, uPlaneRowStride: Int, uPlanePixelStride: Int, vPlaneBuffer: ByteBuffer, vPlaneRowStride: Int, vPlanePixelStride: Int, width: Int, height: Int, options: RawImageLoadOptions = RawImageLoadOptions()): ImageRef

Creates ImageRef from yuv_420_888 image