Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 4 of 4) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/core/
DMutableFrameFormat.java34 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat()
38 public void setBaseType(int baseType) { in setBaseType()
DFrameFormat.java67 public FrameFormat(int baseType, int target) { in FrameFormat()
309 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf()
343 public static String baseTypeToString(int baseType) { in baseTypeToString()
DSimpleFrame.java52 final int baseType = format.getBaseType(); in initWithFormat() local
/system/media/mca/filterfw/java/android/filterfw/format/
DPrimitiveFormat.java68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat()
74 private static MutableFrameFormat createFormat(int baseType, int target) { in createFormat()