Home | History | Annotate | Download | only in libwebm

Lines Matching refs:Segment

73 class Segment;

297 Segment* const m_pSegment;
356 Segment*,
385 Segment*,
391 Segment*,
418 Segment*,
423 Segment*,
448 Segment* const m_pSegment;
455 Segment*,
490 Segment* const m_pSegment;
497 Segment*,
528 Segment* const m_pSegment;
535 Segment*,
606 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
633 friend class Segment;
636 Segment*,
647 Segment* const m_pSegment;
694 friend class Segment;
700 Segment* const m_pSegment;
704 Segment*,
705 long index, //index in segment
706 long long off); //offset relative to segment
729 // static bool HasBlockEntries(const Segment*, long long);
732 const Segment*,
746 Segment*,
753 long long GetPosition() const; //offset relative to segment
781 class Segment
787 Segment(const Segment&);
788 Segment& operator=(const Segment&);
791 Segment(
802 const long long m_start; //posn of segment payload
803 const long long m_size; //size of segment payload
806 static long long CreateInstance(IMkvReader*, long long, Segment*&);
807 ~Segment();
827 //segment object when the cluster is actually added to the index.
850 long long cues_off, //offset relative to start of segment
887 inline long mkvparser::Segment::LoadCluster()