encodeYUV420SP

fun encodeYUV420SP(yuv420sp: ByteArray, argb: IntArray, width: Int, height: Int)

Encodes provided argb buffer to NV21.

Parameters

yuv420sp

Buffer that will be filled with YUV output.

argb

Input Pixels.