Searched refs:estimated_playout_timestamp (Results 1 – 6 of 6) sorted by relevance
40 if (stat->estimated_playout_timestamp.ValueOrDefault(0.) > 0 && in OnStatsReports()83 double audio_video_playout_diff = *audio_stat->estimated_playout_timestamp - in OnStatsReports()84 *video_stat->estimated_playout_timestamp; in OnStatsReports()
641 &estimated_playout_timestamp,694 estimated_playout_timestamp("estimatedPlayoutTimestamp"), in RTCInboundRTPStreamStats()743 estimated_playout_timestamp(other.estimated_playout_timestamp), in RTCInboundRTPStreamStats()
469 RTCStatsMember<double> estimated_playout_timestamp; variable
321 inbound_audio->estimated_playout_timestamp = static_cast<double>( in SetInboundRTPStreamStatsFromVoiceReceiverInfo()379 inbound_video->estimated_playout_timestamp = static_cast<double>( in SetInboundRTPStreamStatsFromVideoReceiverInfo()
890 verifier.MarkMemberTested(inbound_stream.estimated_playout_timestamp, true); in VerifyRTCInboundRTPStreamStats()
1857 expected_audio.estimated_playout_timestamp = 4567; in TEST_F()1958 expected_video.estimated_playout_timestamp = 1234; in TEST_F()