HomeSort by relevance Sort by last modified time
    Searched defs:FeedbackState (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 56 struct FeedbackState {
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,
rtcp_sender.cc 71 RTCPSender::FeedbackState::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,
    [all...]

Completed in 190 milliseconds