Searched refs:GetInputChannelLayout (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_hardware_config.h31 ChannelLayout GetInputChannelLayout() const;
H A Daudio_hardware_config_unittest.cc38 EXPECT_EQ(kInputChannelLayout, fake_config.GetInputChannelLayout());
78 EXPECT_NE(kNewInputChannelLayout, fake_config.GetInputChannelLayout());
88 EXPECT_EQ(kNewInputChannelLayout, fake_config.GetInputChannelLayout());
H A Daudio_hardware_config.cc66 ChannelLayout AudioHardwareConfig::GetInputChannelLayout() const { function in class:media::AudioHardwareConfig

Completed in 99 milliseconds