Lines Matching refs:GetTimeCode
1989 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))) in LoadCuePoint()
2083 if (pCP == NULL || pCP->GetTimeCode() < 0) in GetFirst()
2100 if (pCP == NULL || pCP->GetTimeCode() < 0) in GetLast()
2107 if (pCurr == NULL || pCurr->GetTimeCode() < 0 || m_cue_points == NULL || in GetNext()
2127 if (pNext == NULL || pNext->GetTimeCode() < 0) in GetNext()
2454 long long CuePoint::GetTimeCode() const { return m_timecode; } in GetTimeCode() function in mkvparser::CuePoint
6941 long long Cluster::GetTimeCode() const { in GetTimeCode() function in mkvparser::Cluster
6954 const long long tc = GetTimeCode(); in GetTime()
7353 const long long tc = cp.GetTimeCode(); in GetEntry()
7380 (pBlock->GetTimeCode(this) == tc)) { in GetEntry()
7416 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry()
7868 long long Block::GetTimeCode(const Cluster* pCluster) const { in GetTimeCode() function in mkvparser::Block
7872 const long long tc0 = pCluster->GetTimeCode(); in GetTimeCode()
7883 const long long tc = GetTimeCode(pCluster); in GetTime()