Home
last modified time | relevance | path

Searched refs:SendPayloadType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h99 int8_t SendPayloadType() const;
Drtp_rtcp_impl.h55 virtual int8_t SendPayloadType() const;
Drtp_rtcp_impl.cc309 int8_t ModuleRtpRtcpImpl::SendPayloadType() const { in SendPayloadType() function in webrtc::ModuleRtpRtcpImpl
310 return rtp_sender_.SendPayloadType(); in SendPayloadType()
Drtp_sender.cc282 int8_t RTPSender::SendPayloadType() const { in SendPayloadType() function in webrtc::RTPSender
Drtcp_sender.cc69 : send_payload_type(module->SendPayloadType()), in FeedbackState()