HomeSort by relevance Sort by last modified time
    Searched refs:dropped_at_send (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 55 dropped_at_send(false),
75 bool dropped_at_send; member in class:Frame
framedrop_primitives.cc 377 (*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 422 milliseconds