Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc140 last_packet_timestamp_ in RunToNextGetAudio()
142 *last_packet_timestamp_) * in RunToNextGetAudio()
163 last_packet_timestamp_ = in RunToNextGetAudio()
Dneteq_test.h123 absl::optional<uint32_t> last_packet_timestamp_; variable
/external/webrtc/video/
Dvideo_send_stream_tests.cc3305 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