自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 关于yuv 格式

转载:http://www.cnblogs.com/soniclq/archive/2012/02/02/2335974.html关于yuv 格式YUV 格式通常有两大类:打包(packed)格式和平面(planar)格式。前者将 YUV 分量存放在同一个数组中,通常是几个相邻的像素组成一个宏像素(macro-pixel);而后者使用三个数组分开存放 YUV 三个分量,就像是一个三维平面一样。几种

2016-12-07 19:32:13 252

原创 test

test

2015-09-06 08:32:54 389

原创 ss

about<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertica

2014-08-14 17:41:34 476

原创

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.shareingcontact" android:versionCode="1" android:versionName="1.0" > <uses-sdk

2014-08-08 20:12:46 397

原创 .xml

activity_main.xml   :<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr

2014-08-08 19:50:03 291

原创 。java

AddActivity.java内容package com.example.shareingcontact;import com.example.shareingcontact.db.ContactInfo;import com.example.shareingcontact.db.Contacts;import android.app.Activity;import an

2014-08-08 19:40:22 629

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除