Home | History | Annotate | Download | only in libwebm

Lines Matching refs:GetTimeCode

2538         assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2539 if (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))
2770 assert(pCP->GetTimeCode() >= 0);
2801 assert(pCP->GetTimeCode() >= 0);
2810 assert(pCP->GetTimeCode() >= 0);
2822 assert(pCurr->GetTimeCode() >= 0);
2860 assert(pNext->GetTimeCode() >= 0);
3204 long long CuePoint::GetTimeCode() const
8257 long long Cluster::GetTimeCode() const
8273 const long long tc = GetTimeCode();
8797 const long long tc = cp.GetTimeCode();
8812 (pBlock->GetTimeCode(this) == tc))
8838 const long long tc_ = pBlock->GetTimeCode(this);
8874 const long long tc = cp.GetTimeCode();
8903 (pBlock->GetTimeCode(this) == tc))
8943 const long long tc_ = pBlock->GetTimeCode(this);
9517 long long Block::GetTimeCode(const Cluster* pCluster) const
9522 const long long tc0 = pCluster->GetTimeCode();
9535 const long long tc = GetTimeCode(pCluster);