OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_rtp_time_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc
38
next_rtp_time_
(0),
53
if (time_now_us <
next_rtp_time_
) {
54
return
next_rtp_time_
;
70
next_rtp_time_
= time_now_us + (1000000 + fps_ / 2) / fps_;
71
return
next_rtp_time_
;
76
return
next_rtp_time_
;
111
return left.second->
next_rtp_time_
< right.second->
next_rtp_time_
;
remote_bitrate_estimator_unittest_helper.h
98
int64_t
next_rtp_time_
;
member in class:webrtc::testing::RtpStream
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc
329
next_rtp_time_
(0),
410
int64_t time_left = (
next_rtp_time_
- first_packet_rtp_time_) -
458
uint32_t
next_rtp_time_
;
member in class:webrtc::rtpplayer::RtpPlayerImpl
Completed in 880 milliseconds