Searched refs:rtp_timestamp_ (Results 1 – 3 of 3) sorted by relevance
34 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()
50 uint32_t rtp_timestamp_; variable
38 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