OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimestampWrapAroundHandler
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
timeutils.h
86
class
TimestampWrapAroundHandler
{
88
TimestampWrapAroundHandler
();
timeutils.cc
193
TimestampWrapAroundHandler
::
TimestampWrapAroundHandler
()
196
int64_t
TimestampWrapAroundHandler
::Unwrap(uint32_t ts) {
timeutils_unittest.cc
152
TimestampWrapAroundHandler
wraparound_handler_;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.h
67
rtc::
TimestampWrapAroundHandler
time_wrap_handler_;
/external/webrtc/webrtc/voice_engine/
channel.h
43
class
TimestampWrapAroundHandler
;
548
rtc::scoped_ptr<rtc::
TimestampWrapAroundHandler
> rtp_ts_wraparound_handler_;
channel.cc
852
rtp_ts_wraparound_handler_(new rtc::
TimestampWrapAroundHandler
()),
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h
463
rtc::
TimestampWrapAroundHandler
timestamp_wraparound_handler_
Completed in 364 milliseconds