Merge "Add yuv get" into jb-mr2-dev
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user