Searched refs:drop_count (Results 1 – 11 of 11) sorted by relevance
34 size_t drop_count = 0; variable99 drop_count++; in pw_LogSink_Log()106 drop_count++; in pw_LogSink_Log()115 if (drop_count > 0) { in pw_LogSink_Log()116 sink.HandleDropped(drop_count); in pw_LogSink_Log()123 drop_count = 0; in pw_LogSink_Log()
150 uint32_t drop_count = 0; in TEST() local151 Result<ConstByteSpan> entry = drain.GetEntry(entry_buffer, drop_count); in TEST()154 EXPECT_EQ(drop_count, 1U); in TEST()
36 void HandleDropped(uint32_t drop_count) final { in HandleDropped() argument37 multisink_.HandleDropped(drop_count); in HandleDropped()
36 virtual void HandleDropped(uint32_t drop_count) = 0;
59 void HandleDropped(uint32_t drop_count = 1) { sequence_id_ += drop_count; }
35 uint32_t drop_count = 0; in ExpectMessageAndDropCount() local36 Result<ConstByteSpan> result = drain.GetEntry(entry_buffer_, drop_count); in ExpectMessageAndDropCount()46 EXPECT_EQ(drop_count, expected_drop_count); in ExpectMessageAndDropCount()
66 int drop_count = 0; in RecycleFramesUntilKeyFrame() local73 ++drop_count; in RecycleFramesUntilKeyFrame()77 return drop_count; in RecycleFramesUntilKeyFrame()81 return drop_count; in RecycleFramesUntilKeyFrame()
139 int drop_count[VPX_MAX_LAYERS]; member
515 if (svc->drop_count[svc->spatial_layer_id] == svc->max_consec_drop) { in vp9_test_drop()516 svc->drop_count[svc->spatial_layer_id] = 0; in vp9_test_drop()585 svc->drop_count[svc->spatial_layer_id]++; in post_encode_drop_cbr()627 svc->drop_count[svc->spatial_layer_id]++; in vp9_rc_drop_frame()
75 svc->drop_count[sl] = 0; in vp9_init_layer_context()
733 int drop_count = 2; in dns_retry_test_impl() local740 fail_server_cb, &drop_count); in dns_retry_test_impl()758 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()766 drop_count = 4; in dns_retry_test_impl()783 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()