OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrive_timestamps
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
receiver_unittest.cc
364
// And |
arrive_timestamps
| must be positive and in increasing order.
365
// |
arrive_timestamps
| determine when we are going to insert frames into the
368
void SetFrames(const int64_t*
arrive_timestamps
,
373
RTC_CHECK(
arrive_timestamps
[i] >= previous_arrive_timestamp);
374
timestamps_.push(TimestampPair(
arrive_timestamps
[i] * 1000,
376
previous_arrive_timestamp =
arrive_timestamps
[i];
472
int64_t
arrive_timestamps
[kNumFrames];
local
478
//
arrive_timestamps
controls when the Frame packet got received.
481
// But we add a reasonable deviation to
arrive_timestamps
to mimic Internet
483
arrive_timestamps
[i]
530
int64_t
arrive_timestamps
[kNumFrames];
local
[
all
...]
Completed in 59 milliseconds