Lines Matching refs:GetTime
2025 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2044 const long long t = pCP->GetTime(m_pSegment); in Find()
2060 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2457 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3167 if (time_ns <= pCluster->GetTime()) in FindCluster()
3189 const long long t = pCluster->GetTime(); in FindCluster()
3208 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3441 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3445 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3555 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
4824 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
4836 assert(pCluster->GetTime() <= time_ns); in Seek()
4857 const long long t = pCluster->GetTime(); in Seek()
4874 assert(pCluster->GetTime() <= time_ns); in Seek()
5114 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5126 assert(pCluster->GetTime() <= time_ns); in Seek()
5147 const long long t = pCluster->GetTime(); in Seek()
5163 assert(pCluster->GetTime() <= time_ns); in Seek()
5173 assert(pCluster->GetTime() <= time_ns); in Seek()
6735 long long Cluster::GetTime() const { in GetTime() function in mkvparser::Cluster
6761 return GetTime(); in GetFirstTime()
6766 return pBlock->GetTime(this); in GetFirstTime()
6778 return GetTime(); in GetLastTime()
6783 return pBlock->GetTime(this); in GetLastTime()
7115 const long long ns = pBlock->GetTime(this); in GetEntry()
7122 const long long ns = pBlock->GetTime(this); in GetEntry()
7664 long long Block::GetTime(const Cluster* pCluster) const { in GetTime() function in mkvparser::Block