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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_generator.h 60 class TimestampJumpRtpGenerator : public RtpGenerator {
62 TimestampJumpRtpGenerator(int samples_per_ms,
78 DISALLOW_COPY_AND_ASSIGN(TimestampJumpRtpGenerator);
rtp_generator.cc 47 uint32_t TimestampJumpRtpGenerator::GetRtpHeader(uint8_t payload_type,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 362 rtp_generator_.reset(new test::TimestampJumpRtpGenerator(samples_per_ms_,
386 rtp_generator_.reset(new test::TimestampJumpRtpGenerator(samples_per_ms_,
445 rtp_generator_.reset(new test::TimestampJumpRtpGenerator(samples_per_ms_,
469 rtp_generator_.reset(new test::TimestampJumpRtpGenerator(samples_per_ms_,

Completed in 39 milliseconds