Home
last modified time | relevance | path

Searched refs:absolute_capture_time (Results 1 – 25 of 87) sorted by relevance

1234

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_sender_audio_unittest.cc166 auto absolute_capture_time = in TEST_F() local
169 EXPECT_TRUE(absolute_capture_time); in TEST_F()
170 EXPECT_EQ(absolute_capture_time->absolute_capture_timestamp, in TEST_F()
173 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
200 auto absolute_capture_time = in TEST_F() local
203 EXPECT_TRUE(absolute_capture_time); in TEST_F()
204 EXPECT_EQ(absolute_capture_time->absolute_capture_timestamp, in TEST_F()
207 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
208 EXPECT_EQ(0, *absolute_capture_time->estimated_capture_clock_offset); in TEST_F()
H A Dsource_tracker.cc37 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
46 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
67 RtpSource::Extensions{entry.audio_level, entry.absolute_capture_time}); in GetSources()
H A Drtp_utility_unittest.cc202 ASSERT_TRUE(header.extension.absolute_capture_time.has_value()); in TEST()
204 header.extension.absolute_capture_time->absolute_capture_timestamp); in TEST()
205 ASSERT_TRUE(header.extension.absolute_capture_time in TEST()
207 EXPECT_EQ(0x1122334455667788LL, header.extension.absolute_capture_time in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio_unittest.cc166 auto absolute_capture_time = in TEST_F() local
169 EXPECT_TRUE(absolute_capture_time); in TEST_F()
170 EXPECT_EQ(absolute_capture_time->absolute_capture_timestamp, in TEST_F()
173 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
200 auto absolute_capture_time = in TEST_F() local
203 EXPECT_TRUE(absolute_capture_time); in TEST_F()
204 EXPECT_EQ(absolute_capture_time->absolute_capture_timestamp, in TEST_F()
207 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
208 EXPECT_EQ(0, *absolute_capture_time->estimated_capture_clock_offset); in TEST_F()
H A Dsource_tracker.cc37 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
46 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
67 RtpSource::Extensions{entry.audio_level, entry.absolute_capture_time}); in GetSources()
H A Drtp_utility_unittest.cc202 ASSERT_TRUE(header.extension.absolute_capture_time.has_value()); in TEST()
204 header.extension.absolute_capture_time->absolute_capture_timestamp); in TEST()
205 ASSERT_TRUE(header.extension.absolute_capture_time in TEST()
207 EXPECT_EQ(0x1122334455667788LL, header.extension.absolute_capture_time in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio_unittest.cc165 auto absolute_capture_time = in TEST_F() local
168 EXPECT_TRUE(absolute_capture_time); in TEST_F()
170 absolute_capture_time->absolute_capture_timestamp, in TEST_F()
174 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
201 auto absolute_capture_time = in TEST_F() local
204 EXPECT_TRUE(absolute_capture_time); in TEST_F()
206 absolute_capture_time->absolute_capture_timestamp, in TEST_F()
210 absolute_capture_time->estimated_capture_clock_offset.has_value()); in TEST_F()
211 EXPECT_EQ(0, *absolute_capture_time->estimated_capture_clock_offset); in TEST_F()
H A Dsource_tracker.cc37 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
46 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
67 RtpSource::Extensions{entry.audio_level, entry.absolute_capture_time}); in GetSources()
H A Drtp_utility_unittest.cc202 ASSERT_TRUE(header.extension.absolute_capture_time.has_value()); in TEST()
204 header.extension.absolute_capture_time->absolute_capture_timestamp); in TEST()
205 ASSERT_TRUE(header.extension.absolute_capture_time in TEST()
207 EXPECT_EQ(0x1122334455667788LL, header.extension.absolute_capture_time in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Drtp_packet_info.cc26 absl::optional<AbsoluteCaptureTime> absolute_capture_time, in RtpPacketInfo() argument
32 absolute_capture_time_(absolute_capture_time), in RtpPacketInfo()
49 absolute_capture_time_ = extension.absolute_capture_time; in RtpPacketInfo()
56 (lhs.absolute_capture_time() == rhs.absolute_capture_time()) && in operator ==()
H A Drtp_packet_info_unittest.cc135 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
146 EXPECT_NE(rhs.absolute_capture_time(), value); in TEST()
149 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Drtp_packet_info.cc26 absl::optional<AbsoluteCaptureTime> absolute_capture_time, in RtpPacketInfo() argument
32 absolute_capture_time_(absolute_capture_time), in RtpPacketInfo()
49 absolute_capture_time_ = extension.absolute_capture_time; in RtpPacketInfo()
56 (lhs.absolute_capture_time() == rhs.absolute_capture_time()) && in operator ==()
H A Drtp_packet_info_unittest.cc135 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
146 EXPECT_NE(rhs.absolute_capture_time(), value); in TEST()
149 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Drtp_packet_info.cc26 absl::optional<AbsoluteCaptureTime> absolute_capture_time, in RtpPacketInfo() argument
32 absolute_capture_time_(absolute_capture_time), in RtpPacketInfo()
49 absolute_capture_time_ = extension.absolute_capture_time; in RtpPacketInfo()
56 (lhs.absolute_capture_time() == rhs.absolute_capture_time()) && in operator ==()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/api/
H A Drtp_packet_info.cc26 absl::optional<AbsoluteCaptureTime> absolute_capture_time, in RtpPacketInfo() argument
32 absolute_capture_time_(absolute_capture_time), in RtpPacketInfo()
49 absolute_capture_time_ = extension.absolute_capture_time; in RtpPacketInfo()
56 (lhs.absolute_capture_time() == rhs.absolute_capture_time()) && in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Drtp_packet_info.cc26 absl::optional<AbsoluteCaptureTime> absolute_capture_time, in RtpPacketInfo() argument
32 absolute_capture_time_(absolute_capture_time), in RtpPacketInfo()
61 absolute_capture_time_ = extension.absolute_capture_time; in RtpPacketInfo()
68 (lhs.absolute_capture_time() == rhs.absolute_capture_time()) && in operator ==()
H A Drtp_packet_info_unittest.cc135 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
146 EXPECT_NE(rhs.absolute_capture_time(), value); in TEST()
149 EXPECT_EQ(rhs.absolute_capture_time(), value); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/transport/rtp/
H A Drtp_source.h31 absl::optional<AbsoluteCaptureTime> absolute_capture_time; member
86 absl::optional<AbsoluteCaptureTime> absolute_capture_time() const { in absolute_capture_time() function
87 return extensions_.absolute_capture_time; in absolute_capture_time()
94 extensions_.absolute_capture_time ==
95 o.extensions_.absolute_capture_time &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/transport/rtp/
H A Drtp_source.h31 absl::optional<AbsoluteCaptureTime> absolute_capture_time; member
86 absl::optional<AbsoluteCaptureTime> absolute_capture_time() const { in absolute_capture_time() function
87 return extensions_.absolute_capture_time; in absolute_capture_time()
94 extensions_.absolute_capture_time ==
95 o.extensions_.absolute_capture_time &&
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/transport/rtp/
H A Drtp_source.h31 absl::optional<AbsoluteCaptureTime> absolute_capture_time; member
86 absl::optional<AbsoluteCaptureTime> absolute_capture_time() const { in absolute_capture_time() function
87 return extensions_.absolute_capture_time; in absolute_capture_time()
94 extensions_.absolute_capture_time ==
95 o.extensions_.absolute_capture_time &&
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/transport/rtp/
H A Drtp_source.h31 absl::optional<AbsoluteCaptureTime> absolute_capture_time; member
86 absl::optional<AbsoluteCaptureTime> absolute_capture_time() const { in absolute_capture_time() function
87 return extensions_.absolute_capture_time; in absolute_capture_time()
94 extensions_.absolute_capture_time ==
95 o.extensions_.absolute_capture_time &&
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Dsource_tracker.cc37 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
46 entry.absolute_capture_time = packet_info.absolute_capture_time(); in OnFrameDelivered()
67 RtpSource::Extensions{entry.audio_level, entry.absolute_capture_time}); in GetSources()
H A Drtp_utility_unittest.cc202 ASSERT_TRUE(header.extension.absolute_capture_time.has_value()); in TEST()
204 header.extension.absolute_capture_time->absolute_capture_timestamp); in TEST()
205 ASSERT_TRUE(header.extension.absolute_capture_time in TEST()
207 EXPECT_EQ(0x1122334455667788LL, header.extension.absolute_capture_time in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Drtc_rtp_source.cc59 if (!source_.absolute_capture_time()) in CaptureTimestamp()
62 source_.absolute_capture_time()->absolute_capture_timestamp); in CaptureTimestamp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Drtc_rtp_source.cc59 if (!source_.absolute_capture_time()) in CaptureTimestamp()
62 source_.absolute_capture_time()->absolute_capture_timestamp); in CaptureTimestamp()

1234