Searched refs:IsKey (Results 1 – 15 of 15) sorted by relevance
191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
102 EXPECT_EQ(is_key, block->IsKey()); in CompareBlockContents()477 EXPECT_TRUE(block->IsKey()); in TEST_F()573 EXPECT_TRUE(block->IsKey()); in TEST_F()
389 pBlock->IsKey() ? "I" : "P", time_ns, discard_padding); in main()
743 muxer_frame.set_is_key(block->IsKey()); in main()
907 const bool is_key = block->IsKey(); in OutputCluster()
87 bool IsKey() const;
5429 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()7562 if (!pBlock->IsKey()) in GetEntry()8030 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
5434 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()7567 if (!pBlock->IsKey()) in GetEntry()8035 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function552 } else if (IsKey()) { in ToString()