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

  /external/chromium_org/media/mp2t/
mp2t_stream_parser.h 47 struct BufferQueueWithConfig {
48 BufferQueueWithConfig(bool is_cfg_sent,
51 ~BufferQueueWithConfig();
119 std::list<BufferQueueWithConfig> buffer_queue_chain_;
mp2t_stream_parser.cc 142 Mp2tStreamParser::BufferQueueWithConfig::BufferQueueWithConfig(
151 Mp2tStreamParser::BufferQueueWithConfig::~BufferQueueWithConfig() {
419 BufferQueueWithConfig buffer_queue_with_config(
428 for (std::list<BufferQueueWithConfig>::iterator it =
444 BufferQueueWithConfig buffer_queue_with_config(
453 for (std::list<BufferQueueWithConfig>::iterator it =
471 BufferQueueWithConfig& queue_with_config = buffer_queue_chain_.front();
588 BufferQueueWithConfig& queue_with_config = buffer_queue_chain_.front()
    [all...]

Completed in 194 milliseconds