am f3f0e155: Merge "Add yuv get" into jb-mr2-dev

* commit 'f3f0e155e11a705352239506e5a4adcfdacf2f4a':
  Add yuv get
This commit is contained in:
Jason Sams
2013-03-26 14:20:34 -07:00
committed by Android Git Automerger

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.
*