OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_rtp_timestamp_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
rtpdump.cc
220
prev_rtp_timestamp_
(0) {
271
} else if (rtp_timestamp !=
prev_rtp_timestamp_
) {
277
prev_rtp_timestamp_
= rtp_timestamp;
283
//
prev_rtp_timestamp_
are values of the last dump packet in the input stream.
292
(
prev_rtp_timestamp_
- first_rtp_timestamp_) * frame_count_ /
rtpdump.h
181
uint32_t
prev_rtp_timestamp_
;
member in class:cricket::RtpDumpLoopReader
Completed in 178 milliseconds