Searched refs:dropped_at_send (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h55 dropped_at_send(false),
75 bool dropped_at_send; member in class:Frame
H A Dframedrop_primitives.cc377 (*it)->dropped_at_send = true;
422 int sent_delta = (*it)->dropped_at_send ? -1 :
446 (*it)->dropped_at_send ? "DROPPED" : " ",
451 if (!(*it)->dropped_at_send) {
476 int created_to_sent = (*it)->dropped_at_send ? -1 :

Completed in 342 milliseconds