Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc265 int8_t ModuleRtpRtcpImpl::SendPayloadType() const { in SendPayloadType() function in webrtc::ModuleRtpRtcpImpl
266 return rtp_sender_.SendPayloadType(); in SendPayloadType()
337 state.send_payload_type = SendPayloadType(); in GetFeedbackState()
Drtp_rtcp_impl.h56 int8_t SendPayloadType() const;
Drtp_sender.h125 int8_t SendPayloadType() const;
Drtp_sender.cc364 int8_t RTPSender::SendPayloadType() const { in SendPayloadType() function in webrtc::RTPSender