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

  /external/chromium_org/media/base/
demuxer_stream.h 43 // This will only be returned if SupportsConfigChanges()
81 virtual bool SupportsConfigChanges() = 0;
fake_text_track_stream.h 26 virtual bool SupportsConfigChanges();
fake_text_track_stream.cc 39 bool FakeTextTrackStream::SupportsConfigChanges() { return false; }
mock_filters.h 60 MOCK_METHOD0(SupportsConfigChanges, bool());
  /external/chromium_org/media/filters/
fake_demuxer_stream.h 36 virtual bool SupportsConfigChanges() OVERRIDE;
decrypting_demuxer_stream.h 58 virtual bool SupportsConfigChanges() OVERRIDE;
fake_demuxer_stream_unittest.cc 80 EXPECT_TRUE(stream_->SupportsConfigChanges());
258 EXPECT_FALSE(stream_->SupportsConfigChanges());
fake_demuxer_stream.cc 96 bool FakeDemuxerStream::SupportsConfigChanges() {
ffmpeg_demuxer.h 84 virtual bool SupportsConfigChanges() OVERRIDE;
decrypting_demuxer_stream.cc 164 bool DecryptingDemuxerStream::SupportsConfigChanges() {
165 return demuxer_stream_->SupportsConfigChanges();
chunk_demuxer.h 88 virtual bool SupportsConfigChanges() OVERRIDE;
audio_renderer_impl.cc 268 expecting_config_changes_ = stream->SupportsConfigChanges();
decoder_stream.cc 445 DCHECK(stream_->SupportsConfigChanges());
audio_renderer_impl_unittest.cc 85 EXPECT_CALL(demuxer_stream_, SupportsConfigChanges())
ffmpeg_demuxer.cc 309 bool FFmpegDemuxerStream::SupportsConfigChanges() { return false; }
    [all...]
chunk_demuxer.cc     [all...]

Completed in 70 milliseconds