Searched refs:TestAudioBusFactory (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/media/cast/test/utility/
H A Daudio_utility.h23 class TestAudioBusFactory { class in namespace:media::cast
25 TestAudioBusFactory(int num_channels,
29 ~TestAudioBusFactory();
44 DISALLOW_COPY_AND_ASSIGN(TestAudioBusFactory);
H A Daudio_utility.cc18 TestAudioBusFactory::TestAudioBusFactory(int num_channels, function in class:media::cast::TestAudioBusFactory
32 TestAudioBusFactory::~TestAudioBusFactory() {}
34 scoped_ptr<AudioBus> TestAudioBusFactory::NextAudioBus(
/external/chromium_org/media/cast/sender/
H A Daudio_sender_unittest.cc113 TestAudioBusFactory(audio_config_.channels,
115 TestAudioBusFactory::kMiddleANoteFreq,
127 TestAudioBusFactory(audio_config_.channels,
129 TestAudioBusFactory::kMiddleANoteFreq,
H A Daudio_encoder_unittest.cc148 new TestAudioBusFactory(kNumChannels,
150 TestAudioBusFactory::kMiddleANoteFreq,
167 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;
/external/chromium_org/media/cast/test/
H A Dfake_media_source.h42 class TestAudioBusFactory;
113 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;
H A Dfake_media_source.cc68 audio_bus_factory_.reset(new TestAudioBusFactory(kAudioChannels,
H A Dend2end_unittest.cc630 new TestAudioBusFactory(audio_sender_config_.channels,
798 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;
/external/chromium_org/media/cast/receiver/
H A Daudio_decoder_unittest.cc52 new TestAudioBusFactory(GetParam().num_channels,
54 TestAudioBusFactory::kMiddleANoteFreq,
169 TestAudioBusFactory::kMiddleANoteFreq * 2 * audio_bus->frames() /
185 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;

Completed in 1067 milliseconds