Searched refs:RtpGenerator (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | rtp_generator.h | 21 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()
|
D | rtp_generator.cc | 18 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()
|
D | neteq_performance_test.cc | 26 using webrtc::test::RtpGenerator; 64 RtpGenerator rtp_gen(kSampRateHz / 1000); in Run()
|
D | neteq_quality_test.h | 161 std::unique_ptr<RtpGenerator> rtp_generator_;
|
D | neteq_quality_test.cc | 189 new RtpGenerator(in_sampling_khz_, 0, 0, decodable_time_ms_)), in NetEqQualityTest()
|
/external/webrtc/rtc_tools/rtp_generator/ |
D | rtp_generator.cc | 159 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()
|
D | rtp_generator.h | 78 class RtpGenerator final : public webrtc::Transport { 81 explicit RtpGenerator(const RtpGeneratorOptions& options); 83 ~RtpGenerator() override; 118 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RtpGenerator);
|
D | main.cc | 44 webrtc::RtpGenerator rtp_generator(*options); in main()
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_network_stats_unittest.cc | 168 rtp_generator_(new RtpGenerator(samples_per_ms_)), in NetEqNetworkStatsTest() 321 std::unique_ptr<RtpGenerator> rtp_generator_;
|
D | neteq_stereo_unittest.cc | 214 test::RtpGenerator rtp_generator_mono_; 215 test::RtpGenerator rtp_generator_;
|