Home
last modified time | relevance | path

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

/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc8046 bool Block::IsInvisible() const { return bool(int(m_flags & 0x08) != 0); } in IsInvisible() function in mkvparser::Block
/external/libwebm/mkvparser/
Dmkvparser.cc8046 bool Block::IsInvisible() const { return bool(int(m_flags & 0x08) != 0); } in IsInvisible() function in mkvparser::Block
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc8041 bool Block::IsInvisible() const { return bool(int(m_flags & 0x08) != 0); } in IsInvisible() function in mkvparser::Block
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc8041 bool Block::IsInvisible() const { return bool(int(m_flags & 0x08) != 0); } in IsInvisible() function in mkvparser::Block