OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRtxRedundantPayloads
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h
116
kRtxRedundantPayloads
= 0x2 // Preventively send redundant payloads
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc
[
all
...]
rtp_sender.cc
565
if ((rtx_ &
kRtxRedundantPayloads
) == 0)
[
all
...]
/external/webrtc/webrtc/video/
vie_channel.cc
703
enable ? kRtxRetransmitted |
kRtxRedundantPayloads
: kRtxOff;
[
all
...]
Completed in 276 milliseconds