Home
last modified time | relevance | path

Searched defs:chapter_display (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dchapter_display_parser_test.cc28 const ChapterDisplay chapter_display = parser_.value(); in TEST_F() local
54 const ChapterDisplay chapter_display = parser_.value(); in TEST_F() local
97 const ChapterDisplay chapter_display = parser_.value(); in TEST_F() local
/aosp_15_r20/external/libwebm/webm_parser/demo/
H A Ddemo.cc812 void PrintMasterElement(const ChapterDisplay& chapter_display) { in PrintMasterElement()