HomeSort by relevance Sort by last modified time
    Searched refs:WebMInfoParser (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/webm/
webm_info_parser.cc 16 WebMInfoParser::WebMInfoParser()
21 WebMInfoParser::~WebMInfoParser() {}
23 int WebMInfoParser::Parse(const uint8* buf, int size) {
37 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; }
39 bool WebMInfoParser::OnListEnd(int id) {
48 bool WebMInfoParser::OnUInt(int id, int64 val) {
61 bool WebMInfoParser::OnFloat(int id, double val) {
76 bool WebMInfoParser::OnBinary(int id, const uint8* data, int size)
    [all...]
webm_info_parser.h 15 class MEDIA_EXPORT WebMInfoParser : public WebMParserClient {
17 WebMInfoParser();
18 virtual ~WebMInfoParser();
42 DISALLOW_COPY_AND_ASSIGN(WebMInfoParser);
webm_stream_parser.cc 163 WebMInfoParser info_parser;

Completed in 51 milliseconds