Home | History | Annotate | Download | only in mkvparser

Lines Matching defs:GetTime

3093     if (time_ns <= pCP->GetTime(m_pSegment))

3116 const long long t = pCP->GetTime(m_pSegment);
3132 assert(pCP->GetTime(m_pSegment) <= time_ns);
3149 if (time_ns <= pCP->GetTime(m_pSegment))
3168 const long long t = pCP->GetTime(m_pSegment);
3184 assert(pCP->GetTime(m_pSegment) <= time_ns);
3234 const long long t = pCP->GetTime(m_pSegment);
3252 assert(pCP->GetTime(m_pSegment) > time_ns);
3723 long long CuePoint::GetTime(const Segment* pSegment) const
4489 if (time_ns <= pCluster->GetTime())
4512 const long long t = pCluster->GetTime();
4531 assert(pCluster->GetTime() <= time_ns);
4556 if (time_ns <= pCluster->GetTime())
4587 const long long t = pCluster->GetTime();
4605 assert(pCluster->GetTime() <= time_ns);
4636 const long long t = pCluster->GetTime();
4652 assert(pCluster->GetTime() <= time_ns);
4667 assert(pCluster->GetTime() <= time_ns);
5237 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5249 assert(pCluster->GetTime() <= time_ns);
5271 const long long t = pCluster->GetTime();
5287 assert(pCluster->GetTime() <= time_ns);
5298 assert(pCluster->GetTime() <= time_ns);
5435 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5447 assert(pCluster->GetTime() <= time_ns);
5469 const long long t = pCluster->GetTime();
5487 assert(pCluster->GetTime() <= time_ns);
7315 long long Cluster::GetTime() const
7337 return GetTime();
7342 return pBlock->GetTime(this);
7351 return GetTime();
7356 return pBlock->GetTime(this);
7552 const long long ns = pBlock->GetTime(this);
7561 const long long ns = pBlock->GetTime(this);
8161 long long Block::GetTime(const Cluster* pCluster) const