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/
audio_utility.cc 14 TestAudioBusFactory::TestAudioBusFactory(int num_channels,
28 TestAudioBusFactory::~TestAudioBusFactory() {}
30 scoped_ptr<AudioBus> TestAudioBusFactory::NextAudioBus(
audio_utility.h 25 class TestAudioBusFactory {
27 TestAudioBusFactory(int num_channels, int sample_rate,
29 ~TestAudioBusFactory();
44 DISALLOW_COPY_AND_ASSIGN(TestAudioBusFactory);

Completed in 594 milliseconds