• Home
  • Raw
  • Download

Lines Matching refs:GetTime

2549     if (time_ns <= pCP->GetTime(m_pSegment))  in Find()
2572 const long long t = pCP->GetTime(m_pSegment); in Find()
2588 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2605 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2624 const long long t = pCP->GetTime(m_pSegment); in Find()
2640 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2690 const long long t = pCP->GetTime(m_pSegment);
2708 assert(pCP->GetTime(m_pSegment) > time_ns);
3179 long long CuePoint::GetTime(const Segment* pSegment) const in GetTime() function in mkvparser::CuePoint
3969 if (time_ns <= pCluster->GetTime()) in FindCluster()
3992 const long long t = pCluster->GetTime(); in FindCluster()
4011 assert(pCluster->GetTime() <= time_ns); in FindCluster()
4036 if (time_ns <= pCluster->GetTime())
4067 const long long t = pCluster->GetTime();
4085 assert(pCluster->GetTime() <= time_ns);
4116 const long long t = pCluster->GetTime();
4132 assert(pCluster->GetTime() <= time_ns);
4147 assert(pCluster->GetTime() <= time_ns);
5266 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5278 assert(pCluster->GetTime() <= time_ns); in Seek()
5300 const long long t = pCluster->GetTime(); in Seek()
5316 assert(pCluster->GetTime() <= time_ns); in Seek()
5327 assert(pCluster->GetTime() <= time_ns); in Seek()
5500 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5512 assert(pCluster->GetTime() <= time_ns); in Seek()
5534 const long long t = pCluster->GetTime(); in Seek()
5552 assert(pCluster->GetTime() <= time_ns); in Seek()
7297 long long Cluster::GetTime() const in GetTime() function in mkvparser::Cluster
7326 return GetTime(); in GetFirstTime()
7331 return pBlock->GetTime(this); in GetFirstTime()
7345 return GetTime(); in GetLastTime()
7350 return pBlock->GetTime(this); in GetLastTime()
7715 const long long ns = pBlock->GetTime(this); in GetEntry()
7724 const long long ns = pBlock->GetTime(this); in GetEntry()
7777 const long long ns = pBlock->GetTime(this); in GetEntry()
7786 const long long ns = pBlock->GetTime(this); in GetEntry()
8537 long long Block::GetTime(const Cluster* pCluster) const in GetTime() function in mkvparser::Block