Lines Matching refs:GetTime
2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
4829 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
4841 assert(pCluster->GetTime() <= time_ns); in Seek()
4862 const long long t = pCluster->GetTime(); in Seek()
4879 assert(pCluster->GetTime() <= time_ns); in Seek()
5447 if (time_ns <= pResult->GetBlock()->GetTime(pCluster)) in Seek()
5459 assert(pCluster->GetTime() <= time_ns); in Seek()
5480 const long long t = pCluster->GetTime(); in Seek()
5496 assert(pCluster->GetTime() <= time_ns); in Seek()
5506 assert(pCluster->GetTime() <= time_ns); in Seek()
7072 long long Cluster::GetTime() const { in GetTime() function in mkvparser::Cluster
7098 return GetTime(); in GetFirstTime()
7103 return pBlock->GetTime(this); in GetFirstTime()
7115 return GetTime(); in GetLastTime()
7120 return pBlock->GetTime(this); in GetLastTime()
7452 const long long ns = pBlock->GetTime(this); in GetEntry()
7459 const long long ns = pBlock->GetTime(this); in GetEntry()
8007 long long Block::GetTime(const Cluster* pCluster) const { in GetTime() function in mkvparser::Block