OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtxSendPayloadType
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
249
virtual std::pair<int, int>
RtxSendPayloadType
() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
106
MOCK_CONST_METHOD0(
RtxSendPayloadType
, std::pair<int, int>());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
96
std::pair<int, int>
RtxSendPayloadType
() const override;
rtp_rtcp_impl.cc
218
std::pair<int, int> ModuleRtpRtcpImpl::
RtxSendPayloadType
() const {
Completed in 238 milliseconds