Searched refs:input_channel_count_ (Results 1 – 2 of 2) sorted by relevance
31 input_channel_count_(input_params.channels()) { in AudioConverter()169 AudioBus::Create(input_channel_count_, dest->frames()); in SourceCallback()251 unmixed_audio_ = AudioBus::Create(input_channel_count_, frames); in CreateUnmixedAudioIfNecessary()
140 const int input_channel_count_; variable