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

  /external/chromium_org/media/formats/webm/
webm_cluster_parser.cc 20 WebMClusterParser::WebMClusterParser(
57 WebMClusterParser::~WebMClusterParser() {}
59 void WebMClusterParser::Reset() {
71 int WebMClusterParser::Parse(const uint8* buf, int size) {
110 const WebMClusterParser::BufferQueue& WebMClusterParser::GetAudioBuffers() {
117 const WebMClusterParser::BufferQueue& WebMClusterParser::GetVideoBuffers()
    [all...]
webm_cluster_parser.h 23 class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
136 WebMClusterParser(int64 timecode_scale,
146 virtual ~WebMClusterParser();
270 DISALLOW_IMPLICIT_CONSTRUCTORS(WebMClusterParser);

Completed in 2606 milliseconds