Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:GetTime

2024   if (time_ns <= pCP->GetTime(m_pSegment)) {
2043 const long long t = pCP->GetTime(m_pSegment);
2059 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns)
2456 long long CuePoint::GetTime(const Segment* pSegment) const {
3166 if (time_ns <= pCluster->GetTime())
3188 const long long t = pCluster->GetTime();
3207 assert(pCluster->GetTime() <= time_ns);
3440 return GetTime(pChapters, m_start_timecode);
3444 return GetTime(pChapters, m_stop_timecode);
3554 long long Chapters::Atom::GetTime(const Chapters* pChapters,
4823 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
4835 assert(pCluster->GetTime() <= time_ns);
4856 const long long t = pCluster->GetTime();
4873 assert(pCluster->GetTime() <= time_ns);
5332 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5344 assert(pCluster->GetTime() <= time_ns);
5365 const long long t = pCluster->GetTime();
5381 assert(pCluster->GetTime() <= time_ns);
5391 assert(pCluster->GetTime() <= time_ns);
6953 long long Cluster::GetTime() const {
6979 return GetTime();
6984 return pBlock->GetTime(this);
6996 return GetTime();
7001 return pBlock->GetTime(this);
7333 const long long ns = pBlock->GetTime(this);
7340 const long long ns = pBlock->GetTime(this);
7880 long long Block::GetTime(const Cluster* pCluster) const {