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

  /external/chromium_org/media/cast/test/
audio_utility.h 25 class TestAudioBusFactory {
27 TestAudioBusFactory(int num_channels, int sample_rate,
29 ~TestAudioBusFactory();
44 DISALLOW_COPY_AND_ASSIGN(TestAudioBusFactory);
audio_utility.cc 14 TestAudioBusFactory::TestAudioBusFactory(int num_channels,
28 TestAudioBusFactory::~TestAudioBusFactory() {}
30 scoped_ptr<AudioBus> TestAudioBusFactory::NextAudioBus(
sender.cc 209 audio_bus_factory_.reset(new TestAudioBusFactory(kAudioChannels,
293 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;
end2end_unittest.cc 419 audio_bus_factory_.reset(new TestAudioBusFactory(
470 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;
    [all...]
  /external/chromium_org/media/cast/audio_sender/
audio_sender_unittest.cc 64 scoped_ptr<AudioBus> bus(TestAudioBusFactory(
66 TestAudioBusFactory::kMiddleANoteFreq, 0.5f).NextAudioBus(kDuration));
83 scoped_ptr<AudioBus> bus(TestAudioBusFactory(
85 TestAudioBusFactory::kMiddleANoteFreq, 0.5f).NextAudioBus(kDuration));
audio_encoder_unittest.cc 149 audio_bus_factory_.reset(new TestAudioBusFactory(
151 TestAudioBusFactory::kMiddleANoteFreq, 0.5f));
168 scoped_ptr<TestAudioBusFactory> audio_bus_factory_;

Completed in 541 milliseconds