Lines Matching refs:GetTime
3093 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
3116 const long long t = pCP->GetTime(m_pSegment); in Find()
3132 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
3149 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
3168 const long long t = pCP->GetTime(m_pSegment); in Find()
3184 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
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 in GetTime() function in mkvparser::CuePoint
4489 if (time_ns <= pCluster->GetTime()) in FindCluster()
4512 const long long t = pCluster->GetTime(); in FindCluster()
4531 assert(pCluster->GetTime() <= time_ns); in FindCluster()
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)) in Seek()
5249 assert(pCluster->GetTime() <= time_ns); in Seek()
5271 const long long t = pCluster->GetTime(); in Seek()
5287 assert(pCluster->GetTime() <= time_ns); in Seek()
5298 assert(pCluster->GetTime() <= time_ns); in Seek()
5435 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5447 assert(pCluster->GetTime() <= time_ns); in Seek()
5469 const long long t = pCluster->GetTime(); in Seek()
5487 assert(pCluster->GetTime() <= time_ns); in Seek()
7315 long long Cluster::GetTime() const in GetTime() function in mkvparser::Cluster
7337 return GetTime(); in GetFirstTime()
7342 return pBlock->GetTime(this); in GetFirstTime()
7351 return GetTime(); in GetLastTime()
7356 return pBlock->GetTime(this); in GetLastTime()
7552 const long long ns = pBlock->GetTime(this); in GetEntry()
7561 const long long ns = pBlock->GetTime(this); in GetEntry()
8161 long long Block::GetTime(const Cluster* pCluster) const in GetTime() function in mkvparser::Block