Searched refs:event_log_ (Results 1 – 9 of 9) sorted by relevance
79 while (rtp_packet_index_ < event_log_->stream_size()) { in NextPacket()80 const rtclog::Event& event = event_log_->stream(rtp_packet_index_); in NextPacket()108 while (audio_output_index_ < event_log_->stream_size()) { in NextAudioOutputEventMs()109 const rtclog::Event& event = event_log_->stream(audio_output_index_); in NextAudioOutputEventMs()123 event_log_.reset(new rtclog::EventStream()); in OpenFile()124 return RtcEventLog::ParseRtcEventLog(file_name, event_log_.get()); in OpenFile()
61 rtc::scoped_ptr<rtclog::EventStream> event_log_; variable
64 event_log_(nullptr) {} in SendSideBandwidthEstimation()208 if (event_log_) { in UpdateEstimate()209 event_log_->LogBwePacketLossEvent( in UpdateEstimate()231 if (event_log_) { in UpdateEstimate()232 event_log_->LogBwePacketLossEvent( in UpdateEstimate()288 event_log_ = event_log; in SetEventLog()
89 RtcEventLog* event_log_; variable
150 RtcEventLog* event_log_ = nullptr; member in webrtc::internal::Call214 event_log_ = voe_codec->GetEventLog(); in Call()226 congestion_controller_->GetBitrateController()->SetEventLog(event_log_); in Call()396 if (event_log_) in CreateVideoSendStream()397 event_log_->LogVideoSendStreamConfig(config); in CreateVideoSendStream()460 if (event_log_) in CreateVideoReceiveStream()461 event_log_->LogVideoReceiveStreamConfig(config); in CreateVideoReceiveStream()669 if (event_log_) in DeliverRtcp()670 event_log_->LogRtcpPacket(true, media_type, packet, length); in DeliverRtcp()679 if (event_log_) in DeliverRtcp()[all …]
53 event_log_(RtcEventLog::Create()) {} in ChannelManager()66 event_log_.get(), config); in CreateChannelInternal()134 return event_log_.get(); in GetEventLog()
130 rtc::scoped_ptr<RtcEventLog> event_log_; variable
504 RtcEventLog* const event_log_; variable
525 if (event_log_) { in GetAudioFrame()528 event_log_->LogAudioPlayout(ssrc); in GetAudioFrame()812 event_log_(event_log), in Channel()