Home
last modified time | relevance | path

Searched refs:removed_samples_for_acceleration (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/audio/
Ddefault_audio_quality_analyzer.cc44 sample.removed_samples_for_acceleration = in OnStatsReports()
45 stat->removed_samples_for_acceleration.ValueOrDefault(0ul); in OnStatsReports()
75 (sample.removed_samples_for_acceleration - in OnStatsReports()
76 prev_sample.removed_samples_for_acceleration) / in OnStatsReports()
Ddefault_audio_quality_analyzer.h53 uint64_t removed_samples_for_acceleration = 0; member
/external/webrtc/stats/
Drtcstats_objects.cc394 &removed_samples_for_acceleration,
447 removed_samples_for_acceleration("removedSamplesForAcceleration"), in RTCMediaStreamTrackStats()
504 removed_samples_for_acceleration(other.removed_samples_for_acceleration), in RTCMediaStreamTrackStats()
614 &removed_samples_for_acceleration,
667 removed_samples_for_acceleration("removedSamplesForAcceleration"), in RTCInboundRTPStreamStats()
716 removed_samples_for_acceleration(other.removed_samples_for_acceleration), in RTCInboundRTPStreamStats()
/external/webrtc/call/
Daudio_receive_stream.h64 uint64_t removed_samples_for_acceleration = 0; member
/external/webrtc/api/neteq/
Dneteq.h73 uint64_t removed_samples_for_acceleration = 0; member
/external/webrtc/pc/
Drtc_stats_integrationtest.cc644 media_stream_track.removed_samples_for_acceleration); in VerifyRTCMediaStreamTrackStats()
683 media_stream_track.removed_samples_for_acceleration); in VerifyRTCMediaStreamTrackStats()
716 media_stream_track.removed_samples_for_acceleration); in VerifyRTCMediaStreamTrackStats()
848 inbound_stream.removed_samples_for_acceleration); in VerifyRTCInboundRTPStreamStats()
870 inbound_stream.removed_samples_for_acceleration); in VerifyRTCInboundRTPStreamStats()
Drtc_stats_collector.cc306 inbound_audio->removed_samples_for_acceleration = in SetInboundRTPStreamStatsFromVoiceReceiverInfo()
307 voice_receiver_info.removed_samples_for_acceleration; in SetInboundRTPStreamStatsFromVoiceReceiverInfo()
683 audio_track_stats->removed_samples_for_acceleration = in ProduceMediaStreamTrackStatsFromVoiceReceiverInfo()
684 voice_receiver_info.removed_samples_for_acceleration; in ProduceMediaStreamTrackStatsFromVoiceReceiverInfo()
Drtc_stats_collector_unittest.cc1561 voice_receiver_info.removed_samples_for_acceleration = 876; in TEST_F()
1606 expected_remote_audio_track.removed_samples_for_acceleration = 876; in TEST_F()
1793 voice_media_info.receivers[0].removed_samples_for_acceleration = 8; in TEST_F()
1843 expected_audio.removed_samples_for_acceleration = 8; in TEST_F()
/external/webrtc/api/stats/
Drtcstats_objects.h324 RTCStatsMember<uint64_t> removed_samples_for_acceleration; variable
429 RTCStatsMember<uint64_t> removed_samples_for_acceleration; variable
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc289 neteq_lifetime_stat.removed_samples_for_acceleration; in GetNetworkStatistics()
/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc237 lifetime_stats_.removed_samples_for_acceleration += num_samples; in AcceleratedSamples()
Dneteq_unittest.cc1210 EXPECT_EQ(result_no_delay.lifetime_stats.removed_samples_for_acceleration, in TEST()
1211 result_delay.lifetime_stats.removed_samples_for_acceleration); in TEST()
/external/webrtc/audio/
Daudio_receive_stream.cc230 stats.removed_samples_for_acceleration = ns.removedSamplesForAcceleration; in GetStats()
/external/webrtc/media/base/
Dmedia_channel.h498 uint64_t removed_samples_for_acceleration = 0; member
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc2370 rinfo.removed_samples_for_acceleration = in GetStats()
2371 stats.removed_samples_for_acceleration; in GetStats()