Searched refs:getContent (Results 26 - 50 of 168) sorted by relevance

1234567

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/
H A DActionMessageFormat0SampleEntryBox.java34 protected void getContent(ByteBuffer byteBuffer) { method in class:ActionMessageFormat0SampleEntryBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DTimeCodeBox.java49 protected void getContent(ByteBuffer byteBuffer) { method in class:TimeCodeBox
/external/apache-http/src/org/apache/http/conn/
H A DBasicManagedEntity.java98 public InputStream getContent() throws IOException { method in class:BasicManagedEntity
100 return new EofSensorInputStream(wrappedEntity.getContent(), this);
/external/apache-http/src/org/apache/http/entity/
H A DBufferedHttpEntity.java76 public InputStream getContent() throws IOException { method in class:BufferedHttpEntity
80 return wrappedEntity.getContent();
H A DFileEntity.java70 public InputStream getContent() throws IOException { method in class:FileEntity
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackExtendsBox.java52 protected void getContent(ByteBuffer byteBuffer) { method in class:TrackExtendsBox
58 defaultSampleFlags.getContent(byteBuffer);
H A DMovieExtendsHeaderBox.java55 protected void getContent(ByteBuffer byteBuffer) { method in class:MovieExtendsHeaderBox
H A DMovieFragmentHeaderBox.java45 protected void getContent(ByteBuffer byteBuffer) { method in class:MovieFragmentHeaderBox
H A DTrackFragmentBaseMediaDecodeTimeBox.java40 protected void getContent(ByteBuffer byteBuffer) { method in class:TrackFragmentBaseMediaDecodeTimeBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/
H A DAvcNalUnitStorageBox.java85 protected void getContent(ByteBuffer byteBuffer) { method in class:AvcNalUnitStorageBox
86 this.avcDecoderConfigurationRecord.getContent(byteBuffer);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java53 public byte[] getContent() { method in class:ProtectionSystemSpecificHeaderBox
71 protected void getContent(ByteBuffer byteBuffer) { method in class:ProtectionSystemSpecificHeaderBox
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSProcessableByteArray.java45 public Object getContent() method in class:CMSProcessableByteArray
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemObject.java51 public byte[] getContent() method in class:PemObject
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DBitRateBox.java62 protected void getContent(ByteBuffer byteBuffer) { method in class:BitRateBox
H A DChunkOffset64BitBox.java42 protected void getContent(ByteBuffer byteBuffer) { method in class:ChunkOffset64BitBox
H A DDataEntryUrnBox.java59 protected void getContent(ByteBuffer byteBuffer) { method in class:DataEntryUrnBox
H A DItemProtectionBox.java55 protected void getContent(ByteBuffer byteBuffer) { method in class:ItemProtectionBox
H A DOriginalFormatBox.java61 protected void getContent(ByteBuffer byteBuffer) { method in class:OriginalFormatBox
H A DSampleDescriptionBox.java67 protected void getContent(ByteBuffer byteBuffer) { method in class:SampleDescriptionBox
H A DStaticChunkOffsetBox.java62 protected void getContent(ByteBuffer byteBuffer) { method in class:StaticChunkOffsetBox
H A DVideoMediaHeaderBox.java62 protected void getContent(ByteBuffer byteBuffer) { method in class:VideoMediaHeaderBox
H A DXmlBox.java40 protected void getContent(ByteBuffer byteBuffer) { method in class:XmlBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleMeanBox.java33 protected void getContent(ByteBuffer byteBuffer) { method in class:AppleMeanBox
H A DAppleNameBox.java41 protected void getContent(ByteBuffer byteBuffer) { method in class:AppleNameBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DMpegSampleEntry.java39 protected void getContent(ByteBuffer byteBuffer) { method in class:MpegSampleEntry

Completed in 230 milliseconds

1234567