Home
last modified time | relevance | path

Searched refs:ChannelsFromLayout (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dcommon.h20 static inline size_t ChannelsFromLayout(AudioProcessing::ChannelLayout layout) { in ChannelsFromLayout() function
Daudio_processing_impl.cc301 ChannelsFromLayout(input_layout), in Initialize()
304 ChannelsFromLayout(output_layout), in Initialize()
307 ChannelsFromLayout(reverse_layout), in Initialize()
310 ChannelsFromLayout(reverse_layout), in Initialize()
577 input_stream.set_num_channels(ChannelsFromLayout(input_layout)); in ProcessStream()
580 output_stream.set_num_channels(ChannelsFromLayout(output_layout)); in ProcessStream()
841 rev_sample_rate_hz, ChannelsFromLayout(layout), LayoutHasKeyboard(layout), in AnalyzeReverseStream()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc2278 ChannelsFromLayout(cf[i].out_layout)); in TEST_F()