OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsConfigChanges
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/media/base/
demuxer_stream.h
44
// This will only be returned if
SupportsConfigChanges
()
82
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
61
MOCK_METHOD0(
SupportsConfigChanges
, bool());
/external/chromium_org/media/filters/
fake_demuxer_stream.h
35
virtual bool
SupportsConfigChanges
() OVERRIDE;
decrypting_demuxer_stream.h
53
virtual bool
SupportsConfigChanges
() OVERRIDE;
fake_demuxer_stream_unittest.cc
80
EXPECT_TRUE(stream_->
SupportsConfigChanges
());
258
EXPECT_FALSE(stream_->
SupportsConfigChanges
());
fake_demuxer_stream.cc
92
bool FakeDemuxerStream::
SupportsConfigChanges
() {
ffmpeg_demuxer.h
92
virtual bool
SupportsConfigChanges
() OVERRIDE;
decrypting_demuxer_stream.cc
133
bool DecryptingDemuxerStream::
SupportsConfigChanges
() {
134
return demuxer_stream_->
SupportsConfigChanges
();
chunk_demuxer.h
87
virtual bool
SupportsConfigChanges
() OVERRIDE;
decoder_stream.cc
424
DCHECK(stream_->
SupportsConfigChanges
());
audio_renderer_impl.cc
278
expecting_config_changes_ = stream->
SupportsConfigChanges
();
audio_renderer_impl_unittest.cc
84
EXPECT_CALL(demuxer_stream_,
SupportsConfigChanges
())
ffmpeg_demuxer.cc
437
bool FFmpegDemuxerStream::
SupportsConfigChanges
() { return false; }
[
all
...]
chunk_demuxer.cc
[
all
...]
/external/chromium_org/media/mojo/services/
mojo_demuxer_stream_adapter.h
40
virtual bool
SupportsConfigChanges
() OVERRIDE;
mojo_demuxer_stream_adapter.cc
52
bool MojoDemuxerStreamAdapter::
SupportsConfigChanges
() {
renderer_unittest.cc
93
virtual bool
SupportsConfigChanges
() OVERRIDE { return true; }
/external/chromium_org/chromecast/media/cma/filters/
demuxer_stream_adapter_unittest.cc
51
virtual bool
SupportsConfigChanges
() OVERRIDE;
134
bool DummyDemuxerStream::
SupportsConfigChanges
() {
Completed in 197 milliseconds