HomeSort by relevance Sort by last modified time
    Searched defs:mBaseType (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 56 protected int mBaseType = TYPE_UNSPECIFIED;
68 mBaseType = baseType;
78 return mBaseType;
82 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE;
90 return mBytesPerSample / bytesPerSampleOf(mBaseType);
181 return format.mBaseType == mBaseType &&
190 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize();
411 + baseTypeToString(mBaseType)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 66 milliseconds