HomeSort by relevance Sort by last modified time
    Searched refs:set_rtp_timestamp_offset (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 70 void set_rtp_timestamp_offset(uint32_t offset);
126 void set_rtp_timestamp_offset(unsigned int ssrc, uint32_t offset);
remote_bitrate_estimator_unittest_helper.cc 47 void RtpStream::set_rtp_timestamp_offset(uint32_t offset) { function in class:webrtc::testing::RtpStream
161 void StreamGenerator::set_rtp_timestamp_offset(unsigned int ssrc, function in class:webrtc::testing::StreamGenerator
163 streams_[ssrc]->set_rtp_timestamp_offset(offset);
465 stream_generator_->set_rtp_timestamp_offset(kDefaultSsrc,

Completed in 82 milliseconds