HomeSort by relevance Sort by last modified time
    Searched refs:ByteBufferByteChannel (Results 1 - 6 of 6) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 26 public class ByteBufferByteChannel implements ByteChannel {
29 public ByteBufferByteChannel(ByteBuffer byteBuffer) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MetaBox.java 22 import com.googlecode.mp4parser.util.ByteBufferByteChannel;
80 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 22 import com.googlecode.mp4parser.util.ByteBufferByteChannel;
147 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this));
160 WritableByteChannel wbc = new ByteBufferByteChannel(bb);
FullContainerBox.java 22 import com.googlecode.mp4parser.util.ByteBufferByteChannel;
109 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this));
141 WritableByteChannel wbc = new ByteBufferByteChannel(bb);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 25 import com.googlecode.mp4parser.util.ByteBufferByteChannel;
124 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AbstractAppleMetaDataBox.java 9 import com.googlecode.mp4parser.util.ByteBufferByteChannel;
60 appleDataBox.parse(new ByteBufferByteChannel(content), null, content.remaining(), null);
74 appleDataBox.getBox(new ByteBufferByteChannel(byteBuffer));

Completed in 51 milliseconds