Home
last modified time | relevance | path

Searched refs:out_channels (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dlapped_transform_unittest.cc30 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/
DTestStereo.h78 void Run(TestPackStereo* channel, int in_channels, int out_channels,
DTestStereo.cc727 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/
Ddebug_dump_test.cc216 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()
Daudioproc_float.cc44 DEFINE_int32(out_channels, 1, "Number of output channels.");
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.h90 size_t out_channels,