Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h249 virtual std::pair<int, int> RtxSendPayloadType() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h106 MOCK_CONST_METHOD0(RtxSendPayloadType, std::pair<int, int>());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h96 std::pair<int, int> RtxSendPayloadType() const override;
Drtp_rtcp_impl.cc218 std::pair<int, int> ModuleRtpRtcpImpl::RtxSendPayloadType() const { in RtxSendPayloadType() function in webrtc::ModuleRtpRtcpImpl