OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_timestamp_in_us_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h
51
sent_timestamp_in_us_
(-1),
69
int64_t
sent_timestamp_in_us_
;
member in class:Frame
framedrop_primitives.cc
354
created_frames_[created_timestamp]->
sent_timestamp_in_us_
= it->second;
423
static_cast<int>((*it)->
sent_timestamp_in_us_
- last_sent);
452
last_sent = (*it)->
sent_timestamp_in_us_
;
477
static_cast<int>((*it)->
sent_timestamp_in_us_
-
481
(*it)->
sent_timestamp_in_us_
);
536
(*it)->
sent_timestamp_in_us_
,
559
frame->
sent_timestamp_in_us_
,
Completed in 48 milliseconds