Home
last modified time | relevance | path

Searched refs:max_num_channels (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/audio/
Daudio_state.cc165 size_t max_num_channels = 1; in UpdateAudioTransportWithSendingStreams() local
169 max_num_channels = std::max(max_num_channels, kv.second.num_channels); in UpdateAudioTransportWithSendingStreams()
172 max_sample_rate_hz, max_num_channels); in UpdateAudioTransportWithSendingStreams()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Ddynamic_channel_registry.cc61 uint16_t max_num_channels, in DynamicChannelRegistry() argument
66 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()
/external/webrtc/audio/voip/
Dvoip_core.cc219 size_t max_num_channels = 1; in UpdateAudioTransportWithSenders() local
236 max_num_channels = in UpdateAudioTransportWithSenders()
237 std::max(max_num_channels, encoder_format->num_channels); in UpdateAudioTransportWithSenders()
243 max_num_channels); in UpdateAudioTransportWithSenders()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Ddynamic_channel_registry.h93 DynamicChannelRegistry(uint16_t max_num_channels,