Searched defs:FeedbackState (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h56 struct FeedbackState { struct in class:webrtc::RTCPSender
57 FeedbackState();
87 int32_t SetSendingStatus(const FeedbackState& feedback_state,
112 int32_t SendRTCP(const FeedbackState& feedback_state,
119 int32_t SendCompoundRTCP(const FeedbackState& feedback_state,
158 const FeedbackState& feedback_state)
161 bool AddReportBlock(const FeedbackState& feedback_state,
H A Drtcp_sender.cc71 RTCPSender::FeedbackState::FeedbackState() function in class:webrtc::RTCPSender::FeedbackState
110 RtcpContext(const FeedbackState& feedback_state,
129 const FeedbackState& feedback_state_;
226 int32_t RTCPSender::SetSendingStatus(const FeedbackState& feedback_state,
785 int32_t RTCPSender::SendRTCP(const FeedbackState& feedback_state,
797 const FeedbackState& feedback_state,
850 const FeedbackState& feedback_state) {
908 bool RTCPSender::AddReportBlock(const FeedbackState& feedback_state,

Completed in 465 milliseconds