HomeSort by relevance Sort by last modified time
    Searched defs:total_packets (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats.h 34 size_t total_packets; member in struct:webrtc::test::FrameStatistic
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 114 static unsigned int total_packets, total_bytes; variable
135 if (total_packets % 10 == 0) {
255 while (total_packets < NUM_PACKETS * 2) {
275 total_packets++;
287 if (total_packets != 2 * NUM_PACKETS) {
289 ring->version, total_packets, NUM_PACKETS);
433 total_packets = NUM_PACKETS;
436 while (total_packets > 0) {
440 total_packets > 0) {
479 total_packets--
    [all...]
  /external/iperf3/src/
iperf_api.c 2764 int total_packets = 0, lost_packets = 0; local
2927 int total_packets = 0, lost_packets = 0; local
    [all...]

Completed in 989 milliseconds