HomeSort by relevance Sort by last modified time
    Searched defs:intersectionFinder (Results 1 - 8 of 8) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
AbstractManifestWriter.java 27 private FragmentIntersectionFinder intersectionFinder;
31 protected AbstractManifestWriter(FragmentIntersectionFinder intersectionFinder) {
32 this.intersectionFinder = intersectionFinder;
43 long[] startSamples = intersectionFinder.sampleNumbers(track, movie);
FlatPackageWriterImpl.java 47 FragmentIntersectionFinder intersectionFinder = new SyncSampleIntersectFinderImpl();
48 ismvBuilder.setIntersectionFinder(intersectionFinder);
49 manifestWriter = new FlatManifestWriterImpl(intersectionFinder);
60 FragmentIntersectionFinder intersectionFinder = new SyncSampleIntersectFinderImpl(minFragmentDuration);
61 ismvBuilder.setIntersectionFinder(intersectionFinder);
62 manifestWriter = new FlatManifestWriterImpl(intersectionFinder);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 43 protected FragmentIntersectionFinder intersectionFinder;
46 this.intersectionFinder = new SyncSampleIntersectFinderImpl();
118 long[] intersects = intersectionFinder.sampleNumbers(track, movie);
726 return intersectionFinder;
729 public void setIntersectionFinder(FragmentIntersectionFinder intersectionFinder) {
730 this.intersectionFinder = intersectionFinder;
DefaultMp4Builder.java 77 private FragmentIntersectionFinder intersectionFinder = new TwoSecondIntersectionFinder();
79 public void setIntersectionFinder(FragmentIntersectionFinder intersectionFinder) {
80 this.intersectionFinder = intersectionFinder;
501 long[] referenceChunkStarts = intersectionFinder.sampleNumbers(track, movie);
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 415 static void intersectionFinder(int test1, int test2) {
512 intersectionFinder(0, 1);
PathOpsCubicIntersectionTest.cpp 527 static void intersectionFinder(int index0, int index1, double t1Seed, double t2Seed,
625 intersectionFinder(0, 1, 0.855895664, 0.864850875, t1Step, t2Step);
626 intersectionFinder(0, 1, 0.865207906, 0.865207887, t1Step, t2Step);
627 intersectionFinder(0, 1, 0.865213351, 0.865208087, t1Step, t2Step);
  /external/skqp/tests/
PathOpsQuadIntersectionTest.cpp 415 static void intersectionFinder(int test1, int test2) {
512 intersectionFinder(0, 1);
PathOpsCubicIntersectionTest.cpp 526 static void intersectionFinder(int index0, int index1, double t1Seed, double t2Seed,
624 intersectionFinder(0, 1, 0.855895664, 0.864850875, t1Step, t2Step);
625 intersectionFinder(0, 1, 0.865207906, 0.865207887, t1Step, t2Step);
626 intersectionFinder(0, 1, 0.865213351, 0.865208087, t1Step, t2Step);

Completed in 572 milliseconds