摘要:
private static void decodeYUV420SP(int[] rgbBuf, byte[] yuv420sp,int width, int height) {final int frameSize = width * height;if (rgbBuf == null)throw new NullPointerException("buffer 'rgbBuf' is null");if (rgbBuf.length < frameSize * 3)throw new IllegalArgumentException("b 阅读全文
posted @ 2011-10-15 16:47
h2内存数据库
阅读(2806)
评论(0)
推荐(0)

浙公网安备 33010602011771号