OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtx_
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc
26
rtx_
(false),
223
return
rtx_
;
232
return
rtx_
&& ssrc_rtx_ == header.ssrc;
269
if (!
rtx_
)
299
rtx_
= true;
305
return
rtx_
;
317
rtx_
= true;
rtp_sender.cc
177
rtx_
(kRtxOff),
388
rtx =
rtx_
;
407
rtx_
= mode;
412
return
rtx_
;
565
if ((
rtx_
& kRtxRedundantPayloads) == 0)
631
if (
rtx_
== kRtxOff) {
741
rtx =
rtx_
;
897
rtx =
rtx_
;
[
all
...]
rtp_sender.h
453
int
rtx_
GUARDED_BY(send_critsect_);
/external/webrtc/webrtc/call/
rampup_tests.h
66
const bool
rtx_
;
member in class:webrtc::RampUpTester
rampup_tests.cc
42
rtx_
(rtx),
59
if (
rtx_
) {
143
if (
rtx_
) {
169
if (
rtx_
) {
375
str += (
rtx_
? "" : "no");
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h
189
bool
rtx_
;
member in class:webrtc::RTPPayloadRegistry
Completed in 440 milliseconds