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

  /external/chromium_org/media/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 677 WebMListParser::WebMListParser(int id, WebMParserClient* client)
686 WebMListParser::~WebMListParser() {}
688 void WebMListParser::Reset() {
693 int WebMListParser::Parse(const uint8* buf, int size) {
777 bool WebMListParser::IsParsingComplete() const {
781 void WebMListParser::ChangeState(State new_state) {
785 int WebMListParser::ParseListElement(int header_size,
862 bool WebMListParser::OnListStart(int id, int64 size)
    [all...]

Completed in 227 milliseconds