Lines Matching refs:rtp_packet
287 std::vector<uint8_t> rtp_packet( in TEST() local
291 rtp_packet.insert(rtp_packet.end(), kFakeTag, kFakeTag + sizeof(kFakeTag)); in TEST()
292 EXPECT_TRUE(ApplyPacketOptions(&rtp_packet[0], rtp_packet.size(), in TEST()
297 memcmp(&rtp_packet[sizeof(kRtpMsgWithOneByteAbsSendTimeExtension)], in TEST()
301 EXPECT_EQ(0, memcmp(&rtp_packet[kAstIndexInOneByteRtpMsg], kTestAstValue, in TEST()
312 std::vector<uint8_t> rtp_packet( in TEST() local
316 rtp_packet.insert(rtp_packet.end(), kFakeTag, kFakeTag + sizeof(kFakeTag)); in TEST()
317 EXPECT_TRUE(ApplyPacketOptions(&rtp_packet[0], rtp_packet.size(), in TEST()
322 memcmp(&rtp_packet[sizeof(kRtpMsgWithOneByteAbsSendTimeExtension)], in TEST()
326 EXPECT_EQ(0, memcmp(&rtp_packet[kAstIndexInOneByteRtpMsg], kTestAstValue, in TEST()
332 std::vector<uint8_t> rtp_packet( in TEST() local
337 EXPECT_TRUE(UpdateRtpAbsSendTimeExtension(&rtp_packet[0], rtp_packet.size(), in TEST()
342 EXPECT_EQ(0, memcmp(&rtp_packet[kAstIndexInOneByteRtpMsg], kExpectedTimestamp, in TEST()
348 std::vector<uint8_t> rtp_packet( in TEST() local
353 EXPECT_TRUE(UpdateRtpAbsSendTimeExtension(&rtp_packet[0], rtp_packet.size(), in TEST()
358 EXPECT_EQ(0, memcmp(&rtp_packet[kAstIndexInTwoByteRtpMsg], kExpectedTimestamp, in TEST()
371 std::vector<uint8_t> rtp_packet( in TEST() local
375 rtp_packet.insert(rtp_packet.end(), kFakeTag, kFakeTag + sizeof(kFakeTag)); in TEST()
376 EXPECT_TRUE(ApplyPacketOptions(&rtp_packet[0], rtp_packet.size(), in TEST()
381 memcmp(&rtp_packet[sizeof(kRtpMsgWithOneByteAbsSendTimeExtension)], in TEST()
386 EXPECT_EQ(0, memcmp(&rtp_packet[kAstIndexInOneByteRtpMsg], kExpectedTimestamp, in TEST()