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

  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser.h 27 class MEDIA_EXPORT Mp2tStreamParser : public StreamParser {
29 explicit Mp2tStreamParser(bool sbr_in_mimetype);
30 virtual ~Mp2tStreamParser();
140 DISALLOW_COPY_AND_ASSIGN(Mp2tStreamParser);
mp2t_stream_parser.cc 143 Mp2tStreamParser::BufferQueueWithConfig::BufferQueueWithConfig(
152 Mp2tStreamParser::BufferQueueWithConfig::~BufferQueueWithConfig() {
155 Mp2tStreamParser::Mp2tStreamParser(bool sbr_in_mimetype)
164 Mp2tStreamParser::~Mp2tStreamParser() {
168 void Mp2tStreamParser::Init(
194 void Mp2tStreamParser::Flush() {
195 DVLOG(1) << "Mp2tStreamParser::Flush";
225 bool Mp2tStreamParser::Parse(const uint8* buf, int size)
    [all...]
mp2t_stream_parser_unittest.cc 33 parser_.reset(new Mp2tStreamParser(has_sbr));
37 scoped_ptr<Mp2tStreamParser> parser_;
  /external/chromium_org/media/filters/
stream_parser_factory.cc 229 return new media::mp2t::Mp2tStreamParser(has_sbr);

Completed in 679 milliseconds