Searched refs:GetTimeCode (Results 1 – 4 of 4) sorted by relevance
87 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled782 long long GetTimeCode() const; // absolute but unscaled868 long long GetTimeCode() const; // absolute, but not scaled
1990 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))) in LoadCuePoint()2084 if (pCP == NULL || pCP->GetTimeCode() < 0) in GetFirst()2101 if (pCP == NULL || pCP->GetTimeCode() < 0) in GetLast()2108 if (pCurr == NULL || pCurr->GetTimeCode() < 0 || in GetNext()2128 if (pNext == NULL || pNext->GetTimeCode() < 0) in GetNext()2455 long long CuePoint::GetTimeCode() const { return m_timecode; } in GetTimeCode() function in mkvparser::CuePoint6723 long long Cluster::GetTimeCode() const { in GetTimeCode() function in mkvparser::Cluster6736 const long long tc = GetTimeCode(); in GetTime()7135 const long long tc = cp.GetTimeCode(); in GetEntry()7162 (pBlock->GetTimeCode(this) == tc)) { in GetEntry()[all …]
85 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled869 long long GetTimeCode() const; // absolute but unscaled955 long long GetTimeCode() const; // absolute, but not scaled
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::CuePoint6941 long long Cluster::GetTimeCode() const { in GetTimeCode() function in mkvparser::Cluster6954 const long long tc = GetTimeCode(); in GetTime()7353 const long long tc = cp.GetTimeCode(); in GetEntry()7380 (pBlock->GetTimeCode(this) == tc)) { in GetEntry()[all …]