Searched refs:TYPE_INT16 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DPrimitiveFormat.java33 return createFormat(FrameFormat.TYPE_INT16, count, target);
53 return createFormat(FrameFormat.TYPE_INT16, target);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java34 public static final int TYPE_INT16 = 3; field in class:FrameFormat
315 case TYPE_INT16:
348 case TYPE_INT16: return "int";
H A DSimpleFrame.java57 case FrameFormat.TYPE_INT16:
/frameworks/base/media/java/android/mtp/
H A DMtpConstants.java32 public static final int TYPE_INT16 = 0x0003; field in class:MtpConstants

Completed in 72 milliseconds