Home
last modified time | relevance | path

Searched refs:add_count (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c479 client->add_count = 0; in gst_udp_client_new()
754 for (j = 1; send_duplicates && j < client->add_count; ++j) in gst_multiudpsink_render_buffers()
983 count = client->add_count; in gst_multiudpsink_get_clients_string()
1554 client->add_count, host, port); in gst_multiudpsink_add_internal()
1580 ++client->add_count; in gst_multiudpsink_add_internal()
1633 client->add_count, host, port); in gst_multiudpsink_remove()
1635 --client->add_count; in gst_multiudpsink_remove()
1643 if (client->add_count == 0) { in gst_multiudpsink_remove()
Dgstmultiudpsink.h45 gint add_count; /* how often this address has been added */ member
/third_party/mbedtls/library/
Decp.c115 static unsigned long add_count, dbl_count, mul_count; variable
1455 add_count++; in ecp_add_mixed()
3300 add_count = 0; in self_test_point()
3310 add_c_prev = add_count; in self_test_point()
3313 add_count = 0; in self_test_point()
3321 if( add_count != add_c_prev || in self_test_point()
/third_party/flatbuffers/tests/
Dmonster_test_generated.lobster212 def add_count(count:int):
Dmonster_test_generated.rs1829 builder.add_count(args.count); in create()
1916 pub fn add_count(&mut self, count: u16) { in add_count() method
Dmonster_test_generated.h1094 void add_count(uint16_t count) {
1116 builder_.add_count(count);
Dtest.cpp177 mb_miss.add_count(0); // key in CreateFlatBufferTest()
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1025 void add_count(uint16_t count) {
1047 builder_.add_count(count);