convertYUV420SPToARGB8888

open fun convertYUV420SPToARGB8888(    input: Array<Byte>,     width: Int,     height: Int,     output: Array<Int>)