Home
last modified time | relevance | path

Searched refs:timestamp_us_ (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/api/rtc_event_log/
Drtc_event.h65 int64_t timestamp_ms() const { return timestamp_us_ / 1000; } in timestamp_ms()
66 int64_t timestamp_us() const { return timestamp_us_; } in timestamp_us()
69 explicit RtcEvent(int64_t timestamp_us) : timestamp_us_(timestamp_us) {} in RtcEvent()
71 const int64_t timestamp_us_; variable
Drtc_event.cc17 RtcEvent::RtcEvent() : timestamp_us_(rtc::TimeMicros()) {} in RtcEvent()
/external/webrtc/api/video/
Dvideo_frame.cc166 return VideoFrame(id_, video_frame_buffer_, timestamp_us_, timestamp_rtp_, in build()
179 timestamp_us_ = timestamp_ms * rtc::kNumMicrosecsPerMillisec; in set_timestamp_ms()
185 timestamp_us_ = timestamp_us; in set_timestamp_us()
241 timestamp_us_(timestamp_us), in VideoFrame()
251 timestamp_us_(render_time_ms * rtc::kNumMicrosecsPerMillisec), in VideoFrame()
269 timestamp_us_(timestamp_us), in VideoFrame()
Dvideo_frame.h104 int64_t timestamp_us_ = 0; variable
147 int64_t timestamp_us() const { return timestamp_us_; } in timestamp_us()
148 void set_timestamp_us(int64_t timestamp_us) { timestamp_us_ = timestamp_us; } in set_timestamp_us()
255 int64_t timestamp_us_; variable
/external/webrtc/api/stats/
Drtc_stats_report.h66 int64_t timestamp_us() const { return timestamp_us_; } in timestamp_us()
115 int64_t timestamp_us_; variable
Drtc_stats.h57 : id_(id), timestamp_us_(timestamp_us) {} in RTCStats()
59 : id_(std::move(id)), timestamp_us_(timestamp_us) {} in RTCStats()
66 int64_t timestamp_us() const { return timestamp_us_; } in timestamp_us()
100 int64_t timestamp_us_; variable
/external/webrtc/media/base/
Dfake_video_renderer.h51 return timestamp_us_; in timestamp_us()
139 int64_t timestamp_us_ = 0; variable
Dfake_video_renderer.cc30 timestamp_us_ = frame.timestamp_us(); in OnFrame()
/external/webrtc/stats/
Drtc_stats_report.cc64 : timestamp_us_(timestamp_us) {} in RTCStatsReport()
69 rtc::scoped_refptr<RTCStatsReport> copy = Create(timestamp_us_); in Copy()
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_audio_playout.cc20 : RtcEvent(other.timestamp_us_), ssrc_(other.ssrc_) {} in RtcEventAudioPlayout()
Drtc_event_alr_state.cc20 : RtcEvent(other.timestamp_us_), in_alr_(other.in_alr_) {} in RtcEventAlrState()
Drtc_event_dtls_writable_state.cc22 : RtcEvent(other.timestamp_us_), writable_(other.writable_) {} in RtcEventDtlsWritableState()
Drtc_event_dtls_transport_state.cc22 : RtcEvent(other.timestamp_us_), in RtcEventDtlsTransportState()
Drtc_event_route_change.cc21 : RtcEvent(other.timestamp_us_), in RtcEventRouteChange()
Drtc_event_probe_result_failure.cc24 : RtcEvent(other.timestamp_us_), in RtcEventProbeResultFailure()
Drtc_event_probe_result_success.cc23 : RtcEvent(other.timestamp_us_), in RtcEventProbeResultSuccess()
Drtc_event_bwe_update_delay_based.cc25 : RtcEvent(other.timestamp_us_), in RtcEventBweUpdateDelayBased()
Drtc_event_audio_network_adaptation.cc29 : RtcEvent(other.timestamp_us_), in RtcEventAudioNetworkAdaptation()
Drtc_event_rtcp_packet_outgoing.cc23 : RtcEvent(other.timestamp_us_), in RtcEventRtcpPacketOutgoing()
Drtc_event_video_receive_stream_config.cc28 : RtcEvent(other.timestamp_us_), in RtcEventVideoReceiveStreamConfig()
Drtc_event_rtcp_packet_incoming.cc23 : RtcEvent(other.timestamp_us_), in RtcEventRtcpPacketIncoming()
Drtc_event_video_send_stream_config.cc25 : RtcEvent(other.timestamp_us_), in RtcEventVideoSendStreamConfig()
Drtc_event_audio_receive_stream_config.cc29 : RtcEvent(other.timestamp_us_), in RtcEventAudioReceiveStreamConfig()
Drtc_event_audio_send_stream_config.cc29 : RtcEvent(other.timestamp_us_), in RtcEventAudioSendStreamConfig()
Drtc_event_bwe_update_loss_based.cc26 : RtcEvent(other.timestamp_us_), in RtcEventBweUpdateLossBased()

12