Searched defs:num_output_channels (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc75 int num_output_channels = 0; local
152 num_output_channels * output_samples_per_channel,
159 scoped_ptr<const float*[]> data(new const float*[num_output_channels]);
160 for (int i = 0; i < num_output_channels; ++i) {
166 num_output_channels,
217 num_output_channels = msg.num_output_channels();
218 fprintf(settings_file, " Output channels: %d\n", num_output_channels);
246 num_output_channels));
H A Daudio_processing_unittest.cc248 int num_output_channels,
253 if (num_output_channels == 1) {
255 } else if (num_output_channels == 2) {
300 int num_output_channels,
413 int num_output_channels,
418 num_output_channels_ = num_output_channels;
449 num_output_channels,
1474 msg.num_output_channels(),
1667 if (test->num_input_channels() != test->num_output_channels())
1672 const int num_output_channels local
243 OutputFilePath(std::string name, int input_rate, int output_rate, int reverse_rate, int num_input_channels, int num_output_channels, int num_reverse_channels) argument
409 Init(int sample_rate_hz, int output_sample_rate_hz, int reverse_sample_rate_hz, int num_input_channels, int num_output_channels, int num_reverse_channels, bool open_output_file) argument
2105 ProcessFormat(int input_rate, int output_rate, int reverse_rate, int num_input_channels, int num_output_channels, int num_reverse_channels, std::string output_file_prefix) argument
2139 num_output_channels); local
[all...]
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc252 int AudioProcessingImpl::num_output_channels() const { function in class:webrtc::AudioProcessingImpl
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc210 int num_output_channels,
217 if (num_output_channels > num_input_channels) {
222 num_output_channels > 2 || num_output_channels < 1 ||
246 fwd_proc_format_.set(fwd_proc_rate, num_output_channels);
280 int num_output_channels,
286 num_output_channels == fwd_proc_format_.num_channels() &&
295 num_output_channels,
332 int AudioProcessingImpl::num_output_channels() const { function in class:webrtc::AudioProcessingImpl
206 InitializeLocked(int input_sample_rate_hz, int output_sample_rate_hz, int reverse_sample_rate_hz, int num_input_channels, int num_output_channels, int num_reverse_channels) argument
276 MaybeInitializeLocked(int input_sample_rate_hz, int output_sample_rate_hz, int reverse_sample_rate_hz, int num_input_channels, int num_output_channels, int num_reverse_channels) argument
/external/chromium_org/third_party/qcms/src/
H A Dqcmsint.h186 uint8_t num_output_channels; member in struct:lutType

Completed in 200 milliseconds