Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
Dopus_test.cc34 rtp_timestamp_(0) {} in OpusTest()
323 channel->SendData(kAudioFrameSpeech, payload_type_, rtp_timestamp_, in Run()
327 start_time_stamp = rtp_timestamp_; in Run()
329 rtp_timestamp_ += static_cast<uint32_t>(frame_length); in Run()
Dopus_test.h50 uint32_t rtp_timestamp_; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc38 rtp_timestamp_(10 * 90), in OveruseDetectorTest()
55 UpdateDetector(rtp_timestamp_, receive_time_ms_, packet_size); in Run100000Samples()
57 rtp_timestamp_ += mean_ms * 90; in Run100000Samples()
78 UpdateDetector(rtp_timestamp_, receive_time_ms_, packet_size); in RunUntilOveruse()
80 rtp_timestamp_ += mean_ms * 90; in RunUntilOveruse()
115 uint32_t rtp_timestamp_; member in webrtc::testing::OveruseDetectorTest