Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp366 virtual bool VetEntry(const BlockEntry*) const;
412 bool VetEntry(const BlockEntry*) const;
Dmkvparser.cpp4674 if ((tn == m_info.number) && VetEntry(pBlockEntry)) in GetFirst()
4792 bool Track::VetEntry(const BlockEntry* pBlockEntry) const { in VetEntry() function in mkvparser::Track
5095 bool VideoTrack::VetEntry(const BlockEntry* pBlockEntry) const { in VetEntry() function in mkvparser::VideoTrack
5096 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7111 if (pTrack->VetEntry(pEntry)) { in GetEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h364 virtual bool VetEntry(const BlockEntry*) const;
495 bool VetEntry(const BlockEntry*) const;
Dmkvparser.cc4673 if ((tn == m_info.number) && VetEntry(pBlockEntry)) in GetFirst()
4791 bool Track::VetEntry(const BlockEntry* pBlockEntry) const { in VetEntry() function in mkvparser::Track
5313 bool VideoTrack::VetEntry(const BlockEntry* pBlockEntry) const { in VetEntry() function in mkvparser::VideoTrack
5314 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7329 if (pTrack->VetEntry(pEntry)) { in GetEntry()