Searched refs:UnserializeInt (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 39 long UnserializeInt(IMkvReader*, long long pos, long long size,
|
D | mkvparser.cpp | 291 long UnserializeInt(IMkvReader* pReader, long long pos, long long size, in UnserializeInt() function 3523 status = UnserializeInt(pReader, pos, size, val); in Parse() 6303 status = UnserializeInt(pReader, pos, size, discard_padding); in ParseBlockGroup() 6894 long status = UnserializeInt(pReader, pos, size_, time); in CreateBlockGroup() 7320 status = UnserializeInt(pReader, pos, 2, value); in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 37 long UnserializeInt(IMkvReader*, long long pos, long long size,
|
D | mkvparser.cc | 290 long UnserializeInt(IMkvReader* pReader, long long pos, long long size, in UnserializeInt() function 3522 status = UnserializeInt(pReader, pos, size, val); in Parse() 6521 status = UnserializeInt(pReader, pos, size, discard_padding); in ParseBlockGroup() 7112 long status = UnserializeInt(pReader, pos, size_, time); in CreateBlockGroup() 7537 status = UnserializeInt(pReader, pos, 2, value); in Parse()
|