Home
last modified time | relevance | path

Searched refs:GetTimeCode (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp87 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
782 long long GetTimeCode() const; // absolute but unscaled
868 long long GetTimeCode() const; // absolute, but not scaled
Dmkvparser.cpp1990 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::CuePoint
6723 long long Cluster::GetTimeCode() const { in GetTimeCode() function in mkvparser::Cluster
6736 const long long tc = GetTimeCode(); in GetTime()
7135 const long long tc = cp.GetTimeCode(); in GetEntry()
7162 (pBlock->GetTimeCode(this) == tc)) { in GetEntry()
[all …]
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h85 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
869 long long GetTimeCode() const; // absolute but unscaled
955 long long GetTimeCode() const; // absolute, but not scaled
Dmkvparser.cc1989 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()
[all …]