Searched refs:dropped_at_render (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives_unittest.cc50 second_frame.dropped_at_render = true;
51 fourth_frame.dropped_at_render = true;
H A Dframedrop_primitives.h58 dropped_at_render(false) {}
78 bool dropped_at_render; member in class:Frame
H A Dframedrop_primitives.cc283 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 !
[all...]

Completed in 104 milliseconds