Home
last modified time | relevance | path

Searched refs:mBaseType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java55 protected int mBaseType = TYPE_UNSPECIFIED; field in FrameFormat
67 mBaseType = baseType; in FrameFormat()
77 return mBaseType; in getBaseType()
81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()
89 return mBytesPerSample / bytesPerSampleOf(mBaseType); in getValuesPerSample()
184 return format.mBaseType == mBaseType && in equals()
193 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize(); in hashCode()
414 + baseTypeToString(mBaseType) in toString()
422 mBytesPerSample = bytesPerSampleOf(mBaseType); in initDefaults()
DMutableFrameFormat.java39 mBaseType = baseType; in setBaseType()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt18277 Landroid/filterfw/core/FrameFormat;->mBaseType:I