Searched refs:BlockGroup (Results 1 – 5 of 5) sorted by relevance
168 class BlockGroup : public BlockEntry class170 BlockGroup(const BlockGroup&);171 BlockGroup& operator=(const BlockGroup&);174 BlockGroup(
7499 pEntry = new (std::nothrow) BlockGroup( in CreateBlockGroup()7511 BlockGroup* const p = static_cast<BlockGroup*>(pEntry); in CreateBlockGroup()8107 BlockGroup::BlockGroup( in BlockGroup() function in mkvparser::BlockGroup8124 long BlockGroup::Parse() in Parse()8138 void BlockGroup::ParseBlock(long long start, long long size)8154 BlockEntry::Kind BlockGroup::GetKind() const in GetKind()8160 const Block* BlockGroup::GetBlock() const in GetBlock()8166 long long BlockGroup::GetPrevTimeCode() const in GetPrevTimeCode()8172 long long BlockGroup::GetNextTimeCode() const in GetNextTimeCode()
172 class BlockGroup : public BlockEntry class174 BlockGroup(const BlockGroup&);175 BlockGroup& operator=(const BlockGroup&);178 BlockGroup(
8470 pEntry = new (std::nothrow) BlockGroup( in CreateBlockGroup()8483 BlockGroup* const p = static_cast<BlockGroup*>(pEntry); in CreateBlockGroup()9078 BlockGroup::BlockGroup( in BlockGroup() function in mkvparser::BlockGroup9096 long BlockGroup::Parse() in Parse()9110 void BlockGroup::ParseBlock(long long start, long long size)9126 BlockEntry::Kind BlockGroup::GetKind() const in GetKind()9132 const Block* BlockGroup::GetBlock() const in GetBlock()9138 long long BlockGroup::GetPrevTimeCode() const in GetPrevTimeCode()9144 long long BlockGroup::GetNextTimeCode() const in GetNextTimeCode()9149 long long BlockGroup::GetDurationTimeCode() const in GetDurationTimeCode()
67 BlockGroup = 0xA0, enumerator