Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp39 long UnserializeInt(IMkvReader*, long long pos, long long size,
Dmkvparser.cpp291 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/
Dmkvparser.h37 long UnserializeInt(IMkvReader*, long long pos, long long size,
Dmkvparser.cc290 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()