/external/webrtc/test/pc/e2e/analyzer/audio/ |
D | default_audio_quality_analyzer.cc | 41 sample.total_samples_received = in OnStatsReports() 42 stat->total_samples_received.ValueOrDefault(0ul); in OnStatsReports() 62 RTC_CHECK_GE(sample.total_samples_received, in OnStatsReports() 63 prev_sample.total_samples_received); in OnStatsReports() 65 sample.total_samples_received - prev_sample.total_samples_received); in OnStatsReports()
|
D | default_audio_quality_analyzer.h | 51 uint64_t total_samples_received = 0; member
|
/external/webrtc/stats/ |
D | rtcstats_objects.cc | 388 &total_samples_received, 441 total_samples_received("totalSamplesReceived"), in RTCMediaStreamTrackStats() 497 total_samples_received(other.total_samples_received), in RTCMediaStreamTrackStats() 609 &total_samples_received, 662 total_samples_received("totalSamplesReceived"), in RTCInboundRTPStreamStats() 710 total_samples_received(other.total_samples_received), in RTCInboundRTPStreamStats()
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_stats_plotter.cc | 85 lifetime_stats.total_samples_received); in SimulationEnded()
|
/external/webrtc/call/ |
D | audio_receive_stream.h | 55 uint64_t total_samples_received = 0; member
|
/external/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_decoding_test.cc | 174 lifetime_stats.total_samples_received - last_total_samples_received; in DecodeAndCompare() 175 last_total_samples_received = lifetime_stats.total_samples_received; in DecodeAndCompare()
|
/external/webrtc/api/neteq/ |
D | neteq.h | 66 uint64_t total_samples_received = 0; member
|
/external/webrtc/modules/audio_coding/neteq/ |
D | statistics_calculator_unittest.cc | 22 EXPECT_EQ(10 * 480u, stats.GetLifetimeStatistics().total_samples_received); in TEST()
|
D | statistics_calculator.cc | 274 lifetime_stats_.total_samples_received += num_samples; in IncreaseCounter()
|
D | neteq_unittest.cc | 1202 EXPECT_GT(result_no_delay.lifetime_stats.total_samples_received, in TEST()
|
/external/webrtc/pc/ |
D | rtc_stats_integrationtest.cc | 636 verifier.TestMemberIsUndefined(media_stream_track.total_samples_received); in VerifyRTCMediaStreamTrackStats() 671 media_stream_track.total_samples_received); in VerifyRTCMediaStreamTrackStats() 706 media_stream_track.total_samples_received); in VerifyRTCMediaStreamTrackStats() 841 verifier.TestMemberIsUndefined(inbound_stream.total_samples_received); in VerifyRTCInboundRTPStreamStats() 860 inbound_stream.total_samples_received); in VerifyRTCInboundRTPStreamStats()
|
D | rtc_stats_collector.cc | 298 inbound_audio->total_samples_received = in SetInboundRTPStreamStatsFromVoiceReceiverInfo() 299 voice_receiver_info.total_samples_received; in SetInboundRTPStreamStatsFromVoiceReceiverInfo() 687 audio_track_stats->total_samples_received = in ProduceMediaStreamTrackStatsFromVoiceReceiverInfo() 688 voice_receiver_info.total_samples_received; in ProduceMediaStreamTrackStatsFromVoiceReceiverInfo()
|
D | rtc_stats_collector_unittest.cc | 1556 voice_receiver_info.total_samples_received = 4567; in TEST_F() 1601 expected_remote_audio_track.total_samples_received = 4567; in TEST_F() 1788 voice_media_info.receivers[0].total_samples_received = 3; in TEST_F() 1838 expected_audio.total_samples_received = 3; in TEST_F()
|
D | peer_connection_integrationtest.cc | 3199 ASSERT_TRUE(track_stats[0]->total_samples_received.is_defined()); in TEST_P() 3200 ASSERT_GT(*track_stats[0]->total_samples_received, 0U); in TEST_P() 3219 ASSERT_TRUE(track_stats[0]->total_samples_received.is_defined()); in TEST_P() 3233 *track_stats[0]->total_samples_received * in TEST_P()
|
/external/webrtc/api/stats/ |
D | rtcstats_objects.h | 318 RTCStatsMember<uint64_t> total_samples_received; variable 424 RTCStatsMember<uint64_t> total_samples_received; variable
|
/external/webrtc/modules/audio_coding/acm2/ |
D | acm_receiver.cc | 269 acm_stat->totalSamplesReceived = neteq_lifetime_stat.total_samples_received; in GetNetworkStatistics()
|
/external/webrtc/audio/ |
D | audio_receive_stream.cc | 218 stats.total_samples_received = ns.totalSamplesReceived; in GetStats()
|
D | audio_receive_stream_unittest.cc | 303 EXPECT_EQ(kNetworkStats.totalSamplesReceived, stats.total_samples_received); in TEST()
|
/external/webrtc/media/base/ |
D | media_channel.h | 489 uint64_t total_samples_received = 0; member
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.cc | 2359 rinfo.total_samples_received = stats.total_samples_received; in GetStats()
|
D | webrtc_voice_engine_unittest.cc | 685 stats.total_samples_received = 5678901; in GetAudioReceiveStreamStats() 732 EXPECT_EQ(info.total_samples_received, stats.total_samples_received); in VerifyVoiceReceiverInfo()
|