OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_frames_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h
190
std::map<unsigned int, int64_t>
sent_frames_
;
member in class:FrameDropDetector
framedrop_primitives.cc
322
sent_frames_
[timestamp] = report_time_us;
352
for (it =
sent_frames_
.begin(); it !=
sent_frames_
.end(); ++it) {
376
if (
sent_frames_
.find(encoded_timestamp) ==
sent_frames_
.end()) {
400
ViETest::Log(" Sent frames: %ld",
sent_frames_
.size());
Completed in 342 milliseconds