Home
last modified time | relevance | path

Searched refs:RtpGenerator (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_generator.h21 class RtpGenerator {
23 RtpGenerator(int samples_per_ms,
35 virtual ~RtpGenerator() {} in ~RtpGenerator()
55 RTC_DISALLOW_COPY_AND_ASSIGN(RtpGenerator);
58 class TimestampJumpRtpGenerator : public RtpGenerator {
65 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp), in TimestampJumpRtpGenerator()
Drtp_generator.cc18 uint32_t RtpGenerator::GetRtpHeader(uint8_t payload_type, in GetRtpHeader()
40 void RtpGenerator::set_drift_factor(double factor) { in set_drift_factor()
49 uint32_t ret = RtpGenerator::GetRtpHeader(payload_type, in GetRtpHeader()
Dneteq_performance_test.cc26 using webrtc::test::RtpGenerator;
64 RtpGenerator rtp_gen(kSampRateHz / 1000); in Run()
Dneteq_quality_test.h161 std::unique_ptr<RtpGenerator> rtp_generator_;
Dneteq_quality_test.cc189 new RtpGenerator(in_sampling_khz_, 0, 0, decodable_time_ms_)), in NetEqQualityTest()
/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.cc159 RtpGenerator::RtpGenerator(const RtpGeneratorOptions& options) in RtpGenerator() function in webrtc::RtpGenerator
245 RtpGenerator::~RtpGenerator() { in ~RtpGenerator()
251 void RtpGenerator::GenerateRtpDump(const std::string& rtp_dump_path) { in GenerateRtpDump()
268 bool RtpGenerator::SendRtp(const uint8_t* packet, in SendRtp()
276 bool RtpGenerator::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp()
282 int RtpGenerator::GetMaxDuration() const { in GetMaxDuration()
290 void RtpGenerator::WaitUntilAllVideoStreamsFinish() { in WaitUntilAllVideoStreamsFinish()
312 test::RtpPacket RtpGenerator::DataToRtpPacket(const uint8_t* packet, in DataToRtpPacket()
Drtp_generator.h78 class RtpGenerator final : public webrtc::Transport {
81 explicit RtpGenerator(const RtpGeneratorOptions& options);
83 ~RtpGenerator() override;
118 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RtpGenerator);
Dmain.cc44 webrtc::RtpGenerator rtp_generator(*options); in main()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc168 rtp_generator_(new RtpGenerator(samples_per_ms_)), in NetEqNetworkStatsTest()
321 std::unique_ptr<RtpGenerator> rtp_generator_;
Dneteq_stereo_unittest.cc214 test::RtpGenerator rtp_generator_mono_;
215 test::RtpGenerator rtp_generator_;