Searched refs:LogRtpHeader (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/call/ |
D | rtc_event_log.h | 66 virtual void LogRtpHeader(bool incoming,
|
D | rtc_event_log.cc | 50 void LogRtpHeader(bool incoming, in LogRtpHeader() function in webrtc::RtcEventLogImpl 77 void LogRtpHeader(bool incoming, 330 void RtcEventLogImpl::LogRtpHeader(bool incoming,
|
D | rtc_event_log_unittest.cc | 481 log_dumper->LogRtpHeader( in LogSessionAndReadBack() 645 log_dumper->LogRtpHeader(false, MediaType::AUDIO, old_rtp_packet.data(), in DropOldEvents() 652 log_dumper->LogRtpHeader(true, MediaType::VIDEO, recent_rtp_packet.data(), in DropOldEvents()
|
D | call.cc | 710 event_log_->LogRtpHeader(true, media_type, packet, length); in DeliverRtp() 722 event_log_->LogRtpHeader(true, media_type, packet, length); in DeliverRtp()
|