Home | History | Annotate | Download | only in mkvparser

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*,
551 long index, //index in segment
552 long long off); //offset relative to segment
574 // static bool HasBlockEntries(const Segment*, long long);
577 const Segment*,
594 Segment*,
601 long long GetPosition() const; //offset relative to segment
629 class Segment
635 Segment(const Segment&);
636 Segment& operator=(const Segment&);
639 Segment(IMkvReader*, long long pos, long long size);
643 const long long m_start; //posn of segment payload
644 const long long m_size; //size of segment payload
647 static long long CreateInstance(IMkvReader*, long long, Segment*&);
648 ~Segment();
667 //segment object when the cluster is actually added to the index.
690 long long cues_off, //offset relative to start of segment
727 inline long mkvparser::Segment::LoadCluster()