Searched refs:ChapterAtom (Results 1 – 7 of 7) sorted by relevance
/external/libwebm/webm_parser/src/ |
D | chapter_atom_parser.h | 23 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/ |
D | chapter_atom_parser_test.cc | 16 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()
|
D | edition_entry_parser_test.cc | 16 using webm::ChapterAtom; 66 ChapterAtom chapter_atom; in TEST_F()
|
/external/libwebm/webm_parser/include/webm/ |
D | dom_types.h | 1623 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/ |
D | README.libwebm | 14 File with a Chapters element that ends with a ChapterAtom whose ChapterDisplay
|
/external/libwebm/webm_parser/demo/ |
D | demo.cc | 803 void PrintMasterElement(const ChapterAtom& chapter_atom) { in PrintMasterElement()
|
/external/libwebm/webm_parser/ |
D | README.md | 7 the newest ones like `Colour`), including recursive elements like `ChapterAtom`
|