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

  /external/chromium_org/media/cast/test/utility/
standalone_cast_environment.h 18 // A user of StandaloneCastEnvironment *must* call Shutdown() on the same thread
21 class StandaloneCastEnvironment : public CastEnvironment,
24 StandaloneCastEnvironment();
31 virtual ~StandaloneCastEnvironment();
37 DISALLOW_COPY_AND_ASSIGN(StandaloneCastEnvironment);
standalone_cast_environment.cc 12 StandaloneCastEnvironment::StandaloneCastEnvironment()
18 main_thread_("StandaloneCastEnvironment Main"),
19 audio_thread_("StandaloneCastEnvironment Audio"),
20 video_thread_("StandaloneCastEnvironment Video") {
32 StandaloneCastEnvironment::~StandaloneCastEnvironment() {
39 void StandaloneCastEnvironment::Shutdown() {
  /external/chromium_org/media/cast/receiver/
video_decoder_unittest.cc 42 : cast_environment_(new StandaloneCastEnvironment()),
149 const scoped_refptr<StandaloneCastEnvironment> cast_environment_;
audio_decoder_unittest.cc 35 : cast_environment_(new StandaloneCastEnvironment()),
183 const scoped_refptr<StandaloneCastEnvironment> cast_environment_;
  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
performance_test.cc 91 class SkewedCastEnvironment : public media::cast::StandaloneCastEnvironment {
94 StandaloneCastEnvironment() {
591 scoped_refptr<media::cast::StandaloneCastEnvironment> cast_environment(
cast_streaming_apitest.cc 360 const scoped_refptr<media::cast::StandaloneCastEnvironment> cast_environment(
361 new media::cast::StandaloneCastEnvironment());
  /external/chromium_org/media/cast/test/
receiver.cc 548 new media::cast::StandaloneCastEnvironment);

Completed in 278 milliseconds