HomeSort by relevance Sort by last modified time
    Searched full:rtp2 (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 425 StreamDataCounters rtp2; local
426 rtp2.first_packet_time_ms = -1;
427 rtp2.transmitted.packets = 10;
428 rtp2.transmitted.payload_bytes = 10;
429 rtp2.retransmitted.header_bytes = 4;
430 rtp2.retransmitted.payload_bytes = 5;
431 rtp2.retransmitted.padding_bytes = 6;
432 rtp2.retransmitted.packets = 7;
433 rtp2.fec.packets = 8;
436 sum.Add(rtp2);
    [all...]

Completed in 281 milliseconds