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

/external/webrtc/webrtc/common_audio/
H A Dlapped_transform_unittest.cc30 size_t out_channels,
32 RTC_CHECK_EQ(in_channels, out_channels);
33 for (size_t i = 0; i < out_channels; ++i) {
54 size_t out_channels,
56 RTC_CHECK_EQ(in_channels, out_channels);
27 ProcessAudioBlock(const complex<float>* const* in_block, size_t in_channels, size_t frames, size_t out_channels, complex<float>* const* out_block) argument
51 ProcessAudioBlock(const complex<float>* const* in_block, size_t in_channels, size_t frames, size_t out_channels, complex<float>* const* out_block) argument
/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestStereo.h78 void Run(TestPackStereo* channel, int in_channels, int out_channels,
H A DTestStereo.cc727 void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels, argument
782 if ((rec_size != pack_size_bytes_ * out_channels)
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.h90 size_t out_channels,
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudioproc_float.cc44 DEFINE_int32(out_channels, 1, "Number of output channels.");
H A Ddebug_dump_test.cc216 const int out_channels = config.num_channels(); local
223 RTC_CHECK_LE(out_channels, channels);
224 for (int channel = 0; channel < out_channels; ++channel) {

Completed in 523 milliseconds