OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dropped_at_receive
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h
56
dropped_at_receive
(false),
76
bool
dropped_at_receive
;
member in class:Frame
framedrop_primitives.cc
381
(*it)->
dropped_at_receive
= true;
424
int received_delta = (*it)->
dropped_at_receive
? -1 :
447
(*it)->
dropped_at_receive
? "DROPPED" : " ",
454
if (!(*it)->
dropped_at_receive
) {
479
int sent_to_received = (*it)->
dropped_at_receive
? -1 :
Completed in 27 milliseconds