Home
last modified time | relevance | path

Searched refs:Ancestory (Results 1 – 14 of 14) sorted by relevance

/external/libwebm/webm_parser/src/
Dancestory.cc14 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 …]
Dancestory.h22 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
Delement_parser.h74 virtual void InitAfterSeek(const Ancestory& /* child_ancestory */, in InitAfterSeek() argument
Dsegment_parser.h32 void InitAfterSeek(const Ancestory& child_ancestory,
Dwebm_parser.cc98 Ancestory ancestory; in Feed()
99 if (did_seek_ && Ancestory::ById(child_metadata_.id, &ancestory)) { in Feed()
Daudio_parser.h47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
Drecursive_parser.h54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
Dsegment_parser.cc40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
Dvideo_parser.h73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
Dmaster_parser.h86 void InitAfterSeek(const Ancestory& child_ancestory,
Dmaster_parser.cc47 void MasterParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
Dmaster_value_parser.h79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek()
/external/libwebm/webm_parser/tests/
Dcluster_parser_test.cc25 using webm::Ancestory;
194 Ancestory ancestory; in TEST_F()
195 ASSERT_TRUE(Ancestory::ById(child_metadata.id, &ancestory)); in TEST_F()
Dsegment_parser_test.cc27 using webm::Ancestory;
357 Ancestory ancestory; in TEST_F()
358 ASSERT_TRUE(Ancestory::ById(flag_interlaced_metadata.id, &ancestory)); in TEST_F()