OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFeedbackState
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc
120
dummy_rtp_rtcp_impl_->
GetFeedbackState
();
129
dummy_rtp_rtcp_impl_->
GetFeedbackState
();
rtp_rtcp_impl.cc
188
RTCPSender::FeedbackState state =
GetFeedbackState
();
331
RTCPSender::FeedbackState ModuleRtpRtcpImpl::
GetFeedbackState
() {
363
if (rtcp_sender_.SetSendingStatus(
GetFeedbackState
(), sending) != 0) {
412
rtcp_sender_.SendRTCP(
GetFeedbackState
(), kRtcpReport);
546
return rtcp_sender_.SendRTCP(
GetFeedbackState
(), packet_type);
553
return rtcp_sender_.SendCompoundRTCP(
GetFeedbackState
(), packet_types);
729
GetFeedbackState
(), kRtcpNack, nack_length, &nack_list[start_id]);
830
GetFeedbackState
(), kRtcpSli, 0, 0, false, picture_id);
897
GetFeedbackState
(), kRtcpRpsi, 0, 0, false, picture_id);
rtcp_sender_unittest.cc
254
return rtp_rtcp_impl_->
GetFeedbackState
();
285
RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->
GetFeedbackState
();
455
RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->
GetFeedbackState
();
589
RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->
GetFeedbackState
();
643
RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->
GetFeedbackState
();
rtp_rtcp_impl.h
85
RTCPSender::FeedbackState
GetFeedbackState
();
Completed in 88 milliseconds