Home
last modified time | relevance | path

Searched refs:ChapterAtom (Results 1 – 7 of 7) sorted by relevance

/external/libwebm/webm_parser/src/
Dchapter_atom_parser.h23 class ChapterAtomParser : public MasterValueParser<ChapterAtom> {
26 : MasterValueParser<ChapterAtom>(
27 MakeChild<UnsignedIntParser>(Id::kChapterUid, &ChapterAtom::uid),
29 &ChapterAtom::string_uid),
31 &ChapterAtom::time_start),
33 &ChapterAtom::time_end),
35 &ChapterAtom::displays),
36 MakeChild<ChapterAtomParser>(Id::kChapterAtom, &ChapterAtom::atoms,
/external/libwebm/webm_parser/tests/
Dchapter_atom_parser_test.cc16 using webm::ChapterAtom;
31 const ChapterAtom chapter_atom = parser_.value(); in TEST_F()
73 const ChapterAtom chapter_atom = parser_.value(); in TEST_F()
93 EXPECT_EQ(ChapterAtom{}, chapter_atom.atoms[0].value()); in TEST_F()
152 const ChapterAtom chapter_atom = parser_.value(); in TEST_F()
176 ChapterAtom expected_chapter_atom; in TEST_F()
179 ChapterAtom tmp_atom{}; in TEST_F()
Dedition_entry_parser_test.cc16 using webm::ChapterAtom;
66 ChapterAtom chapter_atom; in TEST_F()
/external/libwebm/webm_parser/include/webm/
Ddom_types.h1623 struct ChapterAtom { struct
1652 std::vector<Element<ChapterAtom>> atoms; argument
1657 bool operator==(const ChapterAtom& other) const {
1671 std::vector<Element<ChapterAtom>> atoms;
/external/libwebm/testing/testdata/invalid/
DREADME.libwebm14 File with a Chapters element that ends with a ChapterAtom whose ChapterDisplay
/external/libwebm/webm_parser/demo/
Ddemo.cc803 void PrintMasterElement(const ChapterAtom& chapter_atom) { in PrintMasterElement()
/external/libwebm/webm_parser/
DREADME.md7 the newest ones like `Colour`), including recursive elements like `ChapterAtom`