OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelsFromLayout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/
common.h
23
static inline int
ChannelsFromLayout
(AudioProcessing::ChannelLayout layout) {
audio_processing_impl.cc
168
ChannelsFromLayout
(input_layout),
169
ChannelsFromLayout
(output_layout),
170
ChannelsFromLayout
(reverse_layout));
359
ChannelsFromLayout
(input_layout),
360
ChannelsFromLayout
(output_layout),
524
const int num_channels =
ChannelsFromLayout
(layout);
audio_buffer.cc
203
assert(
ChannelsFromLayout
(layout) == num_input_channels_);
242
assert(
ChannelsFromLayout
(layout) == num_proc_channels_);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
[
all
...]
Completed in 6187 milliseconds