Home
last modified time | relevance | path

Searched defs:lacing (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp355 bool lacing; member in mkvparser::Track::Info
Dmkvparser.cpp5431 long long lacing = 1; // default is true in ParseTrackEntry() local
6184 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6387 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
7343 const int lacing = int(m_flags & 0x06) >> 1; in Parse() local
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5651 long long lacing = 1; // default is true in ParseTrackEntry() local
6403 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6605 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
7560 const int lacing = int(m_flags & 0x06) >> 1; in Parse() local
Dmkvparser.h353 bool lacing; variable