Home
last modified time | relevance | path

Searched refs:kRtpTimestamp2 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dabsolute_capture_time_sender_unittest.cc37 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 + 2560; in TEST() local
57 EXPECT_EQ(sender.OnSendPacket(kSource, kRtpTimestamp2, kRtpClockFrequency, in TEST()
68 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 - 2560; in TEST() local
89 EXPECT_EQ(sender.OnSendPacket(kSource, kRtpTimestamp2, kRtpClockFrequency, in TEST()
101 constexpr uint32_t kRtpTimestamp2 = 2560 - 80; in TEST() local
122 EXPECT_EQ(sender.OnSendPacket(kSource, kRtpTimestamp2, kRtpClockFrequency, in TEST()
134 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 - 2560; in TEST() local
155 EXPECT_EQ(sender.OnSendPacket(kSource, kRtpTimestamp2, kRtpClockFrequency, in TEST()
166 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 + 2560; in TEST() local
191 EXPECT_EQ(sender.OnSendPacket(kSource, kRtpTimestamp2, kRtpClockFrequency, in TEST()
[all …]
Dabsolute_capture_time_receiver_unittest.cc83 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 + 2560; in TEST() local
106 extension = receiver.OnReceivePacket(kSource, kRtpTimestamp2, in TEST()
120 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 - 2560; in TEST() local
143 extension = receiver.OnReceivePacket(kSource, kRtpTimestamp2, in TEST()
158 constexpr uint32_t kRtpTimestamp2 = 2560 - 80; in TEST() local
181 extension = receiver.OnReceivePacket(kSource, kRtpTimestamp2, in TEST()
196 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 - 2560; in TEST() local
219 extension = receiver.OnReceivePacket(kSource, kRtpTimestamp2, in TEST()
234 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp0 + 2560; in TEST() local
262 extension = receiver.OnReceivePacket(kSource, kRtpTimestamp2, in TEST()
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc926 constexpr uint32_t kRtpTimestamp2 = kRtpTimestamp1 + kPayloadSamples; in TEST_F() local
927 PopulateRtpInfo(1, kRtpTimestamp2, &rtp_info); in TEST_F()
935 EXPECT_EQ(std::vector<uint32_t>({kRtpTimestamp1, kRtpTimestamp2}), in TEST_F()