wrap

open fun wrap(    width: Int,     height: Int,     dataY: ByteBuffer,     strideY: Int,     dataU: ByteBuffer,     strideU: Int,     dataV: ByteBuffer,     strideV: Int,     @Nullable releaseCallback: Runnable): JavaI420Buffer

Wraps existing ByteBuffers into JavaI420Buffer object without copying the contents.