Lines Matching refs:Segment
63 class Segment;
198 Segment* const m_pSegment;
244 Segment*,
274 Segment*,
300 Segment*,
323 Segment* const m_pSegment;
330 Segment*,
362 Segment* const m_pSegment;
369 Segment*,
398 Segment* const m_pSegment;
405 Segment*,
452 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
479 friend class Segment;
482 Segment*,
493 Segment* const m_pSegment;
540 friend class Segment;
546 Segment* const m_pSegment;
550 Segment*,
577 const Segment*,
594 Segment*,
629 class Segment class
635 Segment(const Segment&);
636 Segment& operator=(const Segment&);
639 Segment(IMkvReader*, long long pos, long long size);
647 static long long CreateInstance(IMkvReader*, long long, Segment*&);
648 ~Segment();
727 inline long mkvparser::Segment::LoadCluster() in LoadCluster()