HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT16 (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/
type_aliases.h 66 #ifndef TYPE_INT16
67 /*#define TYPE_INT16*/
  /system/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 33 return createFormat(FrameFormat.TYPE_INT16, count, target);
53 return createFormat(FrameFormat.TYPE_INT16, target);
  /system/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 34 public static final int TYPE_INT16 = 3;
315 case TYPE_INT16:
348 case TYPE_INT16: return "int";
SimpleFrame.java 57 case FrameFormat.TYPE_INT16:
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 32 public static final int TYPE_INT16 = 0x0003;

Completed in 645 milliseconds