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

  /external/chromium_org/media/base/
text_renderer_unittest.cc 155 FakeTextTrackStream* const text_stream = text_track_streams_[idx]; local
172 text_stream->SatisfyPendingRead(start, duration, id, content, settings);
    [all...]
pipeline_unittest.cc 193 static_cast<DemuxerHost*>(pipeline_.get())->AddTextStream(text_stream(),
240 scoped_ptr<FakeTextTrackStream> text_stream(new FakeTextTrackStream());
241 EXPECT_CALL(*text_stream, OnRead()).Times(AnyNumber());
242 text_stream_ = text_stream.Pass();
253 FakeTextTrackStream* text_stream() { function in class:media::PipelineTest
601 text_stream()->SendEosNotification();
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc 310 DemuxerStream* text_stream = NULL; local
312 .WillOnce(SaveArg<0>(&text_stream));
314 ASSERT_TRUE(text_stream);
315 EXPECT_EQ(DemuxerStream::TEXT, text_stream->type());
375 DemuxerStream* text_stream = NULL; local
377 .WillOnce(SaveArg<0>(&text_stream));
379 ASSERT_TRUE(text_stream);
380 EXPECT_EQ(DemuxerStream::TEXT, text_stream->type());
382 text_stream->Read(NewReadCB(FROM_HERE, 31, 0));
385 text_stream->Read(NewReadCB(FROM_HERE, 19, 500000))
420 DemuxerStream* text_stream = NULL; local
518 DemuxerStream* text_stream = NULL; local
    [all...]
chunk_demuxer.cc 598 ChunkDemuxerStream* const text_stream = local
600 if (!frame_processor_->AddTrack(itr->first, text_stream)) {
606 text_stream->UpdateTextConfig(itr->second, log_cb_);
607 text_stream_map_[itr->first] = text_stream;
608 new_text_track_cb_.Run(text_stream, itr->second);
619 ChunkDemuxerStream* text_stream = stream_itr->second; local
620 TextTrackConfig old_config = text_stream->text_track_config();
630 text_stream_map_[config_itr->first] = text_stream;
    [all...]
chunk_demuxer_unittest.cc 1126 DemuxerStream* text_stream = NULL; local
1188 DemuxerStream* text_stream = NULL; local
1236 DemuxerStream* text_stream = NULL; local
1299 DemuxerStream* text_stream = NULL; local
1727 DemuxerStream* text_stream = NULL; local
3279 DemuxerStream* text_stream = NULL; local
3326 DemuxerStream* text_stream = NULL; local
3396 DemuxerStream* text_stream = NULL; local
    [all...]

Completed in 438 milliseconds