OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestamp_leap
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.cc
160
uint32_t
timestamp_leap
= available_timestamp - target_timestamp;
local
162
!ReinitAfterExpands(
timestamp_leap
) &&
164
PacketTooEarly(
timestamp_leap
) &&
224
bool DecisionLogicNormal::ReinitAfterExpands(uint32_t
timestamp_leap
) const {
225
return
timestamp_leap
>=
229
bool DecisionLogicNormal::PacketTooEarly(uint32_t
timestamp_leap
) const {
230
return
timestamp_leap
>
decision_logic_normal.h
90
// Checks if |
timestamp_leap
| is so long into the future that a reset due
92
bool ReinitAfterExpands(uint32_t
timestamp_leap
) const;
96
// conveyed in |
timestamp_leap
|.
97
bool PacketTooEarly(uint32_t
timestamp_leap
) const;
Completed in 237 milliseconds