Searched refs:UnserializeInt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp35 long UnserializeInt(IMkvReader*, long long pos, long len, long long& result);
H A Dmkvparser.cpp220 long mkvparser::UnserializeInt(IMkvReader* pReader, long long pos, long size, function in class:mkvparser
6687 status = UnserializeInt(pReader, pos, len, discard_padding);
7362 long status = UnserializeInt(pReader, pos, size_, time);
7992 status = UnserializeInt(pReader, pos, 2, value);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp36 long UnserializeInt(IMkvReader*, long long pos, long len, long long& result);
H A Dmkvparser.cpp250 long mkvparser::UnserializeInt( function in class:mkvparser
7693 status = UnserializeInt(pReader, pos, len, discard_padding);
8446 long status = UnserializeInt(pReader, pos, size_, time);
9210 status = UnserializeInt(pReader, pos, 2, value);
/external/libvpx/libwebm/
H A Dmkvparser.hpp35 long UnserializeInt(IMkvReader*, long long pos, long len, long long& result);
H A Dmkvparser.cpp222 long mkvparser::UnserializeInt(IMkvReader* pReader, long long pos, long size, function in class:mkvparser
4134 status = UnserializeInt(pReader, pos, size, val);
6685 status = UnserializeInt(pReader, pos, size, discard_padding);
7360 long status = UnserializeInt(pReader, pos, size_, time);
7990 status = UnserializeInt(pReader, pos, 2, value);

Completed in 4197 milliseconds