Searched refs:SupportsConfigChanges (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/media/base/
H A Ddemuxer_stream.h44 // This will only be returned if SupportsConfigChanges()
82 virtual bool SupportsConfigChanges() = 0;
H A Dfake_text_track_stream.h26 virtual bool SupportsConfigChanges();
H A Dfake_text_track_stream.cc39 bool FakeTextTrackStream::SupportsConfigChanges() { return false; } function in class:media::FakeTextTrackStream
H A Dmock_filters.h61 MOCK_METHOD0(SupportsConfigChanges, bool());
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream.h35 virtual bool SupportsConfigChanges() OVERRIDE;
H A Ddecrypting_demuxer_stream.h53 virtual bool SupportsConfigChanges() OVERRIDE;
H A Dfake_demuxer_stream_unittest.cc80 EXPECT_TRUE(stream_->SupportsConfigChanges());
258 EXPECT_FALSE(stream_->SupportsConfigChanges());
H A Dfake_demuxer_stream.cc92 bool FakeDemuxerStream::SupportsConfigChanges() { function in class:media::FakeDemuxerStream
H A Dffmpeg_demuxer.h92 virtual bool SupportsConfigChanges() OVERRIDE;
H A Ddecrypting_demuxer_stream.cc133 bool DecryptingDemuxerStream::SupportsConfigChanges() { function in class:media::DecryptingDemuxerStream
134 return demuxer_stream_->SupportsConfigChanges();
H A Dchunk_demuxer.h87 virtual bool SupportsConfigChanges() OVERRIDE;
H A Ddecoder_stream.cc424 DCHECK(stream_->SupportsConfigChanges());
H A Daudio_renderer_impl.cc278 expecting_config_changes_ = stream->SupportsConfigChanges();
H A Daudio_renderer_impl_unittest.cc84 EXPECT_CALL(demuxer_stream_, SupportsConfigChanges())
H A Dffmpeg_demuxer.cc437 bool FFmpegDemuxerStream::SupportsConfigChanges() { return false; } function in class:media::FFmpegDemuxerStream
H A Dchunk_demuxer.cc982 bool ChunkDemuxerStream::SupportsConfigChanges() { return true; } function in class:media::ChunkDemuxerStream
/external/chromium_org/media/mojo/services/
H A Dmojo_demuxer_stream_adapter.h40 virtual bool SupportsConfigChanges() OVERRIDE;
H A Dmojo_demuxer_stream_adapter.cc52 bool MojoDemuxerStreamAdapter::SupportsConfigChanges() { function in class:media::MojoDemuxerStreamAdapter
H A Drenderer_unittest.cc93 virtual bool SupportsConfigChanges() OVERRIDE { return true; }
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter_unittest.cc51 virtual bool SupportsConfigChanges() OVERRIDE;
134 bool DummyDemuxerStream::SupportsConfigChanges() { function in class:chromecast::media::__anon6064::DummyDemuxerStream

Completed in 4763 milliseconds