Home
last modified time | relevance | path

Searched refs:seekIdSize (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp1757 const long long seekIdSize = ReadUInt(pReader, pos, len); in ParseEntry() local
1759 if (seekIdSize <= 0) in ParseEntry()
1767 if ((pos + seekIdSize) > stop) in ParseEntry()
1786 if (len != seekIdSize) in ParseEntry()
1789 pos += seekIdSize; // consume SeekID payload in ParseEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1756 const long long seekIdSize = ReadUInt(pReader, pos, len); in ParseEntry() local
1758 if (seekIdSize <= 0) in ParseEntry()
1766 if ((pos + seekIdSize) > stop) in ParseEntry()
1785 if (len != seekIdSize) in ParseEntry()
1788 pos += seekIdSize; // consume SeekID payload in ParseEntry()