Home
last modified time | relevance | path

Searched refs:output_channels_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/media/audio/mac/
Daudio_auhal_mac.cc52 output_channels_(params_.channels()), in AUHALStream()
68 VLOG(1) << "Output channels: " << output_channels_; in AUHALStream()
99 output_channels_ <= 0 || output_channels_ > device_output_channels) { in Open()
211 output_channels_, in Render()
385 DCHECK_GT(output_channels_, 0); in CreateIOBusses()
386 output_bus_ = AudioBus::CreateWrapper(output_channels_); in CreateIOBusses()
435 (input_channels_ == 0 && output_channels_ == 0)) in ConfigureAUHAL()
458 if (!EnableIO(output_channels_ > 0, kAudioUnitScope_Output)) in ConfigureAUHAL()
486 if (output_channels_ > 0) { in ConfigureAUHAL()
488 output_channels_, in ConfigureAUHAL()
Daudio_unified_mac.cc27 output_channels_(0), in AudioHardwareUnifiedStream()
218 output_channels_ = output_list.mNumberBuffers; in Open()
221 output_channels_ = output_channels_per_frame_; in Open()
226 DVLOG(1) << "Output channels: " << output_channels_; in Open()
231 output_channels_ < static_cast<int>(format_.mChannelsPerFrame)) { in Open()
Daudio_unified_mac.h45 int output_channels() const { return output_channels_; } in output_channels()
83 int output_channels_; variable
Daudio_auhal_mac.h120 const int output_channels_; variable
/external/chromium_org/media/base/
Dchannel_mixer.cc63 output_channels_(output_channels) { in MatrixBuilder()
90 int output_channels_; member in media::MatrixBuilder
154 matrix_->reserve(output_channels_); in CreateTransformationMatrix()
155 for (int output_ch = 0; output_ch < output_channels_; ++output_ch) in CreateTransformationMatrix()
165 int passthrough_channels = std::min(input_channels_, output_channels_); in CreateTransformationMatrix()
317 for (int output_ch = 0; output_ch < output_channels_; ++output_ch) { in CreateTransformationMatrix()
/external/chromium_org/media/audio/win/
Daudio_unified_win.h185 int output_channels_; variable
Daudio_unified_win.cc101 output_channels_(params.channels()), in WASAPIUnifiedStream()
126 VLOG(1) << "Output channels: " << output_channels_; in WASAPIUnifiedStream()
224 if (output_channels_ != hw_output_params.channels()) { in Open()