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

  /external/chromium_org/media/cast/test/utility/
audio_utility.h 23 class TestAudioBusFactory {
25 TestAudioBusFactory(int num_channels,
29 ~TestAudioBusFactory();
44 DISALLOW_COPY_AND_ASSIGN(TestAudioBusFactory);
audio_utility.cc 18 TestAudioBusFactory::TestAudioBusFactory(int num_channels,
32 TestAudioBusFactory::~TestAudioBusFactory() {}
34 scoped_ptr<AudioBus> TestAudioBusFactory::NextAudioBus(

Completed in 223 milliseconds