Home
last modified time | relevance | path

Searched refs:IsKey (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/
Dwebmdec.cc191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/libaom/libaom/common/
Dwebmdec.cc193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/libwebm/testing/
Dmkvparser_tests.cc102 EXPECT_EQ(is_key, block->IsKey()); in CompareBlockContents()
477 EXPECT_TRUE(block->IsKey()); in TEST_F()
573 EXPECT_TRUE(block->IsKey()); in TEST_F()
/external/libwebm/
Dmkvparser_sample.cc389 pBlock->IsKey() ? "I" : "P", time_ns, discard_padding); in main()
Dmkvmuxer_sample.cc743 muxer_frame.set_is_key(block->IsKey()); in main()
Dwebm_info.cc907 const bool is_key = block->IsKey(); in OutputCluster()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5429 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
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5434 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
/external/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5434 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
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5429 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
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function
552 } else if (IsKey()) { in ToString()