Searched defs:TestAudioBusFactory (Results 1 - 2 of 2) 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(

Completed in 101 milliseconds