OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxRTT
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h
44
int64_t
maxRTT
;
rtcp_receiver_help.cc
108
maxRTT
(0),
rtcp_receiver.cc
169
int64_t*
maxRTT
) const {
187
if (
maxRTT
) {
188
*
maxRTT
= reportBlock->
maxRTT
;
554
if (RTT > reportBlock->
maxRTT
) {
556
reportBlock->
maxRTT
= RTT;
[
all
...]
rtcp_receiver.h
79
int64_t*
maxRTT
) const;
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
390
int64_t*
maxRTT
) const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
163
int64_t*
maxRTT
));
Completed in 48 milliseconds