Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1904 last_header_.sequenceNumber); in OnSendRtp()
1920 last_header_ = header; in OnSendRtp()
2093 IsNewerTimestamp(header.timestamp, last_header_.timestamp); in CompareConsecutiveFrames()
2096 EXPECT_FALSE(last_header_.markerBit); in CompareConsecutiveFrames()
2097 EXPECT_EQ(last_header_.timestamp, header.timestamp); in CompareConsecutiveFrames()
2111 EXPECT_TRUE(last_header_.markerBit); in CompareConsecutiveFrames()
2119 RTPHeader last_header_; member in webrtc::Vp9HeaderObserver