OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_timestamp_increase_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc
175
rtp_timestamp_increase_
(0),
198
// rtp_seq_num_increase_, and
rtp_timestamp_increase_
, which will be
254
rtp_timestamp_increase_
= frame_count_ <= 1 ? kDefaultTimeIncrease :
271
timestamp += loop_count_ *
rtp_timestamp_increase_
;
rtpdump.h
132
// rtp_seq_num_increase_, and
rtp_timestamp_increase_
.
146
uint32
rtp_timestamp_increase_
;
member in class:cricket::RtpDumpLoopReader
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc
212
rtp_timestamp_increase_
(0),
235
// rtp_seq_num_increase_, and
rtp_timestamp_increase_
, which will be
291
rtp_timestamp_increase_
= frame_count_ <= 1 ? kDefaultTimeIncrease :
308
timestamp += loop_count_ *
rtp_timestamp_increase_
;
rtpdump.h
154
// rtp_seq_num_increase_, and
rtp_timestamp_increase_
.
168
uint32
rtp_timestamp_increase_
;
member in class:cricket::RtpDumpLoopReader
Completed in 27 milliseconds