Searched defs:ChannelParameters (Results 1 – 6 of 6) sorted by relevance
90 struct ChannelParameters { struct92 ChannelParameters() { Reset(); } in ChannelParameters() function94 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
105 struct ChannelParameters { struct107 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
776 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters
92 struct ChannelParameters { struct99 bool operator==(const ChannelParameters& rhs) const { argument120 "ChannelParameters{mode: %s, max_rx_sdu_size: %s, flush_timeout: %s}", in ToString() argument
73 struct ChannelParameters { struct74 double inherent_loss = 0.0;
134 ChannelParameters) override { in MakeOutbound() argument141 ChannelParameters) override { in MakeInbound() argument