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

  /external/chromium_org/media/formats/webm/
webm_cluster_parser.cc 135 const BufferQueue& text_buffers = itr->second.ready_buffers(); local
136 if (!text_buffers.empty())
137 text_buffers_map_.insert(std::make_pair(itr->first, text_buffers));
webm_cluster_parser_unittest.cc 117 const WebMClusterParser::BufferQueue& text_buffers,
121 text_buffers.size();
145 buffers = &text_buffers;
177 const WebMClusterParser::BufferQueue* text_buffers; local
180 text_buffers = &(text_map.rbegin()->second);
182 text_buffers = &no_text_buffers;
186 *text_buffers,
196 const WebMClusterParser::BufferQueue& text_buffers) {
200 TextBufferIter buffer_iter = text_buffers.begin();
201 const TextBufferIter buffer_end = text_buffers.end()
    [all...]

Completed in 87 milliseconds