Home | History | Annotate | Download | only in libwebm

Lines Matching refs:GetTimeCode

2264     assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2265 if (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))
2486 assert(pCP->GetTimeCode() >= 0);
2515 assert(pCP->GetTimeCode() >= 0);
2524 assert(pCP->GetTimeCode() >= 0);
2534 assert(pCurr->GetTimeCode() >= 0);
2572 assert(pNext->GetTimeCode() >= 0);
2882 long long CuePoint::GetTimeCode() const { return m_timecode; }
7197 long long Cluster::GetTimeCode() const {
7210 const long long tc = GetTimeCode();
7664 const long long tc = cp.GetTimeCode();
7679 (pBlock->GetTimeCode(this) == tc))
7705 const long long tc_ = pBlock->GetTimeCode(this);
7741 const long long tc = cp.GetTimeCode();
7768 (pBlock->GetTimeCode(this) == tc)) {
7804 const long long tc_ = pBlock->GetTimeCode(this);
8284 long long Block::GetTimeCode(const Cluster* pCluster) const {
8288 const long long tc0 = pCluster->GetTimeCode();
8299 const long long tc = GetTimeCode(pCluster);