Home
last modified time | relevance | path

Searched refs:InitAfterSeek (Results 1 – 12 of 12) sorted by relevance

/external/libwebm/webm_parser/src/
Daudio_parser.h47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function
51 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Drecursive_parser.h54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function
61 impl_->InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dsegment_parser.cc40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function in webm::SegmentParser
42 MasterParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dvideo_parser.h73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function
78 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Delement_parser.h74 virtual void InitAfterSeek(const Ancestory& /* child_ancestory */, in InitAfterSeek() function
Dsegment_parser.h32 void InitAfterSeek(const Ancestory& child_ancestory,
Dmaster_parser.cc47 void MasterParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function in webm::MasterParser
67 child_parser_->InitAfterSeek(child_ancestory.next(), child_metadata); in InitAfterSeek()
Dmaster_parser.h86 void InitAfterSeek(const Ancestory& child_ancestory,
Dmaster_value_parser.h79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function
83 master_parser_.InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dwebm_parser.cc110 child_parser_->InitAfterSeek(ancestory.next(), child_metadata_); in Feed()
/external/libwebm/webm_parser/tests/
Dcluster_parser_test.cc199 parser_.InitAfterSeek(ancestory, child_metadata); in TEST_F()
Dsegment_parser_test.cc361 parser_.InitAfterSeek(ancestory, flag_interlaced_metadata); in TEST_F()