Home
last modified time | relevance | path

Searched defs:last_rtp_timestamp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dabsolute_capture_time_interpolator.cc81 uint32_t last_rtp_timestamp, in InterpolateAbsoluteCaptureTimestamp()
H A Drtcp_transceiver_config.h83 uint32_t last_rtp_timestamp() const { return last_rtp_timestamp_; } in last_rtp_timestamp() function
/aosp_15_r20/external/webrtc/api/video/
H A Dframe_buffer.h35 uint32_t last_rtp_timestamp; member
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc126 int64_t last_rtp_timestamp = first_rtp_timestamp; in EstimateRtpClockFrequency() local