Searched refs:max_num_channels (Results 1 – 4 of 4) sorted by relevance
165 size_t max_num_channels = 1; in UpdateAudioTransportWithSendingStreams() local169 max_num_channels = std::max(max_num_channels, kv.second.num_channels); in UpdateAudioTransportWithSendingStreams()172 max_sample_rate_hz, max_num_channels); in UpdateAudioTransportWithSendingStreams()
61 uint16_t max_num_channels, in DynamicChannelRegistry() argument66 max_num_channels_(max_num_channels), in DynamicChannelRegistry()70 PW_DCHECK(max_num_channels > 0); in DynamicChannelRegistry()71 PW_DCHECK(max_num_channels < 65473); in DynamicChannelRegistry()
219 size_t max_num_channels = 1; in UpdateAudioTransportWithSenders() local236 max_num_channels = in UpdateAudioTransportWithSenders()237 std::max(max_num_channels, encoder_format->num_channels); in UpdateAudioTransportWithSenders()243 max_num_channels); in UpdateAudioTransportWithSenders()
93 DynamicChannelRegistry(uint16_t max_num_channels,