Searched refs:Ancestory (Results 1 – 14 of 14) sorted by relevance
/external/libwebm/webm_parser/src/ |
D | ancestory.cc | 14 bool Ancestory::ById(Id id, Ancestory* ancestory) { in ById() 124 *ancestory = Ancestory(kEbmlAncestory, 1); in ById() 134 *ancestory = Ancestory(kSeekAncestory, 1); in ById() 138 *ancestory = Ancestory(kSeekAncestory, 2); in ById() 143 *ancestory = Ancestory(kSeekAncestory, 3); in ById() 152 *ancestory = Ancestory(kInfoAncestory, 2); in ById() 159 *ancestory = Ancestory(kBlockMoreAncestory, 2); in ById() 169 *ancestory = Ancestory(kBlockMoreAncestory, 3); in ById() 173 *ancestory = Ancestory(kBlockMoreAncestory, 4); in ById() 178 *ancestory = Ancestory(kBlockMoreAncestory, 5); in ById() [all …]
|
D | ancestory.h | 22 class Ancestory { 25 Ancestory() = default; 27 Ancestory(const Ancestory&) = default; 28 Ancestory(Ancestory&&) = default; 29 Ancestory& operator=(const Ancestory&) = default; 30 Ancestory& operator=(Ancestory&&) = default; 36 Ancestory next() const { in next() 38 Ancestory copy = *this; in next() 57 static bool ById(Id id, Ancestory* ancestory); 63 Ancestory(const Id (&ancestory)[N], std::size_t count) in Ancestory() function
|
D | element_parser.h | 74 virtual void InitAfterSeek(const Ancestory& /* child_ancestory */, in InitAfterSeek() argument
|
D | segment_parser.h | 32 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | webm_parser.cc | 98 Ancestory ancestory; in Feed() 99 if (did_seek_ && Ancestory::ById(child_metadata_.id, &ancestory)) { in Feed()
|
D | audio_parser.h | 47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
D | recursive_parser.h | 54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
D | segment_parser.cc | 40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
D | video_parser.h | 73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
D | master_parser.h | 86 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | master_parser.cc | 47 void MasterParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
D | master_value_parser.h | 79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
|
/external/libwebm/webm_parser/tests/ |
D | cluster_parser_test.cc | 25 using webm::Ancestory; 194 Ancestory ancestory; in TEST_F() 195 ASSERT_TRUE(Ancestory::ById(child_metadata.id, &ancestory)); in TEST_F()
|
D | segment_parser_test.cc | 27 using webm::Ancestory; 357 Ancestory ancestory; in TEST_F() 358 ASSERT_TRUE(Ancestory::ById(flag_interlaced_metadata.id, &ancestory)); in TEST_F()
|