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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 25 long ch1 = readUInt8(bb);
26 long ch2 = readUInt8(bb);
27 long ch3 = readUInt8(bb);
28 long ch4 = readUInt8(bb);
64 public static int readUInt8(ByteBuffer bb) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SubSampleInformationBox.java 81 subsampleEntry.setSubsamplePriority(IsoTypeReader.readUInt8(content));
82 subsampleEntry.setDiscardable(IsoTypeReader.readUInt8(content));

Completed in 45 milliseconds