/external/webrtc/modules/congestion_controller/rtp/ |
D | transport_feedback_demuxer.cc | 39 void TransportFeedbackDemuxer::AddPacket(const RtpPacketSendInfo& packet_info) { in AddPacket() argument 41 if (packet_info.ssrc != 0) { in AddPacket() 43 info.ssrc = packet_info.ssrc; in AddPacket() 44 info.rtp_sequence_number = packet_info.rtp_sequence_number; in AddPacket() 47 {seq_num_unwrapper_.Unwrap(packet_info.transport_sequence_number), in AddPacket() 65 auto packet_info = it->second; in OnTransportFeedback() local 66 packet_info.received = packet.received(); in OnTransportFeedback() 67 stream_feedbacks.push_back(packet_info); in OnTransportFeedback() 77 for (const auto& packet_info : stream_feedbacks) { in OnTransportFeedback() local 78 if (absl::c_count(observer.first, packet_info.ssrc) > 0) { in OnTransportFeedback() [all …]
|
D | transport_feedback_adapter_unittest.cc | 110 RtpPacketSendInfo packet_info; in OnSentPacket() local 111 packet_info.ssrc = kSsrc; in OnSentPacket() 112 packet_info.transport_sequence_number = in OnSentPacket() 114 packet_info.rtp_sequence_number = 0; in OnSentPacket() 115 packet_info.length = packet_feedback.sent_packet.size.bytes(); in OnSentPacket() 116 packet_info.pacing_info = packet_feedback.sent_packet.pacing_info; in OnSentPacket() 117 packet_info.packet_type = RtpPacketMediaType::kVideo; in OnSentPacket() 118 adapter_->AddPacket(RtpPacketSendInfo(packet_info), 0u, in OnSentPacket() 395 RtpPacketSendInfo packet_info; in TEST_F() local 396 packet_info.ssrc = kSsrc; in TEST_F() [all …]
|
D | transport_feedback_adapter.cc | 90 void TransportFeedbackAdapter::AddPacket(const RtpPacketSendInfo& packet_info, in AddPacket() argument 96 seq_num_unwrapper_.Unwrap(packet_info.transport_sequence_number); in AddPacket() 97 packet.sent.size = DataSize::Bytes(packet_info.length + overhead_bytes); in AddPacket() 98 packet.sent.audio = packet_info.packet_type == RtpPacketMediaType::kAudio; in AddPacket() 100 packet.sent.pacing_info = packet_info.pacing_info; in AddPacket()
|
D | transport_feedback_demuxer.h | 31 void AddPacket(const RtpPacketSendInfo& packet_info);
|
D | transport_feedback_adapter.h | 61 void AddPacket(const RtpPacketSendInfo& packet_info,
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | source_tracker.cc | 30 for (const auto& packet_info : packet_infos) { in OnFrameDelivered() local 31 for (uint32_t csrc : packet_info.csrcs()) { in OnFrameDelivered() 36 entry.audio_level = packet_info.audio_level(); in OnFrameDelivered() 37 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered() 38 entry.rtp_timestamp = packet_info.rtp_timestamp(); in OnFrameDelivered() 41 SourceKey key(RtpSourceType::SSRC, packet_info.ssrc()); in OnFrameDelivered() 45 entry.audio_level = packet_info.audio_level(); in OnFrameDelivered() 46 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered() 47 entry.rtp_timestamp = packet_info.rtp_timestamp(); in OnFrameDelivered()
|
D | source_tracker_unittest.cc | 49 for (const auto& packet_info : packet_infos) { in OnFrameDelivered() local 50 RtpSource::Extensions extensions = {packet_info.audio_level(), in OnFrameDelivered() 51 packet_info.absolute_capture_time()}; in OnFrameDelivered() 53 for (const auto& csrc : packet_info.csrcs()) { in OnFrameDelivered() 55 packet_info.rtp_timestamp(), extensions); in OnFrameDelivered() 58 entries_.emplace_front(now_ms, packet_info.ssrc(), RtpSourceType::SSRC, in OnFrameDelivered() 59 packet_info.rtp_timestamp(), extensions); in OnFrameDelivered()
|
D | rtp_sender_egress.cc | 412 RtpPacketSendInfo packet_info; in AddPacketToTransportFeedback() local 413 packet_info.ssrc = ssrc_; in AddPacketToTransportFeedback() 414 packet_info.transport_sequence_number = packet_id; in AddPacketToTransportFeedback() 415 packet_info.rtp_sequence_number = packet.SequenceNumber(); in AddPacketToTransportFeedback() 416 packet_info.length = packet_size; in AddPacketToTransportFeedback() 417 packet_info.pacing_info = pacing_info; in AddPacketToTransportFeedback() 418 packet_info.packet_type = packet.packet_type(); in AddPacketToTransportFeedback() 419 transport_feedback_observer_->OnAddPacket(packet_info); in AddPacketToTransportFeedback()
|
/external/webrtc/test/network/ |
D | cross_traffic.cc | 165 void TcpMessageRouteImpl::OnRequest(TcpPacket packet_info) { in OnRequest() argument 167 if (it->pending_fragment_ids.count(packet_info.fragment.fragment_id) != 0) { in OnRequest() 168 it->pending_fragment_ids.erase(packet_info.fragment.fragment_id); in OnRequest() 177 response_route_.SendPacket(kAckPacketSize, packet_info); in OnRequest() 180 void TcpMessageRouteImpl::OnResponse(TcpPacket packet_info, Timestamp at_time) { in OnResponse() argument 181 auto it = in_flight_.find(packet_info.sequence_number); in OnResponse() 183 last_rtt_ = at_time - packet_info.send_time; in OnResponse() 186 auto lost_end = in_flight_.lower_bound(packet_info.sequence_number); in OnResponse() 192 if (packet_info.sequence_number - last_acked_seq_num_ > 1) { in OnResponse() 200 std::max(packet_info.sequence_number, last_acked_seq_num_); in OnResponse()
|
D | cross_traffic.h | 127 void OnRequest(TcpPacket packet_info); 128 void OnResponse(TcpPacket packet_info, Timestamp at_time);
|
/external/ImageMagick/coders/ |
D | sgi.c | 443 *packet_info; in ReadSGIImage() local 465 packet_info=AcquireVirtualMemory((size_t) iris_info.columns+10UL,4UL* in ReadSGIImage() 468 (packet_info == (MemoryInfo *) NULL)) in ReadSGIImage() 472 if (packet_info != (MemoryInfo *) NULL) in ReadSGIImage() 473 packet_info=RelinquishVirtualMemory(packet_info); in ReadSGIImage() 477 packets=(unsigned char *) GetVirtualMemoryBlob(packet_info); in ReadSGIImage() 485 packet_info=RelinquishVirtualMemory(packet_info); in ReadSGIImage() 528 packet_info=RelinquishVirtualMemory(packet_info); in ReadSGIImage() 568 packet_info=RelinquishVirtualMemory(packet_info); in ReadSGIImage() 582 packet_info=RelinquishVirtualMemory(packet_info); in ReadSGIImage() [all …]
|
/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
D | log_simulation.cc | 85 RtpPacketSendInfo packet_info; in OnPacketSent() local 86 packet_info.ssrc = packet.ssrc; in OnPacketSent() 87 packet_info.transport_sequence_number = packet.transport_seq_no; in OnPacketSent() 88 packet_info.rtp_sequence_number = packet.stream_seq_no; in OnPacketSent() 89 packet_info.length = packet.size; in OnPacketSent() 90 packet_info.pacing_info = probe_info; in OnPacketSent() 91 transport_feedback_.AddPacket(packet_info, packet.overhead, in OnPacketSent()
|
/external/webrtc/modules/rtp_rtcp/source/deprecated/ |
D | deprecated_rtp_sender_egress.cc | 316 RtpPacketSendInfo packet_info; in AddPacketToTransportFeedback() local 317 packet_info.ssrc = ssrc_; in AddPacketToTransportFeedback() 318 packet_info.transport_sequence_number = packet_id; in AddPacketToTransportFeedback() 319 packet_info.rtp_sequence_number = packet.SequenceNumber(); in AddPacketToTransportFeedback() 320 packet_info.length = packet_size; in AddPacketToTransportFeedback() 321 packet_info.pacing_info = pacing_info; in AddPacketToTransportFeedback() 322 packet_info.packet_type = packet.packet_type(); in AddPacketToTransportFeedback() 323 transport_feedback_observer_->OnAddPacket(packet_info); in AddPacketToTransportFeedback()
|
/external/webrtc/modules/audio_coding/neteq/ |
D | packet.cc | 31 clone.packet_info = packet_info; in Clone()
|
D | red_payload_splitter.cc | 121 new_packet.packet_info = RtpPacketInfo( in SplitRed() 122 /*ssrc=*/red_packet.packet_info.ssrc(), in SplitRed() 127 /*receive_time_ms=*/red_packet.packet_info.receive_time_ms()); in SplitRed()
|
D | neteq_impl_unittest.cc | 503 const auto& packet_info = output.packet_infos_[0]; in TEST_F() local 504 EXPECT_EQ(packet_info.ssrc(), rtp_header.ssrc); in TEST_F() 505 EXPECT_THAT(packet_info.csrcs(), ElementsAre(43, 65, 17)); in TEST_F() 506 EXPECT_EQ(packet_info.rtp_timestamp(), rtp_header.timestamp); in TEST_F() 507 EXPECT_FALSE(packet_info.audio_level().has_value()); in TEST_F() 508 EXPECT_EQ(packet_info.receive_time_ms(), expected_receive_time_ms); in TEST_F() 595 const auto& packet_info = output.packet_infos_[0]; in TEST_F() local 596 EXPECT_EQ(packet_info.ssrc(), rtp_header.ssrc); in TEST_F() 597 EXPECT_THAT(packet_info.csrcs(), IsEmpty()); in TEST_F() 598 EXPECT_EQ(packet_info.rtp_timestamp(), rtp_header.timestamp); in TEST_F() [all …]
|
D | packet.h | 77 RtpPacketInfo packet_info; member
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document_parser.cpp | 401 Optional<XFA_PACKETINFO> packet_info = in ParseAsXDPPacket_XDP() local 403 if (packet_info.has_value() && packet_info.value().uri && in ParseAsXDPPacket_XDP() 404 !MatchNodeName(pElement, packet_info.value().name, in ParseAsXDPPacket_XDP() 405 packet_info.value().uri, packet_info.value().flags)) { in ParseAsXDPPacket_XDP() 406 packet_info = {}; in ParseAsXDPPacket_XDP() 409 if (packet_info.has_value()) in ParseAsXDPPacket_XDP() 410 ePacket = packet_info.value().packet_type; in ParseAsXDPPacket_XDP() 436 if (packet_info.has_value() && in ParseAsXDPPacket_XDP() 437 (packet_info.value().flags & XFA_XDPPACKET_FLAGS_SUPPORTONE) && in ParseAsXDPPacket_XDP() 439 FX_HashCode_GetW(packet_info.value().name, false))) { in ParseAsXDPPacket_XDP()
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 474 packet->packet_info.set_absolute_capture_time( in OnReceivedPayloadData() 476 AbsoluteCaptureTimeReceiver::GetSource(packet->packet_info.ssrc(), in OnReceivedPayloadData() 477 packet->packet_info.csrcs()), in OnReceivedPayloadData() 478 packet->packet_info.rtp_timestamp(), in OnReceivedPayloadData() 481 packet->packet_info.absolute_capture_time())); in OnReceivedPayloadData() 735 min_recv_time = packet->packet_info.receive_time_ms(); in OnInsertedPacket() 736 max_recv_time = packet->packet_info.receive_time_ms(); in OnInsertedPacket() 742 std::min(min_recv_time, packet->packet_info.receive_time_ms()); in OnInsertedPacket() 744 std::max(max_recv_time, packet->packet_info.receive_time_ms()); in OnInsertedPacket() 747 packet_infos.push_back(packet->packet_info); in OnInsertedPacket()
|
D | rtp_video_stream_receiver.cc | 506 packet->packet_info.set_absolute_capture_time( in OnReceivedPayloadData() 508 AbsoluteCaptureTimeReceiver::GetSource(packet->packet_info.ssrc(), in OnReceivedPayloadData() 509 packet->packet_info.csrcs()), in OnReceivedPayloadData() 510 packet->packet_info.rtp_timestamp(), in OnReceivedPayloadData() 513 packet->packet_info.absolute_capture_time())); in OnReceivedPayloadData() 764 min_recv_time = packet->packet_info.receive_time_ms(); in OnInsertedPacket() 765 max_recv_time = packet->packet_info.receive_time_ms(); in OnInsertedPacket() 771 std::min(min_recv_time, packet->packet_info.receive_time_ms()); in OnInsertedPacket() 773 std::max(max_recv_time, packet->packet_info.receive_time_ms()); in OnInsertedPacket() 776 packet_infos.push_back(packet->packet_info); in OnInsertedPacket()
|
/external/webrtc/call/ |
D | simulated_network.cc | 275 PacketInfo packet_info = delay_link_.front(); in DequeueDeliverablePackets() local 277 PacketDeliveryInfo(packet_info.packet, packet_info.arrival_time_us)); in DequeueDeliverablePackets()
|
D | rtp_transport_controller_send.cc | 526 const RtpPacketSendInfo& packet_info) { in OnAddPacket() argument 527 feedback_demuxer_.AddPacket(packet_info); in OnAddPacket() 530 task_queue_.PostTask([this, packet_info, creation_time]() { in OnAddPacket() 533 packet_info, in OnAddPacket()
|
/external/webrtc/modules/video_coding/ |
D | packet.h | 75 RtpPacketInfo packet_info; variable
|
D | packet.cc | 50 packet_info(rtp_header, receive_time_ms) { in VCMPacket()
|
/external/webrtc/api/test/ |
D | simulated_network.h | 72 virtual bool EnqueuePacket(PacketInFlightInfo packet_info) = 0;
|