/external/webrtc/api/rtc_event_log/ |
D | rtc_event.h | 65 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
|
D | rtc_event.cc | 17 RtcEvent::RtcEvent() : timestamp_us_(rtc::TimeMicros()) {} in RtcEvent()
|
/external/webrtc/api/video/ |
D | video_frame.cc | 166 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()
|
D | video_frame.h | 104 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/ |
D | rtc_stats_report.h | 66 int64_t timestamp_us() const { return timestamp_us_; } in timestamp_us() 115 int64_t timestamp_us_; variable
|
D | rtc_stats.h | 57 : 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/ |
D | fake_video_renderer.h | 51 return timestamp_us_; in timestamp_us() 139 int64_t timestamp_us_ = 0; variable
|
D | fake_video_renderer.cc | 30 timestamp_us_ = frame.timestamp_us(); in OnFrame()
|
/external/webrtc/stats/ |
D | rtc_stats_report.cc | 64 : timestamp_us_(timestamp_us) {} in RTCStatsReport() 69 rtc::scoped_refptr<RTCStatsReport> copy = Create(timestamp_us_); in Copy()
|
/external/webrtc/logging/rtc_event_log/events/ |
D | rtc_event_audio_playout.cc | 20 : RtcEvent(other.timestamp_us_), ssrc_(other.ssrc_) {} in RtcEventAudioPlayout()
|
D | rtc_event_alr_state.cc | 20 : RtcEvent(other.timestamp_us_), in_alr_(other.in_alr_) {} in RtcEventAlrState()
|
D | rtc_event_dtls_writable_state.cc | 22 : RtcEvent(other.timestamp_us_), writable_(other.writable_) {} in RtcEventDtlsWritableState()
|
D | rtc_event_dtls_transport_state.cc | 22 : RtcEvent(other.timestamp_us_), in RtcEventDtlsTransportState()
|
D | rtc_event_route_change.cc | 21 : RtcEvent(other.timestamp_us_), in RtcEventRouteChange()
|
D | rtc_event_probe_result_failure.cc | 24 : RtcEvent(other.timestamp_us_), in RtcEventProbeResultFailure()
|
D | rtc_event_probe_result_success.cc | 23 : RtcEvent(other.timestamp_us_), in RtcEventProbeResultSuccess()
|
D | rtc_event_bwe_update_delay_based.cc | 25 : RtcEvent(other.timestamp_us_), in RtcEventBweUpdateDelayBased()
|
D | rtc_event_audio_network_adaptation.cc | 29 : RtcEvent(other.timestamp_us_), in RtcEventAudioNetworkAdaptation()
|
D | rtc_event_rtcp_packet_outgoing.cc | 23 : RtcEvent(other.timestamp_us_), in RtcEventRtcpPacketOutgoing()
|
D | rtc_event_video_receive_stream_config.cc | 28 : RtcEvent(other.timestamp_us_), in RtcEventVideoReceiveStreamConfig()
|
D | rtc_event_rtcp_packet_incoming.cc | 23 : RtcEvent(other.timestamp_us_), in RtcEventRtcpPacketIncoming()
|
D | rtc_event_video_send_stream_config.cc | 25 : RtcEvent(other.timestamp_us_), in RtcEventVideoSendStreamConfig()
|
D | rtc_event_audio_receive_stream_config.cc | 29 : RtcEvent(other.timestamp_us_), in RtcEventAudioReceiveStreamConfig()
|
D | rtc_event_audio_send_stream_config.cc | 29 : RtcEvent(other.timestamp_us_), in RtcEventAudioSendStreamConfig()
|
D | rtc_event_bwe_update_loss_based.cc | 26 : RtcEvent(other.timestamp_us_), in RtcEventBweUpdateLossBased()
|