OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRtxSendPayloadType
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
244
virtual void
SetRtxSendPayloadType
(int payload_type,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
105
MOCK_METHOD2(
SetRtxSendPayloadType
, void(int, int));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
209
rtp_rtcp_module_->
SetRtxSendPayloadType
(kRtxPayloadType, kPayloadType);
rtp_rtcp_impl.h
94
void
SetRtxSendPayloadType
(int payload_type,
rtp_rtcp_impl.cc
213
void ModuleRtpRtcpImpl::
SetRtxSendPayloadType
(int payload_type,
/external/webrtc/webrtc/video/
vie_channel.h
129
int
SetRtxSendPayloadType
(int payload_type, int associated_payload_type);
vie_channel.cc
693
int ViEChannel::
SetRtxSendPayloadType
(int payload_type,
696
rtp_rtcp->
SetRtxSendPayloadType
(payload_type, associated_payload_type);
[
all
...]
video_send_stream.cc
495
vie_channel_->
SetRtxSendPayloadType
(config_.rtp.rtx.payload_type,
Completed in 81 milliseconds