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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 58 dropped_at_render(false) {}
78 bool dropped_at_render; member in class:Frame
framedrop_primitives_unittest.cc 50 second_frame.dropped_at_render = true;
51 fourth_frame.dropped_at_render = true;
framedrop_primitives.cc 283 ASSERT_FALSE(frames.front()->dropped_at_render) << "It should not be "
293 if ((*it)->dropped_at_render) {
389 (*it)->dropped_at_render = true;
428 int rendered_delta = (*it)->dropped_at_render ? -1 :
449 (*it)->dropped_at_render ? "DROPPED" : " ");
460 if (!(*it)->dropped_at_render) {
485 int decoded_to_render = (*it)->dropped_at_render ? -1 :
488 int total_latency_incl_network = (*it)->dropped_at_render ? -1 :
491 int total_latency_excl_network = (*it)->dropped_at_render ? -1 :
544 if ((*it)->dropped_at_render != (*it)->dropped_at_decode)
    [all...]

Completed in 75 milliseconds