Merge "Add yuv get" into jb-mr2-dev

This commit is contained in:
Jason Sams
2013-03-26 21:15:35 +00:00
committed by Android (Google) Code Review

View File

@@ -109,6 +109,16 @@ public class Type extends BaseObj {
return mDimZ;
}
/**
* Get the YUV format
*
* @hide
* @return int
*/
public int getYuv() {
return mDimYuv;
}
/**
* Return if the Type has a mipmap chain.
*