Searched refs:last_packet_timestamp_ (Results 1 – 3 of 3) sorted by relevance
140 last_packet_timestamp_ in RunToNextGetAudio()142 *last_packet_timestamp_) * in RunToNextGetAudio()163 last_packet_timestamp_ = in RunToNextGetAudio()
123 absl::optional<uint32_t> last_packet_timestamp_; variable
3305 last_packet_timestamp_ = rtp_packet.Timestamp(); in OnSendRtp()3496 IsNewerTimestamp(rtp_packet.Timestamp(), last_packet_timestamp_); in CompareConsecutiveFrames()3500 EXPECT_EQ(last_packet_timestamp_, rtp_packet.Timestamp()); in CompareConsecutiveFrames()3524 uint32_t last_packet_timestamp_ = 0; member in webrtc::Vp9HeaderObserver