/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
D | ByteBufferByteChannel.java | 27 ByteBuffer byteBuffer; field in ByteBufferByteChannel 29 public ByteBufferByteChannel(ByteBuffer byteBuffer) { in ByteBufferByteChannel()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoTypeReader.java | 80 public static String readString(ByteBuffer byteBuffer) { in readString() 90 public static String readString(ByteBuffer byteBuffer, int length) { in readString() 97 public static long readUInt64(ByteBuffer byteBuffer) { in readUInt64()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
D | CencSampleEncryptionInformationGroupEntry.java | 42 public void parse(ByteBuffer byteBuffer) { in parse() 52 ByteBuffer byteBuffer = ByteBuffer.allocate(20); in get() local
|
D | GroupEntry.java | 22 public abstract void parse(ByteBuffer byteBuffer); in parse()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | PlayReadyHeader.java | 48 public void parse(ByteBuffer byteBuffer) { in parse() 72 ByteBuffer byteBuffer = ByteBuffer.allocate(size); in getData() local 113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
|
D | TfxdBox.java | 67 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | NullMediaHeaderBox.java | 40 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | ItemProtectionBox.java | 55 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | DataReferenceBox.java | 59 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | SampleDescriptionBox.java | 67 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | SubtitleMediaHeaderBox.java | 23 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | DataEntryUrlBox.java | 42 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | ChunkOffset64BitBox.java | 42 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | SoundMediaHeaderBox.java | 49 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | ItemDataBox.java | 40 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | RecordingYearBox.java | 58 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | UnknownBox.java | 47 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/ |
D | ActionMessageFormat0SampleEntryBox.java | 34 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
D | TimeCodeBox.java | 49 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | Ovc1VisualSampleEntryImpl.java | 34 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | MpegSampleEntry.java | 39 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleDataRateBox.java | 44 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | AppleNameBox.java | 41 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | MovieFragmentRandomAccessOffsetBox.java | 50 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|
D | MovieExtendsHeaderBox.java | 55 protected void getContent(ByteBuffer byteBuffer) { in getContent()
|