Home
last modified time | relevance | path

Searched refs:last_packet_received_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/stats/
Drtcstats_objects.cc605 &last_packet_received_timestamp,
658 last_packet_received_timestamp("lastPacketReceivedTimestamp"), in RTCInboundRTPStreamStats()
706 last_packet_received_timestamp(other.last_packet_received_timestamp), in RTCInboundRTPStreamStats()
/external/webrtc/api/stats/
Drtcstats_objects.h418 RTCStatsMember<double> last_packet_received_timestamp; variable
/external/webrtc/pc/
Drtc_stats_collector.cc315 inbound_audio->last_packet_received_timestamp = in SetInboundRTPStreamStatsFromVoiceReceiverInfo()
373 inbound_video->last_packet_received_timestamp = in SetInboundRTPStreamStatsFromVideoReceiverInfo()
Drtc_stats_integrationtest.cc820 verifier.TestMemberIsDefined(inbound_stream.last_packet_received_timestamp); in VerifyRTCInboundRTPStreamStats()
Drtc_stats_collector_unittest.cc1855 expected_audio.last_packet_received_timestamp = 3.0; in TEST_F()
1954 expected_video.last_packet_received_timestamp = 1.0; in TEST_F()