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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc108 class RTCPSender::RtcpContext { class in class:webrtc::RTCPSender
110 RtcpContext(const FeedbackState& feedback_state, function in class:webrtc::RTCPSender::RtcpContext
127 virtual ~RtcpContext() {}
460 rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildSR(const RtcpContext& ctx) {
496 const RtcpContext& ctx) {
509 rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildRR(const RtcpContext& ctx) {
519 rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildPLI(const RtcpContext& ctx) {
533 rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildFIR(const RtcpContext& ctx) {
558 rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildSLI(const RtcpContext& ctx) {
581 const RtcpContext
[all...]

Completed in 81 milliseconds