Home | History | Annotate | Download | only in neteq

Lines Matching refs:channels

35   size_t channels = 1;
36 BackgroundNoise bgn(channels);
39 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
48 size_t channels = 1;
49 BackgroundNoise bgn(channels);
52 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
56 scoped_ptr<int16_t[]> mute_factor_array(new int16_t[channels]);
57 for (size_t i = 0; i < channels; ++i) {
60 AudioMultiVector output(channels);
92 size_t channels = 2;
93 BackgroundNoise bgn(channels);
94 SyncBuffer sync_buffer(channels, 1000);
96 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
100 scoped_ptr<int16_t[]> mute_factor_array(new int16_t[channels]);
101 for (size_t i = 0; i < channels; ++i) {
104 AudioMultiVector output(channels);
107 size_t input_len = 80 * channels - 1;