Home
last modified time | relevance | path

Searched defs:ChannelParameters (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.h90 struct ChannelParameters { struct
92 ChannelParameters() { Reset(); } in ChannelParameters() function
94 void Reset() { in Reset()
107 int32_t energy;
108 int32_t max_energy;
109 int32_t energy_update_threshold;
133 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
H A Dexpand.h105 struct ChannelParameters { struct
107 int16_t mute_factor;
108 int16_t ar_filter[kUnvoicedLpcOrder + 1];
109 int16_t ar_filter_state[kUnvoicedLpcOrder];
110 int16_t ar_gain;
111 int16_t ar_gain_scale;
112 int16_t voice_mix_factor; /* Q14 */
113 int16_t current_voice_mix_factor; /* Q14 */
114 AudioVector expand_vector0;
138 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
H A Dexpand.cc776 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dtypes.h92 struct ChannelParameters { struct
99 bool operator==(const ChannelParameters& rhs) const { argument
120 "ChannelParameters{mode: %s, max_rx_sdu_size: %s, flush_timeout: %s}", in ToString() argument
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dloss_based_bwe_v2.h73 struct ChannelParameters { struct
74 double inherent_loss = 0.0;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Ddynamic_channel_registry_test.cc134 ChannelParameters) override { in MakeOutbound() argument
141 ChannelParameters) override { in MakeInbound() argument