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

  /external/chromium_org/media/base/
ranges_unittest.cc 102 TEST(RangesTest, IntersectionWith) {
113 ASSERT_RANGES(a.IntersectionWith(b), "{ }");
114 ASSERT_RANGES(b.IntersectionWith(a), "{ }");
120 ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [4,7) [10,12) }");
121 ASSERT_RANGES(b.IntersectionWith(a), "{ [0,1) [4,7) [10,12) }");
129 ASSERT_RANGES(a.IntersectionWith(b), "{ }");
130 ASSERT_RANGES(b.IntersectionWith(a), "{ }");
138 ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [5,7) [10,11) }");
139 ASSERT_RANGES(b.IntersectionWith(a), "{ [0,1) [5,7) [10,11) }");
147 ASSERT_RANGES(a.IntersectionWith(b), "{ [0,1) [4,7) [10,12) }")
    [all...]
ranges.h 42 Ranges<T> IntersectionWith(const Ranges<T>& other) const;
137 Ranges<T> Ranges<T>::IntersectionWith(const Ranges<T>& other) const {
  /external/chromium_org/media/filters/
chunk_demuxer.cc 80 intersection_ranges = intersection_ranges.IntersectionWith(source_ranges);
849 return range.IntersectionWith(valid_time_range);
    [all...]
ffmpeg_demuxer.cc     [all...]

Completed in 383 milliseconds