HomeSort by relevance Sort by last modified time
    Searched defs:WebMListParser (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/formats/webm/
webm_parser.h 52 class MEDIA_EXPORT WebMListParser {
56 WebMListParser(int id, WebMParserClient* client);
57 ~WebMListParser();
142 DISALLOW_COPY_AND_ASSIGN(WebMListParser);
webm_parser.cc 687 WebMListParser::WebMListParser(int id, WebMParserClient* client)
696 WebMListParser::~WebMListParser() {}
698 void WebMListParser::Reset() {
703 int WebMListParser::Parse(const uint8* buf, int size) {
787 bool WebMListParser::IsParsingComplete() const {
791 void WebMListParser::ChangeState(State new_state) {
795 int WebMListParser::ParseListElement(int header_size,
872 bool WebMListParser::OnListStart(int id, int64 size)
    [all...]

Completed in 467 milliseconds