OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInputChannelLayout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
audio_hardware_config_unittest.cc
37
EXPECT_EQ(kInputChannelLayout, fake_config.
GetInputChannelLayout
());
77
EXPECT_NE(kNewInputChannelLayout, fake_config.
GetInputChannelLayout
());
87
EXPECT_EQ(kNewInputChannelLayout, fake_config.
GetInputChannelLayout
());
audio_hardware_config.h
31
ChannelLayout
GetInputChannelLayout
() const;
audio_hardware_config.cc
46
ChannelLayout AudioHardwareConfig::
GetInputChannelLayout
() const {
/external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc
121
hardware_config->
GetInputChannelLayout
();
[
all
...]
Completed in 756 milliseconds