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

  /external/chromium_org/media/mp2t/
mp2t_stream_parser.h 27 class MEDIA_EXPORT Mp2tStreamParser : public StreamParser {
29 explicit Mp2tStreamParser(bool sbr_in_mimetype);
30 virtual ~Mp2tStreamParser();
129 DISALLOW_COPY_AND_ASSIGN(Mp2tStreamParser);
mp2t_stream_parser.cc 142 Mp2tStreamParser::BufferQueueWithConfig::BufferQueueWithConfig(
151 Mp2tStreamParser::BufferQueueWithConfig::~BufferQueueWithConfig() {
154 Mp2tStreamParser::Mp2tStreamParser(bool sbr_in_mimetype)
163 Mp2tStreamParser::~Mp2tStreamParser() {
167 void Mp2tStreamParser::Init(
193 void Mp2tStreamParser::Flush() {
194 DVLOG(1) << "Mp2tStreamParser::Flush";
223 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 232 return new media::mp2t::Mp2tStreamParser(has_sbr);

Completed in 628 milliseconds