Lines Matching defs:Segment

678 Segment::Segment(

703 Segment::~Segment()
727 long long Segment::CreateInstance(
730 Segment*& pSegment)
819 if (id == 0x08538067) //Segment ID
830 pSegment = new (std::nothrow) Segment(
857 long long Segment::ParseHeaders()
952 if (id == 0x0549A966) //Segment Info ID
1042 long Segment::LoadCluster(
1056 long Segment::DoLoadCluster(
1500 long Segment::DoLoadClusterUnknownSize(
1685 void Segment::AppendCluster(Cluster* pCluster)
1746 void Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx)
1798 long Segment::Load()
1834 Segment* pSegment,
2003 void Segment::ParseCues(long long off)
2009 //os << "Segment::ParseCues (begin)" << endl;
2048 //os << "Segment::ParseCues (end)" << endl;
2051 long Segment::ParseCues(
2179 void Segment::ParseSeekEntry(
2337 Segment* pSegment,
2849 const BlockEntry* Segment::GetBlock(
2906 const Cluster* Segment::FindOrPreloadCluster(long long requested_pos)
3179 long long CuePoint::GetTime(const Segment* pSegment) const
3197 long long Segment::Unparsed() const
3210 bool Segment::DoneParsing() const
3234 const Cluster* Segment::GetFirst() const
3246 const Cluster* Segment::GetLast() const
3260 unsigned long Segment::GetCount() const
3266 const Cluster* Segment::GetNext(const Cluster* pCurr)
3453 long Segment::ParseNext(
3606 long Segment::DoParseNext(
3959 const Cluster* Segment::FindCluster(long long time_ns) const
4018 const BlockEntry* Segment::Seek(
4164 bool Segment::SearchCues(
4194 const Tracks* Segment::GetTracks() const
4200 const SegmentInfo* Segment::GetInfo() const
4206 const Cues* Segment::GetCues() const
4212 const SeekHead* Segment::GetSeekHead() const
4218 long long Segment::GetDuration() const
4226 Segment* pSegment,
4290 else if (id == 0x0489) //Segment duration
4656 Segment* pSegment,
5133 Segment* pSegment,
5142 Segment* pSegment,
5371 Segment* pSegment,
5380 Segment* pSegment,
5584 Segment* pSegment,
6901 Segment* pSegment,
6936 Segment* pSegment,
7002 const Segment* pSegment,
7065 const Segment* pSegment,
8543 const Segment* const pSegment = pCluster->m_pSegment;