OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:created_timestamp
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc
353
unsigned int
created_timestamp
= it->first - timestamp_diff_;
local
354
created_frames_[
created_timestamp
]->sent_timestamp_in_us_ = it->second;
357
unsigned int
created_timestamp
= it->first - timestamp_diff_;
local
358
created_frames_[
created_timestamp
]->received_timestamp_in_us_ = it->second;
361
unsigned int
created_timestamp
= it->first - timestamp_diff_;
local
362
created_frames_[
created_timestamp
]->decoded_timestamp_in_us_ =it->second;
365
unsigned int
created_timestamp
= it->first - timestamp_diff_;
local
366
created_frames_[
created_timestamp
]->rendered_timestamp_in_us_ = it->second;
Completed in 50 milliseconds