Home
last modified time | relevance | path

Searched refs:included_in_allocation (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/test/
Ddirect_transport.cc67 sent_packet.info.included_in_allocation = options.included_in_allocation; in SendRtp()
/external/webrtc/test/scenario/
Dnetwork_node.cc83 sent_packet.info.included_in_allocation = options.included_in_allocation; in SendRtp()
/external/webrtc/api/call/
Dtransport.h37 bool included_in_allocation = false; member
/external/webrtc/rtc_base/network/
Dsent_packet.h45 bool included_in_allocation = false; member
/external/webrtc/call/
Ddegraded_call.cc113 sent_packet.info.included_in_allocation = options.included_in_allocation; in SendRtp()
/external/webrtc/media/engine/
Dwebrtc_voice_engine.h235 rtc_options.info_signaled_after_sent.included_in_allocation = in SendRtp()
236 options.included_in_allocation; in SendRtp()
Dwebrtc_video_engine.cc1900 rtc_options.info_signaled_after_sent.included_in_allocation = in SendRtp()
1901 options.included_in_allocation; in SendRtp()
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.cc124 options.included_in_allocation = force_part_of_allocation_; in SendPacket()
175 options.included_in_allocation = true; in SendPacket()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress.cc240 options.included_in_allocation = force_part_of_allocation_; in SendPacket()
249 options.included_in_allocation = true; in SendPacket()
Drtp_sender_unittest.cc679 EXPECT_TRUE(transport_.last_options_.included_in_allocation); in TEST_P()
717 EXPECT_TRUE(transport_.last_options_.included_in_allocation); in TEST_P()
726 EXPECT_TRUE(transport_.last_options_.included_in_allocation); in TEST_P()
733 EXPECT_FALSE(transport_.last_options_.included_in_allocation); in TEST_P()
2351 EXPECT_TRUE(transport_.last_options_.included_in_allocation); in TEST_P()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc96 sent_packet.info.included_in_allocation = true; in OnPacketSent()
Danalyzer.cc1289 sent_packet.info.included_in_allocation = true; in CreateSendSideBweSimulationGraph()
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc141 } else if (sent_packet.info.included_in_allocation) { in ProcessSentPacket()