Home
last modified time | relevance | path

Searched refs:drop_count (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py119 drop_count = 0
131 drop_count += 1
137 drop_rate = float(drop_count) / (n - 1) if n > 1 else 0
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer_unittest.cc280 size_t drop_count; in TEST() local
282 Packet* packet = buffer.GetNextPacket(&drop_count); in TEST()
283 EXPECT_EQ(0u, drop_count); in TEST()
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc78 int drop_count = 0; in RecycleFramesUntilKeyFrame() local
85 ++drop_count; in RecycleFramesUntilKeyFrame()
88 return drop_count; in RecycleFramesUntilKeyFrame()
92 return drop_count; in RecycleFramesUntilKeyFrame()
/external/libevent/test/
Dregress_dns.c734 int drop_count = 2; in dns_retry_test_impl() local
741 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()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1836 int drop_count) in HLeaveInlined() argument
1838 drop_count_(drop_count) { } in HLeaveInlined()
Dhydrogen.h1718 void BeginBody(int drop_count);
Dhydrogen.cc1300 void HGraphBuilder::LoopBuilder::BeginBody(int drop_count) { in BeginBody() argument
1305 env->Drop(drop_count); in BeginBody()