Searched defs:packet_counter (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Drtp_to_text.cc33 int packet_counter = 0; local
61 ++packet_counter;
63 fprintf(stderr, "Parsed %d packets\n", packet_counter);
H A Dbwe_rtp_play.cc56 int packet_counter = 0; local
86 ++packet_counter;
103 printf("Parsed %d packets\nTime passed: %" PRId64 " ms\n", packet_counter,
111 packet_counter - ts_offset_count - abs_send_time_count);
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc121 const RtcpPacketTypeCounter& packet_counter) {
125 stats_.rtcp_packet_type_counts = packet_counter;
119 RtcpPacketTypesCounterUpdated( uint32_t ssrc, const RtcpPacketTypeCounter& packet_counter) argument
H A Dsend_statistics_proxy.cc333 const RtcpPacketTypeCounter& packet_counter) {
339 stats->rtcp_packet_type_counts = packet_counter;
331 RtcpPacketTypesCounterUpdated( uint32_t ssrc, const RtcpPacketTypeCounter& packet_counter) argument
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc1573 int packet_counter = 0; local
1575 if (packet_counter == nr_packets / 2)
1577 if (packet_counter < nr_packets / 2)
1581 packet_counter++;

Completed in 428 milliseconds