Home
last modified time | relevance | path

Searched refs:event_log_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtc_event_log_source.cc79 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()
Drtc_event_log_source.h61 rtc::scoped_ptr<rtclog::EventStream> event_log_; variable
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc64 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()
Dsend_side_bandwidth_estimation.h89 RtcEventLog* event_log_; variable
/external/webrtc/webrtc/call/
Dcall.cc150 RtcEventLog* event_log_ = nullptr; member in webrtc::internal::Call
214 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 …]
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc53 event_log_(RtcEventLog::Create()) {} in ChannelManager()
66 event_log_.get(), config); in CreateChannelInternal()
134 return event_log_.get(); in GetEventLog()
Dchannel_manager.h130 rtc::scoped_ptr<RtcEventLog> event_log_; variable
Dchannel.h504 RtcEventLog* const event_log_; variable
Dchannel.cc525 if (event_log_) { in GetAudioFrame()
528 event_log_->LogAudioPlayout(ssrc); in GetAudioFrame()
812 event_log_(event_log), in Channel()