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

  /external/icu/icu4c/source/common/
udataswp.h 162 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));

Completed in 66 milliseconds