OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtx_pair
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/call/
rtc_event_log_unittest.cc
382
VideoReceiveStream::Config::Rtp::Rtx
rtx_pair
;
local
383
rtx_pair
.ssrc = prng->Rand<uint32_t>();
384
rtx_pair
.payload_type = prng->Rand(0, 127);
385
config->rtp.rtx.insert(std::make_pair(prng->Rand(0, 127),
rtx_pair
));
Completed in 327 milliseconds