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

  /external/chromium_org/media/webm/
webm_cluster_parser.cc 20 WebMClusterParser::TextTrackIterator::TextTrackIterator(
26 WebMClusterParser::TextTrackIterator::TextTrackIterator(
32 WebMClusterParser::TextTrackIterator::~TextTrackIterator() {
35 bool WebMClusterParser::TextTrackIterator::operator()(
52 WebMClusterParser::WebMClusterParser(
83 WebMClusterParser::~WebMClusterParser() {}
85 void WebMClusterParser::Reset() {
96 int WebMClusterParser::Parse(const uint8* buf, int size)
    [all...]
webm_cluster_parser.h 22 class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
75 WebMClusterParser(int64 timecode_scale,
83 virtual ~WebMClusterParser();
154 DISALLOW_IMPLICIT_CONSTRUCTORS(WebMClusterParser);

Completed in 184 milliseconds