Searched refs:kIncomingPacket (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
D | alerts.cc | 38 direction == kIncomingPacket in AnalyzeStreamGaps() 44 direction == kIncomingPacket ? "Incoming capture time jumps more than " in AnalyzeStreamGaps() 48 TriageAlertType seq_num_alert = direction == kIncomingPacket in AnalyzeStreamGaps() 52 direction == kIncomingPacket ? TriageAlertType::kIncomingCaptureTimeJump in AnalyzeStreamGaps() 104 direction == kIncomingPacket in AnalyzeTransmissionGaps() 111 direction == kIncomingPacket in AnalyzeTransmissionGaps() 116 TriageAlertType rtp_alert = direction == kIncomingPacket in AnalyzeTransmissionGaps() 119 TriageAlertType rtcp_alert = direction == kIncomingPacket in AnalyzeTransmissionGaps() 149 if (direction == kIncomingPacket) { in AnalyzeTransmissionGaps() 185 AnalyzeStreamGaps(parsed_log, kIncomingPacket); in AnalyzeLog() [all …]
|
D | analyzer_common.cc | 19 if (direction == kIncomingPacket) { in IsRtxSsrc() 31 if (direction == kIncomingPacket) { in IsVideoSsrc() 43 if (direction == kIncomingPacket) { in IsAudioSsrc() 67 if (direction == kIncomingPacket) in GetStreamName()
|
D | main.cc | 293 analyzer.CreatePacketGraph(webrtc::kIncomingPacket, plot); in main() 300 analyzer.CreateRtcpTypeGraph(webrtc::kIncomingPacket, plot); in main() 306 analyzer.CreateAccumulatedPacketsGraph(webrtc::kIncomingPacket, plot); in main() 312 analyzer.CreatePacketRateGraph(webrtc::kIncomingPacket, plot); in main() 318 analyzer.CreateTotalPacketRateGraph(webrtc::kIncomingPacket, plot); in main() 326 analyzer.CreateAudioLevelGraph(webrtc::kIncomingPacket, plot); in main() 350 analyzer.CreateStreamBitrateGraph(webrtc::kIncomingPacket, plot); in main() 356 analyzer.CreateBitrateAllocationGraph(webrtc::kIncomingPacket, plot); in main() 377 analyzer.CreateTimestampGraph(webrtc::kIncomingPacket, plot); in main() 388 webrtc::kIncomingPacket, GetFractionLost, in main() [all …]
|
D | analyzer.cc | 328 if (direction == kIncomingPacket) { in GetDirectionAsString() 336 if (direction == kIncomingPacket) { in GetDirectionAsShortString() 492 if (direction == kIncomingPacket) { in CreateAccumulatedPacketsGraph() 526 if (direction == kIncomingPacket) { in CreatePacketRateGraph() 565 if (direction == kIncomingPacket) { in CreateTotalPacketRateGraph() 656 GetStreamName(parsed_log_, kIncomingPacket, stream.ssrc), in CreateSequenceNumberGraph() 691 GetStreamName(parsed_log_, kIncomingPacket, stream.ssrc), in CreateIncomingPacketLossGraph() 745 IsRtxSsrc(parsed_log_, kIncomingPacket, stream.ssrc)) { in CreateIncomingDelayGraph() 762 if (IsVideoSsrc(parsed_log_, kIncomingPacket, stream.ssrc) && in CreateIncomingDelayGraph() 780 GetStreamName(parsed_log_, kIncomingPacket, stream.ssrc) + in CreateIncomingDelayGraph() [all …]
|
D | log_simulation.cc | 193 parsed_log_.transport_feedbacks(PacketDirection::kIncomingPacket), in ProcessEventsInLog() 198 parsed_log_.receiver_reports(PacketDirection::kIncomingPacket), in ProcessEventsInLog()
|
D | analyze_audio.cc | 345 if (!IsAudioSsrc(parsed_log, kIncomingPacket, ssrc)) in SimulateNetEq() 430 GetStreamName(parsed_log, kIncomingPacket, ssrc)); in CreateAudioJitterBufferGraph() 458 GetStreamName(parsed_log, kIncomingPacket, series.first); in CreateNetEqStatsGraphInternal()
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_parser.h | 71 enum PacketDirection { kIncomingPacket = 0, kOutgoingPacket }; in RTC_POP_IGNORING_WUNDEF() enumerator 524 if (direction == kIncomingPacket) in RTC_POP_IGNORING_WUNDEF() 541 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 550 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 559 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 568 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 577 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 586 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 595 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() 604 if (direction == kIncomingPacket) { in RTC_POP_IGNORING_WUNDEF() [all …]
|
D | rtc_event_log2rtp_dump.cc | 239 parsed_stream.GetMediaType(stream.ssrc, webrtc::kIncomingPacket); in main()
|
D | rtc_event_log_parser.cc | 161 uint16_t new_overhead = direction == PacketDirection::kIncomingPacket in GetOverheadChangingEvents() 1677 if (direction == kIncomingPacket) { in StoreParsedLegacyEvent() 1818 *incoming = rtcp_packet.incoming() ? kIncomingPacket : kOutgoingPacket; in GetRtcpPacket() 2225 if (direction == kIncomingPacket) { in GetMediaType() 2277 if (direction == PacketDirection::kIncomingPacket) { in GetPacketInfos()
|
/external/webrtc/logging/rtc_event_log/encoder/ |
D | rtc_event_log_encoder_unittest.cc | 858 for (auto direction : {kIncomingPacket, kOutgoingPacket}) { in TEST_P() 865 if (direction == kIncomingPacket) { in TEST_P() 896 for (auto direction : {kIncomingPacket, kOutgoingPacket}) { in TEST_P() 903 if (direction == kIncomingPacket) { in TEST_P() 934 for (auto direction : {kIncomingPacket, kOutgoingPacket}) { in TEST_P() 941 if (direction == kIncomingPacket) { in TEST_P() 972 for (auto direction : {kIncomingPacket, kOutgoingPacket}) { in TEST_P() 979 if (direction == kIncomingPacket) { in TEST_P() 1009 for (auto direction : {kIncomingPacket, kOutgoingPacket}) { in TEST_P() 1016 if (direction == kIncomingPacket) { in TEST_P() [all …]
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | rtc_event_log_source.cc | 137 parsed_log.GetMediaType(rtp_packets.ssrc, webrtc::kIncomingPacket); in Initialize()
|