Searched defs:RtpGenerator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_generator.h22 class RtpGenerator { class in namespace:webrtc::test
24 RtpGenerator(int samples_per_ms, function in class:webrtc::test::RtpGenerator
37 virtual ~RtpGenerator() {}
57 DISALLOW_COPY_AND_ASSIGN(RtpGenerator);
60 class TimestampJumpRtpGenerator : public RtpGenerator {
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp),

Completed in 74 milliseconds