Searched refs:number_of_packets (Results 1 – 10 of 10) sorted by relevance
50 int number_of_packets = 0; in OnReceivedRtcpReceiverReport() local52 number_of_packets = it->extendedHighSeqNum - in OnReceivedRtcpReceiverReport()55 fraction_lost_aggregate += number_of_packets * it->fractionLost; in OnReceivedRtcpReceiverReport()56 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()170 int number_of_packets, in OnReceivedRtcpReceiverReport() argument175 number_of_packets, now_ms); in OnReceivedRtcpReceiverReport()
109 int number_of_packets, in UpdateReceiverBlock() argument118 if (number_of_packets > 0) { in UpdateReceiverBlock()120 const int num_lost_packets_Q8 = fraction_loss * number_of_packets; in UpdateReceiverBlock()123 expected_packets_since_last_loss_update_ += number_of_packets; in UpdateReceiverBlock()139 UpdateUmaStats(now_ms, rtt, (fraction_loss * number_of_packets) >> 8); in UpdateReceiverBlock()
57 int number_of_packets,
41 int number_of_packets,
162 const int number_of_packets = 3; in TEST_F() local163 for (int i = 0; i < number_of_packets; ++i) { in TEST_F()166 EXPECT_EQ(buffer.data.size() * number_of_packets, in TEST_F()168 EXPECT_EQ(number_of_packets, observer_->on_buffered_amount_change_count()); in TEST_F()
98 int number_of_packets; /* Only used for isoc urbs */ member
2062 urb->number_of_packets = urb_packet_offset; in submit_iso_transfer()2402 for (i = 0; i < urb->number_of_packets; i++) { in handle_iso_completion()
107 int number_of_packets; /* Only used for isoc urbs */ member
498 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx()1271 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx()1595 if (++qh->iso_idx >= urb->number_of_packets) in musb_host_rx()
223 int number_of_packets = 0; in OnReceivedRtcpReceiverReport() local225 number_of_packets = block_it->extendedHighSeqNum - seq_num_it->second; in OnReceivedRtcpReceiverReport()227 fraction_lost_aggregate += number_of_packets * block_it->fractionLost; in OnReceivedRtcpReceiverReport()228 total_number_of_packets += number_of_packets; in OnReceivedRtcpReceiverReport()