Searched refs:audio_level_ (Results 1 – 4 of 4) sorted by relevance
56 absl::optional<uint8_t> audio_level() const { return audio_level_; } in audio_level()57 void set_audio_level(absl::optional<uint8_t> value) { audio_level_ = value; } in set_audio_level()79 absl::optional<uint8_t> audio_level_; variable
31 audio_level_(audio_level), in RtpPacketInfo()46 audio_level_ = extension.audioLevel; in RtpPacketInfo()
426 audio_level_.ComputeLevel(*audio_frame, duration); in SendAudioData()492 stats.audio_level = audio_level_.LevelFullRange(); in GetStats()493 stats.total_input_energy = audio_level_.TotalEnergy(); in GetStats()494 stats.total_input_duration = audio_level_.TotalDuration(); in GetStats()
173 webrtc::voe::AudioLevel audio_level_ RTC_GUARDED_BY(audio_level_lock_);