Searched refs:drop_count (Results 1 – 8 of 8) sorted by relevance
118 drop_count = 0130 drop_count += 1136 drop_rate = float(drop_count) / (n - 1) if n > 1 else 0
280 size_t drop_count; in TEST() local282 Packet* packet = buffer.GetNextPacket(&drop_count); in TEST()283 EXPECT_EQ(0u, drop_count); in TEST()
78 int drop_count = 0; in RecycleFramesUntilKeyFrame() local85 ++drop_count; in RecycleFramesUntilKeyFrame()88 return drop_count; in RecycleFramesUntilKeyFrame()92 return drop_count; in RecycleFramesUntilKeyFrame()
140 int drop_count[VPX_MAX_LAYERS]; member
509 if (svc->drop_count[svc->spatial_layer_id] == svc->max_consec_drop) { in drop_frame()510 svc->drop_count[svc->spatial_layer_id] = 0; in drop_frame()579 svc->drop_count[svc->spatial_layer_id]++; in post_encode_drop_cbr()619 svc->drop_count[svc->spatial_layer_id]++; in vp9_rc_drop_frame()
74 svc->drop_count[sl] = 0; in vp9_init_layer_context()
734 int drop_count = 2; in dns_retry_test_impl() local741 fail_server_cb, &drop_count); in dns_retry_test_impl()759 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()767 drop_count = 4; in dns_retry_test_impl()784 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()
42 u32 drop_count; member