Searched refs:out_channels (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | lapped_transform_unittest.cc | 30 size_t out_channels, in ProcessAudioBlock() argument 32 RTC_CHECK_EQ(in_channels, out_channels); in ProcessAudioBlock() 33 for (size_t i = 0; i < out_channels; ++i) { in ProcessAudioBlock() 54 size_t out_channels, in ProcessAudioBlock() argument 56 RTC_CHECK_EQ(in_channels, out_channels); in ProcessAudioBlock()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestStereo.h | 78 void Run(TestPackStereo* channel, int in_channels, int out_channels,
|
D | TestStereo.cc | 727 void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels, in Run() argument 782 if ((rec_size != pack_size_bytes_ * out_channels) in Run()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 216 const int out_channels = config.num_channels(); in ReadAndDeinterleave() local 223 RTC_CHECK_LE(out_channels, channels); in ReadAndDeinterleave() 224 for (int channel = 0; channel < out_channels; ++channel) { in ReadAndDeinterleave()
|
D | audioproc_float.cc | 44 DEFINE_int32(out_channels, 1, "Number of output channels.");
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.h | 90 size_t out_channels,
|