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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 476 ByteBuffer sampleArray[] = sublist.toArray(new ByteBuffer[sublist.size()]);
478 ((GatheringByteChannel) writableByteChannel).write(sampleArray);
479 } while (sampleArray[sampleArray.length - 1].remaining() > 0);
FragmentedMp4Builder.java 215 ByteBuffer sampleArray[] = sublist.toArray(new ByteBuffer[sublist.size()]);
217 ((GatheringByteChannel) writableByteChannel).write(sampleArray);
218 } while (sampleArray[sampleArray.length - 1].remaining() > 0);

Completed in 254 milliseconds