Searched refs:InitAfterSeek (Results 1 – 12 of 12) sorted by relevance
/external/libwebm/webm_parser/src/ |
D | audio_parser.h | 47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function 51 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | recursive_parser.h | 54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function 61 impl_->InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | segment_parser.cc | 40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function in webm::SegmentParser 42 MasterParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | video_parser.h | 73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function 78 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | element_parser.h | 74 virtual void InitAfterSeek(const Ancestory& /* child_ancestory */, in InitAfterSeek() function
|
D | segment_parser.h | 32 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | master_parser.cc | 47 void MasterParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function in webm::MasterParser 67 child_parser_->InitAfterSeek(child_ancestory.next(), child_metadata); in InitAfterSeek()
|
D | master_parser.h | 86 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | master_value_parser.h | 79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() function 83 master_parser_.InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | webm_parser.cc | 110 child_parser_->InitAfterSeek(ancestory.next(), child_metadata_); in Feed()
|
/external/libwebm/webm_parser/tests/ |
D | cluster_parser_test.cc | 199 parser_.InitAfterSeek(ancestory, child_metadata); in TEST_F()
|
D | segment_parser_test.cc | 361 parser_.InitAfterSeek(ancestory, flag_interlaced_metadata); in TEST_F()
|