Home | History | Annotate | Download | only in libwebm

Lines Matching defs:GetTime

2549     if (time_ns <= pCP->GetTime(m_pSegment))

2572 const long long t = pCP->GetTime(m_pSegment);
2588 assert(pCP->GetTime(m_pSegment) <= time_ns);
2605 if (time_ns <= pCP->GetTime(m_pSegment))
2624 const long long t = pCP->GetTime(m_pSegment);
2640 assert(pCP->GetTime(m_pSegment) <= time_ns);
2693 const long long t = pCP->GetTime(m_pSegment);
2711 assert(pCP->GetTime(m_pSegment) > time_ns);
3182 long long CuePoint::GetTime(const Segment* pSegment) const
3976 if (time_ns <= pCluster->GetTime())
3999 const long long t = pCluster->GetTime();
4018 assert(pCluster->GetTime() <= time_ns);
4043 if (time_ns <= pCluster->GetTime())
4074 const long long t = pCluster->GetTime();
4092 assert(pCluster->GetTime() <= time_ns);
4123 const long long t = pCluster->GetTime();
4139 assert(pCluster->GetTime() <= time_ns);
4154 assert(pCluster->GetTime() <= time_ns);
5273 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5285 assert(pCluster->GetTime() <= time_ns);
5307 const long long t = pCluster->GetTime();
5323 assert(pCluster->GetTime() <= time_ns);
5334 assert(pCluster->GetTime() <= time_ns);
5507 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5519 assert(pCluster->GetTime() <= time_ns);
5541 const long long t = pCluster->GetTime();
5559 assert(pCluster->GetTime() <= time_ns);
7304 long long Cluster::GetTime() const
7333 return GetTime();
7338 return pBlock->GetTime(this);
7352 return GetTime();
7357 return pBlock->GetTime(this);
7722 const long long ns = pBlock->GetTime(this);
7731 const long long ns = pBlock->GetTime(this);
7784 const long long ns = pBlock->GetTime(this);
7793 const long long ns = pBlock->GetTime(this);
8544 long long Block::GetTime(const Cluster* pCluster) const