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

  /external/icu/icu4c/source/common/
udataswp.h 164 UDataReadUInt16 *readUInt16;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 44 result += readUInt16(bb) << 8;
50 public static int readUInt16(ByteBuffer bb) {
132 int bits = readUInt16(bb);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SubSampleInformationBox.java 77 int subsampleCount = IsoTypeReader.readUInt16(content);
80 subsampleEntry.setSubsampleSize(getVersion() == 1 ? IsoTypeReader.readUInt32(content) : IsoTypeReader.readUInt16(content));
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 109 milliseconds