Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:tc

6954   const long long tc = GetTimeCode();
6956 if (tc < 0)
6957 return tc;
7353 const long long tc = cp.GetTimeCode();
7380 (pBlock->GetTimeCode(this) == tc)) {
7418 if (tc_ < tc) {
7423 if (tc_ > tc)
7875 const long long tc = tc0 + m_timecode;
7877 return tc; // unscaled timecode units
7883 const long long tc = GetTimeCode(pCluster);
7892 const long long ns = tc * scale;