Searched refs:getContentSize (Results 1 - 25 of 109) sorted by relevance

12345

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataReferenceBox.java46 protected long getContentSize() { method in class:DataReferenceBox
47 return super.getContentSize() + 4;
H A DDataEntryUrlBox.java46 protected long getContentSize() { method in class:DataEntryUrlBox
H A DNullMediaHeaderBox.java30 protected long getContentSize() { method in class:NullMediaHeaderBox
H A DSubtitleMediaHeaderBox.java13 protected long getContentSize() { method in class:SubtitleMediaHeaderBox
H A DSampleDescriptionBox.java55 protected long getContentSize() { method in class:SampleDescriptionBox
56 return super.getContentSize() + 4;
H A DUserDataBox.java36 protected long getContentSize() { method in class:UserDataBox
37 return super.getContentSize(); //To change body of overridden methods use File | Settings | File Templates.
H A DMetaBox.java42 public long getContentSize() { method in class:MetaBox
45 return 4 + super.getContentSize();
48 return super.getContentSize();
H A DFreeSpaceBox.java33 protected long getContentSize() { method in class:FreeSpaceBox
H A DItemDataBox.java28 protected long getContentSize() { method in class:ItemDataBox
H A DRecordingYearBox.java38 protected long getContentSize() { method in class:RecordingYearBox
H A DSoundMediaHeaderBox.java37 protected long getContentSize() { method in class:SoundMediaHeaderBox
H A DUnknownBox.java36 protected long getContentSize() { method in class:UnknownBox
H A DUserBox.java35 protected long getContentSize() { method in class:UserBox
H A DBitRateBox.java50 protected long getContentSize() { method in class:BitRateBox
H A DChunkOffset64BitBox.java27 protected long getContentSize() { method in class:ChunkOffset64BitBox
H A DDataEntryUrnBox.java47 protected long getContentSize() { method in class:DataEntryUrnBox
H A DOriginalFormatBox.java51 protected long getContentSize() { method in class:OriginalFormatBox
H A DStaticChunkOffsetBox.java42 protected long getContentSize() { method in class:StaticChunkOffsetBox
H A DVideoMediaHeaderBox.java46 protected long getContentSize() { method in class:VideoMediaHeaderBox
H A DXmlBox.java29 protected long getContentSize() { method in class:XmlBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleDataRateBox.java33 protected long getContentSize() { method in class:AppleDataRateBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentRandomAccessOffsetBox.java39 protected long getContentSize() { method in class:MovieFragmentRandomAccessOffsetBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/
H A DActionMessageFormat0SampleEntryBox.java17 protected long getContentSize() { method in class:ActionMessageFormat0SampleEntryBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DTimeCodeBox.java32 protected long getContentSize() { method in class:TimeCodeBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/
H A DAvcNalUnitStorageBox.java75 protected long getContentSize() { method in class:AvcNalUnitStorageBox
76 return avcDecoderConfigurationRecord.getContentSize();

Completed in 2055 milliseconds

12345