OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimated_timestamp
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack.h
103
estimated_timestamp
(initial_timestamp),
116
uint32_t
estimated_timestamp
;
member in struct:webrtc::Nack::NackElement
nack.cc
165
it->second.time_to_play_ms = TimeToPlay(it->second.
estimated_timestamp
);
nack_unittest.cc
264
EXPECT_EQ(timestamp_lost_packets[index], it->second.
estimated_timestamp
);
Completed in 304 milliseconds