Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp4608 const BlockEntry* Track::GetEOS() const { return &m_eos; } in GetEOS() function in mkvparser::Track
4644 pBlockEntry = GetEOS(); in GetFirst()
4650 pBlockEntry = GetEOS(); in GetFirst()
4702 pBlockEntry = GetEOS(); // so we can return a non-NULL value in GetFirst()
4744 pNextEntry = GetEOS(); in GetNext()
4750 pNextEntry = GetEOS(); in GetNext()
4788 pNextEntry = GetEOS(); // so we can return a non-NULL value in GetNext()
4884 pResult = GetEOS(); // weird in Seek()
5184 pResult = GetEOS(); in Seek()
7075 return pTrack->GetEOS(); in GetEntry()
[all …]
Dmkvparser.hpp330 const BlockEntry* GetEOS() const;
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc4607 const BlockEntry* Track::GetEOS() const { return &m_eos; } in GetEOS() function in mkvparser::Track
4643 pBlockEntry = GetEOS(); in GetFirst()
4649 pBlockEntry = GetEOS(); in GetFirst()
4701 pBlockEntry = GetEOS(); // so we can return a non-NULL value in GetFirst()
4743 pNextEntry = GetEOS(); in GetNext()
4749 pNextEntry = GetEOS(); in GetNext()
4787 pNextEntry = GetEOS(); // so we can return a non-NULL value in GetNext()
4883 pResult = GetEOS(); // weird in Seek()
5402 pResult = GetEOS(); in Seek()
7293 return pTrack->GetEOS(); in GetEntry()
[all …]
Dmkvparser.h328 const BlockEntry* GetEOS() const;