Home
last modified time | relevance | path

Searched refs:buffering_allowed (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/modules/include/
Dmodule_common_types.h70 bool buffering_allowed) = 0;
93 bool buffering_allowed) = 0;
/external/webrtc/video/
Drtp_video_stream_receiver2.h136 bool buffering_allowed) override;
210 bool buffering_allowed) override;
216 bool buffering_allowed) override;
Drtp_video_stream_receiver2.cc143 bool buffering_allowed) { in SendNack() argument
149 if (!buffering_allowed) { in SendNack()
160 bool buffering_allowed) { in SendLossNotification() argument
162 RTC_DCHECK(buffering_allowed); in SendLossNotification()
186 const bool buffering_allowed = in SendBufferedRtcpFeedback() local
191 lntf_state->decodability_flag, buffering_allowed); in SendBufferedRtcpFeedback()
692 bool buffering_allowed) { in SendLossNotification() argument
695 decodability_flag, buffering_allowed); in SendLossNotification()
Drtp_video_stream_receiver.h161 bool buffering_allowed) override;
235 bool buffering_allowed) RTC_LOCKS_EXCLUDED(mutex_) override;
241 bool buffering_allowed)
Drtp_video_stream_receiver.cc130 bool buffering_allowed) { in SendNack() argument
136 if (!buffering_allowed) { in SendNack()
147 bool buffering_allowed) { in SendLossNotification() argument
148 RTC_DCHECK(buffering_allowed); in SendLossNotification()
183 const bool buffering_allowed = in SendRtcpFeedback() local
189 feedback.lntf_state->decodability_flag, buffering_allowed); in SendRtcpFeedback()
724 bool buffering_allowed) { in SendLossNotification() argument
727 decodability_flag, buffering_allowed); in SendLossNotification()
Dvideo_receive_stream.h112 bool buffering_allowed) override;
Dvideo_receive_stream2.h134 bool buffering_allowed) override;
Dvideo_receive_stream.cc546 bool buffering_allowed) { in SendNack() argument
547 RTC_DCHECK(buffering_allowed); in SendNack()
Dvideo_receive_stream2.cc520 bool buffering_allowed) { in SendNack() argument
522 RTC_DCHECK(buffering_allowed); in SendNack()
Drtp_video_stream_receiver_unittest.cc88 bool buffering_allowed),
Drtp_video_stream_receiver2_unittest.cc89 bool buffering_allowed),
/external/webrtc/modules/video_coding/
Dnack_module_unittest.cc38 bool buffering_allowed) override { in SendNack() argument
346 bool buffering_allowed) override { in SendNack() argument
Dnack_module2_unittest.cc41 bool buffering_allowed) override { in SendNack() argument
386 bool buffering_allowed) override { in SendNack() argument
Dloss_notification_controller_unittest.cc105 bool buffering_allowed) override { in SendLossNotification() argument
106 EXPECT_TRUE(buffering_allowed); // (Flag useful elsewhere.) in SendLossNotification()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h188 bool buffering_allowed),
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h247 bool buffering_allowed) override;
Drtp_rtcp_interface.h430 bool buffering_allowed) = 0;
Drtp_rtcp_impl2.cc622 bool buffering_allowed) { in SendLossNotification() argument
625 decodability_flag, buffering_allowed); in SendLossNotification()
Drtp_rtcp_impl.h261 bool buffering_allowed) override;
Drtp_rtcp_impl.cc718 bool buffering_allowed) { in SendLossNotification() argument
721 decodability_flag, buffering_allowed); in SendLossNotification()
Drtcp_sender.h124 bool buffering_allowed)
Drtcp_sender.cc245 bool buffering_allowed) { in SendLossNotification() argument
254 if (buffering_allowed) { in SendLossNotification()