Searched refs:kDefaultChannels (Results 1 – 5 of 5) sorted by relevance
13 const int kDefaultChannels = 2; variable
27 extern const int kDefaultChannels;
184 media::AudioBus::Create(kDefaultChannels, converter_->ChunkSize()); in OnData()205 buffer_ = media::AudioBus::Create(kDefaultChannels, total_buffer_frames_); in OnData()
244 kDefaultChannels, kDefaultSampleRate, kDefaultBitsPerSample, kNumSamples); in TEST_F()
188 params.record.channels = copresence::kDefaultChannels; in OnExtensionLoaded()