Home | History | Annotate | Download | only in base

Lines Matching refs:StreamParser

12 StreamParser::InitParameters::InitParameters(base::TimeDelta duration)
18 StreamParser::StreamParser() {}
20 StreamParser::~StreamParser() {}
23 const std::vector<const StreamParser::BufferQueue*>& buffer_queues,
24 StreamParser::BufferQueue* merged_buffers) {
43 std::vector<StreamParser::BufferQueue::const_iterator> itrs(num_itrs);
113 bool MergeBufferQueues(const StreamParser::BufferQueue& audio_buffers,
114 const StreamParser::BufferQueue& video_buffers,
115 const StreamParser::TextBufferQueueMap& text_buffers,
116 StreamParser::BufferQueue* merged_buffers) {
120 std::vector<const StreamParser::BufferQueue*> buffer_queues;
125 for (StreamParser::TextBufferQueueMap::const_iterator map_itr =